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

发布时间:2020年10月28日 阅读:306 次

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


Tag:
相关文章

发表评论: