- 主题:升级出错
隔了一段时间没有弄,今天出错了。。。
-bash-2.05b$ make install
gcc -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -o finddf finddf.o -L/home/bbs/bin -lythtbbs -lytht
finddf.o: In function `main':
/home/bbs/bbs/bbs/local_utl/finddf.c:44: undefined reference to `push_sigbus'
/home/bbs/bbs/bbs/local_utl/finddf.c:77: undefined reference to `popup_sigbus'
/home/bbs/bbs/bbs/local_utl/finddf.c:53: undefined reference to `popup_sigbus'
collect2: ld returned 1 exit status
make: *** [finddf] Error 1
--
FROM 218.197.231.121
安装了ythtlib。
make dep;make install
-bash-2.05b$ make dep
gcc -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -M *.c >.depend
-bash-2.05b$ make install
gcc -D_GNU_SOURCE -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -c -g finddf.c
gcc -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -o finddf finddf.o -L/home/bbs/bin -lythtbbs -lytht
gcc -D_GNU_SOURCE -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -c -g mergeb.c
gcc -D_GNU_SOURCE -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -c -g record.c
gcc -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -o mergeb mergeb.o record.o -L/home/bbs/bin -lythtbbs -lytht
mergeb.o: In function `main':
/home/bbs/bbs/bbs/local_utl/mergeb.c:58: undefined reference to `append_record_callback'
/home/bbs/bbs/bbs/local_utl/mergeb.c:65: undefined reference to `append_record_callback'
collect2: ld returned 1 exit status
make: *** [mergeb] Error 1
另外:现在configure是,不是读./bbsconfig
而是读./site/bbsconfig.sample。
其他的变了否?
【 在 lepton (在黑夜中等待黎明) 的大作中提到: 】
: local_utl下面先make dep
: 然后makeinstall
: 另外安装了ythtlib没有
: 【 在 yibai.bbs@ttsx.cn-bbs.org (一白~~除了程序问题,其他不 的大作中提到: 】
: : 隔了一段时间没有弄,今天出错了。。。
: : -bash-2.05b$ make install
: : gcc -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -o finddf finddf.o -L/home/bbs/bin -lythtbbs -lytht
: ...................
--
FROM 218.197.231.121
都更新了 :(
【 在 lepton (在黑夜中等待黎明) 的大作中提到: 】
: libythtbbs也要装啊
: 更新 总是要先更新库的
: 【 在 yibai (一白) 的大作中提到: 】
: : 安装了ythtlib。
: : make dep;make install
: : -bash-2.05b$ make dep
: : gcc -Wall -O2 -mmmx -msse -mcpu=pentium3 -march=pentium3 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -M *.c >.depend
: ...................
--
FROM 218.197.231.121
哦!我错了。。。
呵呵
【 在 yibai (一白) 的大作中提到: 】
: 都更新了 :(
: 【 在 lepton (在黑夜中等待黎明) 的大作中提到: 】
: : libythtbbs也要装啊
: : 更新 总是要先更新库的
: : ...................
--
FROM 218.197.231.121