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

Re: Multi-threaded slapd on AIX 4.2.1



At 12:29 AM 4/8/00 -0700, Howard Chu wrote:
>None of the AIX documentation even mentions the pthread_detach() function,
>although it is present in pthread.h and in the library. At this point, my
>configure is complaining that pthread_create() is incompatible, because the
>test program gets an ESRCH returned from pthread_detach().

ESRCH implies a D4 vs final mismatch between the header and the library.

>Got any ideas how to modify this particular test?

Does pthread.h have multiple pthread_*() prototypes?  conditional (-D) on what?
Does AIX have multiple pthread libraries?  conditional (-l) on what?

Kurt