Thanks for the tip. I D/L'd GNU Make and the original problem has been
resolved (i.e. it gets further in the compilation effort when I run "make"
in the src/connectors directory).
However, I now get an "error 1" from make, caused by some problem in the
apxs module. Does anyone know whjy this might happen? How can I find the
error codes for apxs? Thanks in advance!
- Jeff Davies
-------------------------------------------------
root connectors: make
make[1]: Entering directory
`/export/home/jdavies/jakarta-tomcat-4.0-b1/src/connectors/webapplib'
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa.c -o wa.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_callback.c -o
wa_callback.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_connection.c -o
wa_connection.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_host.c -o wa_host.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_request.c -o
wa_request.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_provider.c -o
wa_provider.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_provider_info.c -o
wa_provider_info.o
gcc -O6 -Wall -Wstrict-prototypes -I../webapplib -c wa_provider_warp.c -o
wa_provider_warp.o
ar -cr libwebapp.a wa.o wa_callback.o wa_connection.o wa_host.o wa_request.o
wa_provider.o wa_provider_info.o wa_provider_warp.o
make[1]: Leaving directory
`/export/home/jdavies/jakarta-tomcat-4.0-b1/src/connectors/webapplib'
make[1]: Entering directory
`/export/home/jdavies/jakarta-tomcat-4.0-b1/src/connectors/apache-1.3'
apxs -c -I../webapplib -L../webapplib -lwebapp mod_webapp.c
gcc -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
-I/opt/mediaforge/include -I../webapplib -c mod_webapp.c
-o mod_webapp.so mod_webapp.o -L../webapplib -lwebapp
apxs:Break: Command failed with rc=16777215
make[1]: *** [mod_webapp.so] Error 1
make[1]: Leaving directory
`/export/home/jdavies/jakarta-tomcat-4.0-b1/src/connectors/apache-1.3'
make: *** [apache-1.3/mod_webapp.so] Error 2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]