安装Pidgin-2.6.3时出现错误configure: error:

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

安装Pidgin-2.6.3时出现错误configure: error:

#1

帖子 superlove » 2009-10-18 15:00

root@TXT:/home/superlove/soft/pidgin-2.6.3# ./configure
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 build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for intltool-update... no
checking for intltool-merge... no
checking for intltool-extract... no
configure: error: The intltool scripts were not found. Please install intltool.

root@TXT:/home/superlove/soft/pidgin-2.6.3#

请问如何解决。找不到mereg,update工具,用sudo apt-get install 安装提示找不到软件包。
谢谢。
verglas
帖子: 34
注册时间: 2008-08-31 19:02

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#2

帖子 verglas » 2009-10-18 15:54

这个问题才开始错,我都不知道./configure多少回了,总是有数不尽的包没装,没完没了的叫你装,原来装个pidgin这么麻烦
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#3

帖子 mickeywaley » 2009-10-18 15:59

http://www.getdeb.net/app/Pidgin
最新版本:
Ubuntu Jaunty 32 bits - 2.6.3
Ubuntu Jaunty 64 bits - 2.6.3
Ubuntu Intrepid 32 bits - 2.5.5
Ubuntu Intrepid 64 bits - 2.5.5
Ubuntu Hardy 32 bits - 2.6.3
Ubuntu Hardy 64 bits - 2.6.3
头像
pityonline
帖子: 3864
注册时间: 2008-12-09 12:44
来自: 北京
联系:

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#4

帖子 pityonline » 2009-10-18 16:01

编译别从依赖关系复杂的软件开始,我第一次编译就是pidgin,搞了半夜都没成功,不过编其它简单软件基本没问题,还是等deb包吧……

不用等了,直接用3楼的!
Pity is the bomp!
活着就是折腾!生命不息,折腾不止!
看这帮家伙在干什么?@pityonline/u
Dropbox+Vps+PC 跑起来了!这是邀请链接
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#5

帖子 tenzu » 2009-10-18 16:08

编译需要的包不全

代码: 全选

sudo apt-get install pidgin
一条命令就装好了,虽然是2.6.2
superlove
帖子: 6
注册时间: 2009-10-18 6:12

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#6

帖子 superlove » 2009-10-18 16:55

sudo apt-get install pidgin 提示已经是最新版本哦。。登陆一看还是2.5.5跟以前一样。用新立得更新过也一样。
再下一个看看,不行就将就用了。
前两天才装的,正在学。。
谢谢各位哈。。 :em42
头像
masonliu
帖子: 470
注册时间: 2007-04-10 14:51

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#7

帖子 masonliu » 2009-10-18 17:15

Empathy已经取代pidgin,所以这个包维护比较少了。
你就使用empathy不就行了
superlove
帖子: 6
注册时间: 2009-10-18 6:12

Re: 安装Pidgin-2.6.3时出现错误configure: error:

#8

帖子 superlove » 2009-10-18 17:50

:em42,谢谢哈,,都试下。
回复