当前位置: 技术问答>linux和unix
在LINUX上安装gcc时,报C编译器找不到的错误?鸡和蛋我要先选择谁啊?
来源: 互联网 发布时间:2016-10-02
本文导语: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: in `/home/programs/src/gcc-4.4.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
问题补充:我是在redhat 9上安装 。
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: in `/home/programs/src/gcc-4.4.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
问题补充:我是在redhat 9上安装 。
|
用rpm包安装吧
|
是确实没有呢,还是gcc检测脚本没有找到呢???
|
个人觉得是环境变量没有配好哈~
|
no acceptable C compiler found in $PATH
它只是说在环境变量里找不到,不见得你Linux上没安装。
它只是说在环境变量里找不到,不见得你Linux上没安装。
|
图形界面下去直接查找gcc,然后安装就行了
|
看來要先找只雞把蛋給孵出來才行
要不然蛋還是蛋,變不成雞...
要不然蛋還是蛋,變不成雞...
|
先安装 gcc,然后再用 gcc 编译安装 gcc ..... 也可以到别的电脑上编译 ;)