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=8720>.
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=8720
Undefined Symbols in OSX
Summary: Undefined Symbols in OSX
Product: Apache httpd-2.0
Version: 2.0.35
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: Normal
Priority: Other
Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: dr_mac@mail.utexas.edu
[root@resnet-38-51 httpd-2.0.35]# ./configure \
> --build=powerpc-apple-bsd --host=powerpc-apple-bsd
creating cache ./config.cache
checking for chosen layout... Apache
checking host system type... powerpc-apple-darwin5.4
checking target system type... powerpc-apple-darwin5.4
checking build system type... powerpc-apple-darwin5.4
...
...
...
[root@resnet-38-51 httpd-2.0.35]# make
Making all in srclib
Making all in apr
Making all in strings
...
...
Making all in support
/bin/sh /var/root/httpd-2.0.35/srclib/apr/libtool --silent --mode=link gcc -g -
O2 -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/var/root/httpd-2.0.35/
os/unix -I/var/root/httpd-2.0.35/server/mpm/prefork -I/var/root/httpd-2.0.35/
modules/http -I/var/root/httpd-2.0.35/modules/proxy -I/var/root/httpd-2.0.35/
include -I/var/root/httpd-2.0.35/srclib/apr/include -I/var/root/httpd-2.0.35/
srclib/apr-util/include -I/var/root/httpd-2.0.35/modules/dav/main -I/var/root/
httpd-2.0.35/srclib/apr-util/include -I/var/root/httpd-2.0.35/srclib/apr-util/xml/
expat/lib -export-dynamic -o htpasswd htpasswd.lo /var/root/httpd-
2.0.35/srclib/apr-util/libaprutil.la /var/root/httpd-2.0.35/srclib/apr/libapr.la -
lm /var/root/httpd-2.0.35/srclib/apr-util/xml/expat/lib/libexpat.la
/usr/bin/ld: Undefined symbols:
_pthread_sigmask
make[2]: *** [htpasswd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Any ideas? This happens on both 2.0.35 build and nightly build (httpd-
2.0_20020501161219).
Using correct autoconf and libtool.
OSX 10.1.4
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|