(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.
在此请教各位大侠!!!请多多指教


于 2013-08-19 17:21:55发表:
请问你的问题解决了吗?