autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Threading support


From: Steven G. Johnson
Subject: Re: Threading support
Date: Sat, 17 Aug 2002 18:10:47 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.0) Gecko/20020529

Philip Willoughby wrote:
I generally use

AC_SEARCH_LIBS(pthread_create, pthread posix POSIX)

for pthread support

Unfortunately, this will fail on a number of systems (see the ACX_PTHREAD macro in the macro archive for the large number of incantations that are used.)

The ACX_PTHREAD macro doesn't check for -lposix or -lPOSIX, and I'd like to add those if they are necessary; on what systems is this the location of the threads library?

Steven





reply via email to

[Prev in Thread] Current Thread [Next in Thread]