最近学校网络一直有问题,今天cvs代码后发现
aclocal
[bbs@localhost smth_bbs]$ autoheader
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
[bbs@localhost smth_bbs]$ automake -a
[bbs@localhost smth_bbs]$ autoconf
configure.ac:167: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make 也是自然通不过
make
make -s all-recursive
Making all in libsystem
Making all in libBBS
../depcomp: @LIBTOOL@: command not found
make[2]: *** [ucache.lo] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
可是我装了 libtool啊
libtool --version
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)
Red hat 7.3 CVS主分支
--
FROM 202.197.75.*