分页: 1 / 1

请问为什么编译不了呢 ?

发表于 : 2008-06-11 1:13
zjnx
root@zjnx:/home/soft/amsn-0.97# ./configure
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... gcc
checking for C compiler default output file name... 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 gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old
configure: error: Unable to find Tcl directory or Tcl package is not tcl-dev
root@zjnx:/home/soft/amsn-0.97#

发表于 : 2008-06-11 2:36
vvvli
tcl-dev 装了么?

发表于 : 2008-06-11 12:15
zjnx
呵呵,已经全都搞定可以正常编译了。。。。。。。居然缺少好多库文件,只好一个一个APT了

发表于 : 2008-06-11 12:43
dogfox
革命军人也玩GNU?

发表于 : 2008-06-11 17:59
vvvli
不要一个一个apt。

apt-get build-dep xxxxx 自动找依赖。