2016-02-25 59 views
8

我在安裝C編譯器本身(gcc gnu)時遇到以下錯誤。

configure: error: in `/home/gcc-5.3.0': 
configure: error: no acceptable C compiler found in $PATH 

注意到我已經嘗試了question中列出的解決方案,但沒有成功。

操作系統:RHEL6和CentOS

回答

17

您需要安裝編譯器才能編譯。在提到的問題,解決辦法應該工作:

yum install gcc 

yum groupinstall "Development tools" 

之後,嘗試運行你的編譯器,以確保一切都對齊:

gcc