Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 21843 invoked by uid 500); 11 Apr 2002 16:01:29 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 21830 invoked from network); 11 Apr 2002 16:01:29 -0000 Date: 11 Apr 2002 16:01:32 -0000 Message-ID: <20020411160132.8274.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 7867] - pthread_attr_getdetachstate() not recognized on Solaris 8 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 trawick@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|configure/compile error |pthread_attr_getdetachstate( | |) not recognized on Solaris | |8 ------- Additional Comments From trawick@apache.org 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 int main() { pthread_attr_t *attr; pthread_attr_getdetachstate(attr); ; return 0; } Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org