|
我安装的时候,使用:./autogen.sh的时候,如下提示:
bash-2.05b$ ./autogen.sh
Generating configuration files for Gaim, please wait....
Running gettextize, please ignore non-fatal messages....
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/progtest.m4
Copying file po/Makefile.in.in
test: -ge: unexpected operator
Running libtoolize, please ignore non-fatal messages....
configure.ac:3: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:1054: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader: `config.h.in' is updated
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for sed... /usr/bin/sed
checking for gcc... gcc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... i386-unknown-freebsd4.9
checking host system type... i386-unknown-freebsd4.9
checking for ranlib... ranlib
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
./ltconfig: ./ltconfig: No such file or directory
configure: error: libtool configure failed
bash-2.05b$
####################################
直接configure,然后make,出现下面的错误:
In file included from perl.c:93:
perl-common.h:28: syntax error before `CV'
perl.c:214: syntax error before `CV'
perl.c: In function `gaim_perl_callXS':
perl.c:219: `aTHX_' undeclared (first use in this function)
perl.c:219: (Each undeclared identifier is reported only once
perl.c:219: for each function it appears in.)
perl.c:219: syntax error before `cv'
perl.c: In function `destroy_package':
perl.c:403: warning: passing arg 1 of `Perl_newSVpv' discards qualifiers from pointer target type
*** Error code 1
Stop in /tmp/gaim-cvs-0218-qq-0.2.5/plugins/perl.
*** Error code 1
Stop in /tmp/gaim-cvs-0218-qq-0.2.5/plugins.
*** Error code 1
Stop in /tmp/gaim-cvs-0218-qq-0.2.5.
*** Error code 1
Stop in /tmp/gaim-cvs-0218-qq-0.2.5.
bash-2.05b$
想请教了,谢谢 大家! |
|