configure: error: no acceptable C compiler found in $PATH
configure: error: no acceptable C compiler found in $PATH
参考链接:
configure: error: no acceptable C compiler found in $PATH 问题解决。
一、错误发生情景:
使用./configure命令时,报如下错误:
. . . configure: error: no acceptable C compiler found in $PATH See 'config.log' for more details.
二、错误原因:
缺少gcc编译器。
三、解决:
安装gcc:yum install -y gcc