linux安装文件出现configure: error: no acceptable C compiler found in $PATH错误

configure: error: no acceptable C compiler found in $PATH错误主要是没有C编译器.

安装C编译器:

[root@localhost sipp-3.5.1]# yum -y install gcc

重新安装文件,问题解决

你可能感兴趣的:(Linux)