using thread with gcc on fedora [undefined reference to pthread_create]

Rex Dieter rdieter at math.unl.edu
Wed Jul 19 13:55:34 UTC 2006


Abid Ghufran wrote:

> I am using thread in my application.
> 
> When i try to compile the code, the gcc says that the "pthread_create" is
> an undefined reference. I have included the library pthread.h. Is there
> something else that i need to do.
> 
>  What options do I have to use when compiling my code?

I believe you need to use:
gcc -pthread

-- Rex




More information about the fedora-list mailing list