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

原文地址:https://www.cnblogs.com/seasonsstory/p/3159122.html