天天看點

CentOS 報no acceptable C compiler found in $PATH的解決辦法

#./configure

 提示沒有GCC編譯器環境)

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

因為是centos linux,預設可以采用yum方式安裝,則采用如下指令安裝gcc編譯器即可:

 # yum -y install gcc

前提是linux可以線上更新。

如何聯系我:【萬裡虎】www.bravetiger.cn

【QQ】3396726884 (咨詢問題100元起,幫助解決問題500元起)

【部落格】http://www.cnblogs.com/kenshinobiy/

繼續閱讀