configure: error: no acceptable C compiler found in $PATH
- Category:
- Linux
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: 0.9.16
checking for chosen layout... apr
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.
configure failed for srclib/apr
こんなエラーがでてコンパイルできない場合
# yum install -y glibc glibc.i386 gcc
# yum install -y automake autoconf
# yum install -y libtool
# yum install -y gcc-c++