首页 > 其他 > 详细

CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH

时间:2016-02-24 12:10:10      阅读:173      评论:0      收藏:0      [点我收藏+]
configure: error: no acceptable C compiler found in $PATH See `config.log‘ for more details.
你的机器里没有安装任何C语言编译器,可以安装gcc。 可以在安装盘里找到gcc相关的包进行安装,不过会比较繁琐,因为关联的包会比较多。 如果可以上网,使用yum安装是比较好的选择: yum install gcc
因为是centos linux,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:
# yum -y install gcc

CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH

原文:http://www.cnblogs.com/weiwang/p/5212256.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!