On Thursday, July 17, 2003, at 05:21 PM, Andrew Cunningham wrote:
> There is also a minor bug in the configure script on HP-UX 11.0
> The check for the "pthreads" library will not work, as pthread_create
> is not a library symbol, rather a static defined inline function in
> pthread.h that calls __ pthread_create
Looking at some notes on the web, it looks like we could do a better
job of testing for POSIX thread support than we currently do,
especially on HP-UX. I plan on working on the configure test (this is
really only a configure issue) this weekend.
Would you be willing to test some beta code for us? We unfortunately
don't have a HP-UX machine to test with, so this is kind of coding
blind :).
Brian
|