新人求助~~~~

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
qwert12345
帖子: 4
注册时间: 2007-08-15 17:03

新人求助~~~~

#1

帖子 qwert12345 » 2007-08-15 19:55

我下了好几个软件,解压后 用./configure 来编译,都没有一个成功的
fanshuren@fans1011:~/软件工具/aMule-2.0.1$ ./configure
checking build system type... i686-pc-linuxlibc1
checking host system type... i686-pc-linuxlibc1
checking target system type... i686-pc-linuxlibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
基本都是这样的错误
qwert12345
帖子: 4
注册时间: 2007-08-15 17:03

#2

帖子 qwert12345 » 2007-08-15 19:56

自己顶一下, 在线等,大佬 们 ~~~~谢谢
qiu_923
帖子: 250
注册时间: 2007-05-06 10:39

#3

帖子 qiu_923 » 2007-08-15 19:59

先安装编译器
sudo apt-get install g++
qwert12345
帖子: 4
注册时间: 2007-08-15 17:03

#4

帖子 qwert12345 » 2007-08-15 20:37

装了编译器再试, 到最后出现这个错误
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for zlib >= 1.1.4... no
checking for zlib in peer directory... no
configure: error: unable to use zlib - no peer found
麻烦老大再看一下,
baidongyi
帖子: 212
注册时间: 2005-07-12 7:58

#5

帖子 baidongyi » 2007-08-15 20:59

please install zlib
qiu_923
帖子: 250
注册时间: 2007-05-06 10:39

#6

帖子 qiu_923 » 2007-08-15 21:24

回复