|
|
FireBird:
http://download.ytcnc.net/down/3.0-20000220-SNAP.tar.gz
我已经安装了 libtermcap-compat
xeon bbssrc # ls /lib/libtermcap.so.2*
/lib/libtermcap.so.2 /lib/libtermcap.so.2.0.8
可是依然有如下问题。
xeon 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... yes
checking for -lucb... no
checking for -lrpcsvc... yes
checking for -ldl... yes
checking for -ltermcap... no
ERR: i can't compile without libtermcap !! |
|