dixson 发表于 2005-5-30 16:20:51

gcc安装

我在http://www.redhat.com上下了gcc-4.0,安装时报错:
warning: gcc-4.0.0-8.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
binutils >= 2.15.94.0.2-2 is needed by gcc-4.0.0-8
cpp = 4.0.0-8 is needed by gcc-4.0.0-8
libgcc >= 4.0.0-8 is needed by gcc-4.0.0-8
安装失败了。
请高手指教!

hew 发表于 2005-5-30 17:36:35

依赖关系问题,安装个apt 或者去 rpmfind.net 自己搜索安装。

不过真都有必要安装gcc 4 吗?

dixson 发表于 2005-5-30 18:27:59

但是在安装.tar.gz2等软件解压后不能编译啊,编译报错
check gcc no
check cc no
check c1 no.
于是我想装gcc啊!

hew 发表于 2005-5-30 19:31:10

下载这个安装
http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.rpm

然后
#apt-get update
#apt-get install gcc

关于apt 的更多信息搜索看精华!

dixson 发表于 2005-5-31 07:50:57

哦。谢谢。我去试试!
页: [1]
查看完整版本: gcc安装