|
提示:[root@A40 src]# ./Configure
Using config file: Configuration
Creating Makefile
+ configured for Linux platform
+ setting C pre-processor to /usr/bin/cpp
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ 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 ..; gcc -O2 -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -o helpers/dummy helpers/dummy.c -lm
/bin/sh: line 1: gcc: command not found
make: *** [dummy] Error 127
============= End of Error Report =============
Aborting!
请大人们帮帮忙 |
|