Whenever I try to compile Apache 1.3.9 on MacOS X I get the following error message:
Using config file: Configuration
Creating Makefile
+ configured for Darwin platform
+ setting C compiler to cc
+ setting C pre-processor to cc -E -traditional-cpp
+ checking for system header files
+ adding selected modules
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
======== Error Output for sanity check ========
cd ..; cc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -o helpers/dummy helpers/dummy.c
============= End of Error Report =============
Aborting!
...which I think is due to the fact that the TestPlatform fails. By the way, cc is installed on my machine.
Any help would be much appreciated.
Philippe de Rochambeau
Using config file: Configuration
Creating Makefile
+ configured for Darwin platform
+ setting C compiler to cc
+ setting C pre-processor to cc -E -traditional-cpp
+ checking for system header files
+ adding selected modules
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
======== Error Output for sanity check ========
cd ..; cc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -o helpers/dummy helpers/dummy.c
============= End of Error Report =============
Aborting!
...which I think is due to the fact that the TestPlatform fails. By the way, cc is installed on my machine.
Any help would be much appreciated.
Philippe de Rochambeau