红联Linux门户
Linux帮助

安装cunit出错

发布时间:2011-03-23 15:23:29来源:红联作者:guan506713512
我是一名新手,在按照安装文档安装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.


在此请教各位大侠!!!请多多指教
文章评论

共有 1 条评论

  1. 于 2013-08-19 17:21:55发表:

    请问你的问题解决了吗?