您的位置:首页 > 其它

Redhat 6.3提示:configure: error: no acceptable C compiler found in $PATH

2016-04-13 10:23 465 查看
报错

# ./configure 

configure: error: no acceptable C compiler found in $PATH


需要装GCC软件套件,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:

# yum -y install gcc

安装更新了如下几个组件:

gcc 4.1.2-44.el5

binutils 2.17.50.0.6-9.el5

cpp 4.1.2-44.el5

glibc-devel 2.5-34.el5_3.1

glibc-headers 2.5-34.el5_3.1

kernel-headers 2.6.18-164.el5

libgomp 4.3.2-7.el5
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: