[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problems with pthread detection under HPUX 11.0 (ITS#14)



At 09:41 PM 12/21/98 GMT, josh@ican.net wrote:
>The configure script does not correctly recognize the existance of the
pthread
>libraries under HPUX 11.00. To use the pthread libraries, one must
>
>#include <pthread.h>
>
>in the program, and then link with -lpthread.
>
>The problem is that configure, when executing the AC_CHECK_LIB macro, does
not
>include the pthread.h header file. This is required to avoid undefined symbol
>link
>errors. 

Which symbols were undefined?  Can you provide the config.log fragment for
the failed test?

Kurt