- 主题:smth cvs 的make 出错
dbzserver.o: In function `main':
dbzserver.o(.text+0x234a): undefined reference to `initial_lang'
dbzinnbbsd.o: In function `CMDihave':
dbzinnbbsd.o(.text+0x1940): undefined reference to `readlines'
dbzinnbbsd.o(.text+0x1949): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1956): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1963): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1970): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x197d): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1994): more undefined references to `HEADER' follow
dbzinnbbsd.o: In function `CMDihave':
dbzinnbbsd.o(.text+0x1a53): undefined reference to `cancel_article_front'
dbzinnbbsd.o(.text+0x1a65): undefined reference to `receive_control'
dbzinnbbsd.o(.text+0x1a8e): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1aa9): undefined reference to `receive_article'
dbzinnbbsd.o(.text+0x1bc6): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1bd2): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1bff): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1c21): undefined reference to `HEADER'
dbzinnbbsd.o(.text+0x1c4e): undefined reference to `HEADER'
collect2: ld returned 1 exit status
make[2]: *** [dbzserver] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
55 不过是给fb2k-v2.h增加了几个东西而已
innbbsd有什么问题么?
--
FROM 202.197.75.*
libtool 和 gcc 版本?
gbzserver 应该是不要那个函数的...
【 在 cnbird (阿七) 的大作中提到: 】
: dbzserver.o: In function `main':
: dbzserver.o(.text+0x234a): undefined reference to `initial_lang'
: dbzinnbbsd.o: In function `CMDihave':
: ...................
--
FROM 128.12.181.30
libtool --version
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)
暴汗,gcc居然九十那个传说中得 2.96
Redhat 7.3 去掉innbbsd 编译通过
【 在 atppp (Big Mouse) 的大作中提到: 】
: libtool 和 gcc 版本?
: gbzserver 应该是不要那个函数的...
--
FROM 202.197.75.*
zixia和你一模一样的,你怎么操作的?
是以前的代码 cvs up 还是干干净净 co 出来的...
【 在 cnbird (阿七) 的大作中提到: 】
: libtool --version
: ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)
: 暴汗,gcc居然九十那个传说中得 2.96
: ...................
--
FROM 128.12.181.30
全部是co出来的,不过是cvs -co smth_bbs
就直接去aotumake -a
./configure之后发现没有 innbbsd 之类得就又co了一次
不过还是automake了
【 在 atppp (Big Mouse) 的大作中提到: 】
: zixia和你一模一样的,你怎么操作的?
: 是以前的代码 cvs up 还是干干净净 co 出来的...
--
FROM 202.197.75.*
先都co出来再automake之类的吧,说不定哪里出问题了,从头来一次可能比查错更快?
【 在 cnbird (阿七) 的大作中提到: 】
: 全部是co出来的,不过是cvs -co smth_bbs
: 就直接去aotumake -a
: ./configure之后发现没有 innbbsd 之类得就又co了一次
: ...................
--
FROM 128.12.181.30
从头来过还是卡在了这里,郁闷啊
【 在 atppp (Big Mouse) 的大作中提到: 】
: 先都co出来再automake之类的吧,说不定哪里出问题了,从头来一次可能比查错更快?
--
FROM 202.197.75.*
我在rh7.3上试了下,工具都是原装rpm...
$ mkdir test
$ cd test
$ cvs -d :pserver:bbsdev@cvs.smth.org:/home/cvs co smth_bbs
$ cd smth_bbs
$ cvs -d :pserver:bbsdev@cvs.smth.org:/home/cvs co innbbsd
$ aclocal;autoheader;automake -a;autoconf
$ ./configure --prefix=/home/bbs --enable-site=fb2k-v2 --with-www=/var/www --with-php=/usr/include/php --enable-innbbsd --with-mysql
$ make
编译没问题
【 在 cnbird (阿七) 的大作中提到: 】
: 从头来过还是卡在了这里,郁闷啊
--
FROM 128.12.181.30
为什么我autoconf有两个包?@_@
rpm -qa|grep autoconf
autoconf-2.13-17
autoconf253-2.53-3
还有什么时候突然冒出来个源代码包,而且make uninstall 还有rules 能uninstall
ft 整个晕了
【 在 atppp (Big Mouse) 的大作中提到: 】
: 我在rh7.3上试了下,工具都是原装rpm...
: $ mkdir test
: $ cd test
: ...................
--
FROM 202.197.75.*