configure: error: no acceptable c compiler found in $path 就是gcc编译器未装_spiderman
2011年12月09日
tar完了后 进入 文件夹 : ./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.2.8
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
如果遇到这个问题的时候,只要把安装盘里和gcc有关的都装上。
2011年12月09日
tar完了后 进入 文件夹 : ./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.2.8
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
如果遇到这个问题的时候,只要把安装盘里和gcc有关的都装上。
本文记录了一次配置Apache Portable Runtime (APR)库过程中遇到的问题:configure:error:noacceptableCcompilerfoundin$PATH。该错误提示表明系统路径中未找到合适的C编译器。解决方案是安装与gcc相关的所有组件。

被折叠的 条评论
为什么被折叠?



