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=8150>. 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=8150 Unable to build on AIX 5.1 with gcc 2.95.3 Summary: Unable to build on AIX 5.1 with gcc 2.95.3 Product: Apache httpd-2.0 Version: 2.0.32 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] After ./configure --prefix=/usr/local/apache2 has ran without errors the make (using gcc 2.95.3) runs into the following error: /bin/sh /home/rdz/httpd-2.0.35/srclib/apr/libtool --silent --mode=link gcc -g -O2 -U__STR__ -D_USE_IRS -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/home/rdz/httpd-2.0.35/os/unix -I/home/rdz/httpd- 2.0.35/server/mpm/prefork -I/home/rdz/httpd-2.0.35/modules/http -I/home/rdz/httpd-2.0.35/modules/proxy - I/ho me/rdz/httpd-2.0.35/include -I/home/rdz/httpd-2.0.35/srclib/apr/include - I/home/rd z/httpd-2.0.35/srclib/apr-util/include -I/home/rdz/httpd- 2.0.35/modules/dav/main - I/home/rdz/httpd-2.0.35/srclib/apr-util/include -I/home/rdz/httpd- 2.0.35/srclib/ap r-util/xml/expat/lib -export-dynamic -Wl,-brtl -o htpasswd htpasswd.lo -Wl,- brt l -Wl,-uXML_Parse /home/rdz/httpd-2.0.35/srclib/apr- util/libaprutil.la /home/rdz/ httpd-2.0.35/srclib/apr/libapr.la /home/rdz/httpd-2.0.35/srclib/apr- util/xml/expat /lib/libexpat.la ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy ld: 0711-317 ERROR: Undefined symbol: .pthread_mutexattr_init ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init ld: 0711-317 ERROR: Undefined symbol: .pthread_mutexattr_destroy ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_init ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_setdetachstate ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_getdetachstate ld: 0711-317 ERROR: Undefined symbol: .pthread_create ld: 0711-317 ERROR: Undefined symbol: .pthread_self ld: 0711-317 ERROR: Undefined symbol: .pthread_exit ld: 0711-317 ERROR: Undefined symbol: .pthread_join ld: 0711-317 ERROR: Undefined symbol: .pthread_detach ld: 0711-317 ERROR: Undefined symbol: .pthread_once ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_trylock ld: 0711-317 ERROR: Undefined symbol: .pthread_sigmask ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1.
