Hi all
I'm willing to build WebObject adaptor on an XSERVE running Mac OS X
Server 10.5.3 :
# uname -a
Darwin 9.3.0 Darwin Kernel Version 9.3.0: Fri May 23 00:49:16 PDT 2008;
root:xnu-1228.5.18~1/RELEASE_I386 i386
I have installed XcodeTools.mpkg and Packages/WebObjectsRuntime.pkg.
But when i run make from /Developer/Examples/WebObjects/Source/Adaptors
with all defaut config makefiles, i have some ranlib errors at linkink
and generated adoptor doesn't work. It's also much smaller than original :
-rwxr-xr-x 1 root admin 105900 Sep 3 15:17
/Developer/Examples/WebObjects/Source/Adaptors/Apache2.2/mod_WebObjects.so
-rwxr-xr-x 1 root wheel 452256 Sep 24 2007
/System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.so
I have joined make log.
Any idea please?
Thanks
cd Adaptor ; make
rm -f make.preamble make.postamble
for file in *.c; do \
echo "${file}: ../Adaptor/${file}" | sed s/\\.c/.o/ >>
make.postamble ; \
echo " $""{CC} $""{CFLAGS} -c ../Adaptor/${file}" >>
make.postamble ; \
echo " ${file} \\" >> make.preamble ; \
done
for file in *.c; do \
echo " ${file} \\" | sed s/\\.c/.o/ >> make.preamble ;
\
done
cd CGI ; make
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c -o WebObjects.o WebObjects.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/MoreURLCUtilities.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/Platform.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/WOURLCUtilities.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/WOURLCUtilities_3.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/appcfg.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/cfgparse.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/config.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/hostlookup.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/list.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/listing.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/loadaverage.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/loadbalancing.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/log.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/nbsocket.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/random.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/request.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/response.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/roundrobin.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/shmem.c
../Adaptor/shmem.c: In function 'WOShmem_alloc':
../Adaptor/shmem.c:305: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:330: warning: cast to pointer from integer of different size
../Adaptor/shmem.c: In function 'WOShmem_alloc':
../Adaptor/shmem.c:305: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:336: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:330: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:345: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:336: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:345: warning: cast to pointer from integer of different size
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/strdict.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/strtbl.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/transaction.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/transport.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/wastring.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/womalloc.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/xmlcparser.c
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/xmlctokenizer.c
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
./Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -c ../Adaptor/xmlparse.c
../Adaptor/xmlparse.c: In function 'xml_parseConfiguration':
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
../Adaptor/xmlparse.c: In function 'xml_parseConfiguration':
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
gcc -O2 -Wall -I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI -arch ppc
-arch ppc64 -arch i386 -arch x86_64 -o WebObjects WebObjects.o
MoreURLCUtilities.o Platform.o WOURLCUtilities.o WOURLCUtilities_3.o appcfg.o
cfgparse.o config.o hostlookup.o list.o listing.o loadaverage.o loadbalancing.o
log.o nbsocket.o random.o request.o response.o roundrobin.o shmem.o strdict.o
strtbl.o transaction.o transport.o wastring.o womalloc.o xmlcparser.o
xmlctokenizer.o xmlparse.o
strip -S WebObjects
cd Apache2.2 ; make
../Adaptor/make.postamble:2: warning: overriding commands for target
`MoreURLCUtilities.o'
Makefile:60: warning: ignoring old commands for target `MoreURLCUtilities.o'
../Adaptor/make.postamble:4: warning: overriding commands for target
`Platform.o'
Makefile:60: warning: ignoring old commands for target `Platform.o'
../Adaptor/make.postamble:6: warning: overriding commands for target
`WOURLCUtilities.o'
Makefile:60: warning: ignoring old commands for target `WOURLCUtilities.o'
../Adaptor/make.postamble:8: warning: overriding commands for target
`WOURLCUtilities_3.o'
Makefile:60: warning: ignoring old commands for target `WOURLCUtilities_3.o'
../Adaptor/make.postamble:10: warning: overriding commands for target `appcfg.o'
Makefile:60: warning: ignoring old commands for target `appcfg.o'
../Adaptor/make.postamble:12: warning: overriding commands for target
`cfgparse.o'
Makefile:60: warning: ignoring old commands for target `cfgparse.o'
../Adaptor/make.postamble:14: warning: overriding commands for target `config.o'
Makefile:60: warning: ignoring old commands for target `config.o'
../Adaptor/make.postamble:16: warning: overriding commands for target
`hostlookup.o'
Makefile:60: warning: ignoring old commands for target `hostlookup.o'
../Adaptor/make.postamble:18: warning: overriding commands for target `list.o'
Makefile:60: warning: ignoring old commands for target `list.o'
../Adaptor/make.postamble:20: warning: overriding commands for target
`listing.o'
Makefile:60: warning: ignoring old commands for target `listing.o'
../Adaptor/make.postamble:22: warning: overriding commands for target
`loadaverage.o'
Makefile:60: warning: ignoring old commands for target `loadaverage.o'
../Adaptor/make.postamble:24: warning: overriding commands for target
`loadbalancing.o'
Makefile:60: warning: ignoring old commands for target `loadbalancing.o'
../Adaptor/make.postamble:26: warning: overriding commands for target `log.o'
Makefile:60: warning: ignoring old commands for target `log.o'
../Adaptor/make.postamble:28: warning: overriding commands for target
`nbsocket.o'
Makefile:60: warning: ignoring old commands for target `nbsocket.o'
../Adaptor/make.postamble:30: warning: overriding commands for target `random.o'
Makefile:60: warning: ignoring old commands for target `random.o'
../Adaptor/make.postamble:32: warning: overriding commands for target
`request.o'
Makefile:60: warning: ignoring old commands for target `request.o'
../Adaptor/make.postamble:34: warning: overriding commands for target
`response.o'
Makefile:60: warning: ignoring old commands for target `response.o'
../Adaptor/make.postamble:36: warning: overriding commands for target
`roundrobin.o'
Makefile:60: warning: ignoring old commands for target `roundrobin.o'
../Adaptor/make.postamble:38: warning: overriding commands for target `shmem.o'
Makefile:60: warning: ignoring old commands for target `shmem.o'
../Adaptor/make.postamble:40: warning: overriding commands for target
`strdict.o'
Makefile:60: warning: ignoring old commands for target `strdict.o'
../Adaptor/make.postamble:42: warning: overriding commands for target `strtbl.o'
Makefile:60: warning: ignoring old commands for target `strtbl.o'
../Adaptor/make.postamble:44: warning: overriding commands for target
`transaction.o'
Makefile:60: warning: ignoring old commands for target `transaction.o'
../Adaptor/make.postamble:46: warning: overriding commands for target
`transport.o'
Makefile:60: warning: ignoring old commands for target `transport.o'
../Adaptor/make.postamble:48: warning: overriding commands for target
`wastring.o'
Makefile:60: warning: ignoring old commands for target `wastring.o'
../Adaptor/make.postamble:50: warning: overriding commands for target
`womalloc.o'
Makefile:60: warning: ignoring old commands for target `womalloc.o'
../Adaptor/make.postamble:52: warning: overriding commands for target
`xmlcparser.o'
Makefile:60: warning: ignoring old commands for target `xmlcparser.o'
../Adaptor/make.postamble:54: warning: overriding commands for target
`xmlctokenizer.o'
Makefile:60: warning: ignoring old commands for target `xmlctokenizer.o'
../Adaptor/make.postamble:56: warning: overriding commands for target
`xmlparse.o'
Makefile:60: warning: ignoring old commands for target `xmlparse.o'
/usr/sbin/apxs -c -S CC=gcc -Wc,"-O2 -Wall -I/usr/include/apache2 -I../Adaptor
-DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 "
-Wl,"-L/usr/lib -lcrypto -lssl -macosx_version_min 10.5 -lm -module"
mod_WebObjects.c ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c ../Adaptor/appcfg.c
../Adaptor/cfgparse.c ../Adaptor/config.c ../Adaptor/hostlookup.c
../Adaptor/list.c ../Adaptor/listing.c ../Adaptor/loadaverage.c
../Adaptor/loadbalancing.c ../Adaptor/log.c ../Adaptor/nbsocket.c
../Adaptor/random.c ../Adaptor/request.c ../Adaptor/response.c
../Adaptor/roundrobin.c ../Adaptor/shmem.c ../Adaptor/strdict.c
../Adaptor/strtbl.c ../Adaptor/transaction.c ../Adaptor/transport.c
../Adaptor/wastring.c ../Adaptor/womalloc.c ../Adaptor/xmlcparser.c
../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o mod_WebObjects.lo mod_WebObjects.c && touch mod_WebObjects.slo
mod_WebObjects.c:269: warning: 'setOption3' defined but not used
mod_WebObjects.c:269: warning: 'setOption3' defined but not used
mod_WebObjects.c:269: warning: 'setOption3' defined but not used
mod_WebObjects.c:269: warning: 'setOption3' defined but not used
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/MoreURLCUtilities.lo ../Adaptor/MoreURLCUtilities.c && touch
../Adaptor/MoreURLCUtilities.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/Platform.lo ../Adaptor/Platform.c && touch ../Adaptor/Platform.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/WOURLCUtilities.lo ../Adaptor/WOURLCUtilities.c && touch
../Adaptor/WOURLCUtilities.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/WOURLCUtilities_3.lo ../Adaptor/WOURLCUtilities_3.c && touch
../Adaptor/WOURLCUtilities_3.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/appcfg.lo ../Adaptor/appcfg.c && touch ../Adaptor/appcfg.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/cfgparse.lo ../Adaptor/cfgparse.c && touch ../Adaptor/cfgparse.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/config.lo ../Adaptor/config.c && touch ../Adaptor/config.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/hostlookup.lo ../Adaptor/hostlookup.c && touch
../Adaptor/hostlookup.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/list.lo ../Adaptor/list.c && touch ../Adaptor/list.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/listing.lo ../Adaptor/listing.c && touch ../Adaptor/listing.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/loadaverage.lo ../Adaptor/loadaverage.c && touch
../Adaptor/loadaverage.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/loadbalancing.lo ../Adaptor/loadbalancing.c && touch
../Adaptor/loadbalancing.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/log.lo ../Adaptor/log.c && touch ../Adaptor/log.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/nbsocket.lo ../Adaptor/nbsocket.c && touch ../Adaptor/nbsocket.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/random.lo ../Adaptor/random.c && touch ../Adaptor/random.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/request.lo ../Adaptor/request.c && touch ../Adaptor/request.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/response.lo ../Adaptor/response.c && touch ../Adaptor/response.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/roundrobin.lo ../Adaptor/roundrobin.c && touch
../Adaptor/roundrobin.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/shmem.lo ../Adaptor/shmem.c && touch ../Adaptor/shmem.slo
../Adaptor/shmem.c: In function 'WOShmem_alloc':
../Adaptor/shmem.c:305: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:330: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:336: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:345: warning: cast to pointer from integer of different size
../Adaptor/shmem.c: In function 'WOShmem_alloc':
../Adaptor/shmem.c:305: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:330: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:336: warning: cast to pointer from integer of different size
../Adaptor/shmem.c:345: warning: cast to pointer from integer of different size
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/strdict.lo ../Adaptor/strdict.c && touch ../Adaptor/strdict.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/strtbl.lo ../Adaptor/strtbl.c && touch ../Adaptor/strtbl.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/transaction.lo ../Adaptor/transaction.c && touch
../Adaptor/transaction.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/transport.lo ../Adaptor/transport.c && touch
../Adaptor/transport.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/wastring.lo ../Adaptor/wastring.c && touch ../Adaptor/wastring.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/womalloc.lo ../Adaptor/womalloc.c && touch ../Adaptor/womalloc.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/xmlcparser.lo ../Adaptor/xmlcparser.c && touch
../Adaptor/xmlcparser.slo
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/xmlctokenizer.lo ../Adaptor/xmlctokenizer.c && touch
../Adaptor/xmlctokenizer.slo
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type ../Adaptor/xmlctokenizer.c:265: warning: comparison
is always false due to limited range of data type
../Adaptor/xmlctokenizer.c: In function 'xmlcTokenizerNextToken':
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -O2 -Wall -I/usr/include/apache2
-I../Adaptor -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE
-DAPACHE_SECURITY_ENABLED -arch ppc -arch ppc64 -arch i386 -arch x86_64 -c
-o ../Adaptor/xmlparse.lo ../Adaptor/xmlparse.c && touch ../Adaptor/xmlparse.slo
../Adaptor/xmlparse.c: In function 'xml_parseConfiguration':
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
../Adaptor/xmlparse.c: In function 'xml_parseConfiguration':
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
../Adaptor/xmlparse.c:178: warning: cast from pointer to integer of different
size
/usr/share/apr-1/build-1/libtool --silent --mode=link gcc -o mod_WebObjects.la
-L/usr/lib -lcrypto -lssl -macosx_version_min 10.5 -lm -module -rpath
/usr/libexec/apache2 -module -avoid-version ../Adaptor/xmlparse.lo
../Adaptor/xmlctokenizer.lo ../Adaptor/xmlcparser.lo ../Adaptor/womalloc.lo
../Adaptor/wastring.lo ../Adaptor/transport.lo ../Adaptor/transaction.lo
../Adaptor/strtbl.lo ../Adaptor/strdict.lo ../Adaptor/shmem.lo
../Adaptor/roundrobin.lo ../Adaptor/response.lo ../Adaptor/request.lo
../Adaptor/random.lo ../Adaptor/nbsocket.lo ../Adaptor/log.lo
../Adaptor/loadbalancing.lo ../Adaptor/loadaverage.lo ../Adaptor/listing.lo
../Adaptor/list.lo ../Adaptor/hostlookup.lo ../Adaptor/config.lo
../Adaptor/cfgparse.lo ../Adaptor/appcfg.lo ../Adaptor/WOURLCUtilities_3.lo
../Adaptor/WOURLCUtilities.lo ../Adaptor/Platform.lo
../Adaptor/MoreURLCUtilities.lo mod_WebObjects.lo
ranlib: for architecture: ppc file: .libs/mod_WebObjects.a(womalloc.o) has no
symbols
ranlib: for architecture: ppc file: .libs/mod_WebObjects.a(cfgparse.o) has no
symbols
ranlib: for architecture: ppc64 file: .libs/mod_WebObjects.a(womalloc.o) has no
symbols
ranlib: for architecture: ppc64 file: .libs/mod_WebObjects.a(cfgparse.o) has no
symbols
ranlib: for architecture: i386 file: .libs/mod_WebObjects.a(womalloc.o) has no
symbols
ranlib: for architecture: i386 file: .libs/mod_WebObjects.a(cfgparse.o) has no
symbols
ranlib: for architecture: x86_64 file: .libs/mod_WebObjects.a(womalloc.o) has
no symbols
ranlib: for architecture: x86_64 file: .libs/mod_WebObjects.a(cfgparse.o) has
no symbols
cp .libs/mod_WebObjects.so . #extra copy to put mod_WebObjects.so in
traditional location
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]