checking for gcc... no

./configure 后显示
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure.sh:error:no acceptable C compiler found in $PATH
See 'config.log' for more details.

 

解决办法:yum -y install gcc

 

参考链接:http://www.cnblogs.com/seasonsstory/p/3159122.html

你可能感兴趣的:(centos)