From: Andrew Cunningham (andrewc_at_[hidden]) Date: 2003-07-17 19:21:02
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
Andrew