Build requirements for threaded code?

Braden McDaniel braden at endoframe.com
Thu Aug 20 02:47:54 UTC 2009


On Wed, 2009-08-19 at 20:32 -0400, Sam Varshavchik wrote:
> Tom Lane writes:
> 
> > This might be a stupid question, but: what compile and link options
> > are necessary nowadays for multithreaded code?  I see various references
> > to -pthread and -lpthread, but it's hard to be sure what's
> > authoritative.
> 
> Just -lpthread does the trick for me. The -pthread option is needed on other 
> platform, not Linux.

>From "man 7 pthreads":

        On Linux, programs that use the Pthreads API should be compiled using
        cc -pthread.

-- 
Braden McDaniel <braden at endoframe.com>




More information about the fedora-devel-list mailing list