linux安装文件出现configure: error: no acceptable C compiler found in $PATH错误
转载声明:
本文为摘录自“csdn博客”,版权归原作者所有。
温馨提示:
为了更好的体验,请点击原文链接进行浏览
摘录时间:
2020-05-11 18:32:00
configure: error: no acceptable C compiler found in $PATH错误主要是没有C编译器.
安装C编译器:
[root@localhost sipp-3.5.1]# yum -y install gcc
重新安装文件,问题解决