|
|
发表于 2005-6-3 00:04:26
|
显示全部楼层
hacker:/home/bbs/bbs/bbssrc# ./configure
loading cache ./config.cache
Firebird BBS 3.0 series configure
$Id: configure,v 1.4 2000/02/20 12:29:17 edwardc Exp $
...........................
... testing C Compiler ...
...........................
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for -lcrypt... yes
checking for -lsocket... no
checking for -lnsl... yes
checking for -lbsd... no
checking for -lucb... no
checking for -lrpcsvc... yes
checking for -ldl... yes
checking for -ltermcap... no
ERR: i can't compile without libtermcap !!
hacker:/home/bbs/bbs/bbssrc# apt-get install libtermcap
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
现在没有可用的软件包 libtermcap,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
可是下列的软件包取代了它:
termcap-compat
E: 软件包 libtermcap 还没有可供安装的候选者
hacker:/home/bbs/bbs/bbssrc# apt-get install termcap-compat
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
termcap-compat 已经是最新的版本了。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 9 个软件未被升级 。
hacker:/home/bbs/bbs/bbssrc# |
|