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=7867>. 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=7867 pthread_attr_getdetachstate() not recognized on Solaris 8 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|configure/compile error |pthread_attr_getdetachstate( | |) not recognized on Solaris | |8 ------- Additional Comments From [EMAIL PROTECTED] 2002-04-11 16:01 ------- Please post the section from srclib/apr/config.log that covers the check for pthread_attr_getdetachstate(). Here is what it looks like on my Solaris 8 system: configure:7415: checking whether pthread_attr_getdetachstate takes one argument configure:7433: gcc -c -g -O2 -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS - D_REENTRANT conftest.c 1>&5 configure: In function `main': configure:7428: too few arguments to function `pthread_attr_getdetachstate' configure: failed program was: #line 7421 "configure" #include "confdefs.h" #include <pthread.h> int main() { pthread_attr_t *attr; pthread_attr_getdetachstate(attr); ; return 0; } Thanks!
