[新手求教]9.10安装glibc的问题

编译打包和其他
回复
static1026
帖子: 2
注册时间: 2011-05-09 10:30

[新手求教]9.10安装glibc的问题

#1

帖子 static1026 » 2011-05-09 10:39

最近要用qualnet仿真软件 安装手册中的要求是这样的
For Linux systems, the version of gcc depends on the glibc version of the Linux distribution. QualNet
supports glibc 2.3.x through 2.4.x. To determine your version of glibc, run the following command:
rpm -q glibc
然后我输这条命令后 显示我没安装glibc
我下载了两个包 glibc-2.3.2.tar.gz 和 glibc-linuxthreads-2.3.2.tar.gz 按照网上找的办法编译安装
但是有错误:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for pwd... /bin/pwd
checking for gcc... gcc
checking version of gcc... 4.4.1, bad
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.81, ok
configure: error:
*** These critical programs are missing or too old: gcc
*** Check the INSTALL file for required versions.
拜托大家帮我看看这是怎么回事好么?
rediscover
帖子: 3173
注册时间: 2010-01-13 23:26

Re: [新手求教]9.10安装glibc的问题

#2

帖子 rediscover » 2011-05-10 1:27

glibc的原始tarball没有一坨补丁是不可能编译成功的。
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
回复