Freora9安装Apache时Make错误

来源:百度知道 编辑:UC知道 时间:2024/06/18 14:49:15
我在Freora9中安装Apache2.2.11时Make错误

我解压出APACHE之后进到了APACHE的目录,然后执行了./configure这个命令,然后执行make就提示错误了,错误信息:
make: *** 没有指明目标并且找不到 makefile。 停止。

看了很多资料都没找到答案,各位大哥帮帮忙!

致敬!!!

执行了./configure这个命令之后返回了:
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.3.3
checking for chosen layout... apr
checking for gcc... no
chec

checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
上述信息告诉你检查gcc编译器时提示没发现并且在系统环境变量$PATH中没有合适的c编译器。查看config.log文件获取详细信息。

你该看看你的gcc编译器安装好了没。或出了上面问题