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