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
转载于:https://www.cnblogs.com/gyfluck/p/10538372.html
相关资源:JAVA上百实例源码以及开源项目