river_clock 发表于 2005-7-27 18:52:59

求救:我想装gcc, 可...

我在装很多软件时都提示没有gcc,今天下了个gcc的安装包,结果确是:
# ./configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking build system type... i686-pc-linux-gnuoldld
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
configure: error: no acceptable cc found in $PATH
这可怎么办啊?我要怎么样才能装上gcc和其他软件啊?
谢谢 :cry:

BOoRFGOnZ 发表于 2005-7-27 19:20:33

用非gcc编译方式

river_clock 发表于 2005-7-27 19:22:39

怎么样用非gcc编译方法啊?能详细说明吗?

river_clock 发表于 2005-7-27 19:38:44

补充

补充一下,我从redhat网站里下载了gcc-3.2-7的rpm包安装,结果提示没有找到cpp-3.2-7包,于是又下载了cpp包,结果提示说在系统中已经存在了一个更新的cpp包,这让我抓狂!
请高手赶快给予解答啊,真快受不了了!

zhy2111314 发表于 2005-7-29 14:40:48

./configure --help看看!

BOoRFGOnZ 发表于 2005-7-29 18:53:25

Re: 补充

补充一下,我从redhat网站里下载了gcc-3.2-7的rpm包安装,结果提示没有找到cpp-3.2-7包,于是又下载了cpp包,结果提示说在系统中已经存在了一个更新的cpp包,这让我抓狂!
请高手赶快给予解答啊,真快受不了了!那你先装个低的rpm版本的 gcc
页: [1]
查看完整版本: 求救:我想装gcc, 可...