Eclipse Juno - GCC pthread compiler

So, now I am in a practical session at my university, and no one can understand how to add the pthread library to Eclipse. This is my first time with Eclipse.

I use Fedora, and when I go to Properties-> C / C ++ Build-> Settings, all I get is a drop-down list for configurations, and nothing else - no tabs for tools to add it.

Can anyone help me? Thank!

Damn

Settings

+1
source share
1 answer

, Project → Settings → C/++. "Generate Makefile "! Eclipse , make " ".

Project → Properties → C/++ Build do this.

enter image description here

+2

All Articles