DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22990>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22990 build fails with Solaris2.6 at thread_rwlock.c / apr_arch_thread_rwlock.h because pthread_rwlock_t is not defined in <pthread.h> ------- Additional Comments From [EMAIL PROTECTED] 2004-01-26 12:16 ------- Have not found any pthread_rwlock_init when grep'ping through all .h files in all directories in the include path. However, using dump -c, have found pthread_rwlock_init in libpthread.so.1 Maybe I've got some Solaris patch cluster partially installed or something? Anyway, is it possible for configure to check the pthread.h (with doesn't contain pthread_rwlock_init) instead of the library itself (which does contain the function - well, in my case, obviously)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
