我是一名新手,在按照安裝文檔安裝CUnit過程中出錯
(1)解包
#tar xzvf CUnit-2.1-0-src.tar.gz
(2)編譯與安裝
#cd CUnit-2.1-0
#aclocal (if necessary)
#autoconf (if necessary)
#automake (if necessary)
#chmod u+x configure (if necessary)
#./configure --prefix =/home/storaget/BIgrj/CUnit
#make
#make install
(3)加載CUnit的庫(only one time)
#cd /usr/local/lib
#ldconfig
在執行到make 這一步是出錯:
../../../libtool: line 463: CDPATH: command not found
../../../libtool: line 1141: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1
libtool: and run autoconf again.
在此請教各位大俠!!!請多多指教