2012-04-10 14 views
1

古いプロジェクトのソースをダウンロードしました。それが正常に動作しますLibtoolのバージョンが一致しません

./bootstrap && ./configure 

、しかし:私は今、それを構築しようとしている

make 

/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -W -g -O2 -DDEBUG -MT rcclexer.lo -MD -MP -MF .deps/rcclexer.Tpo -c -o rcclexer.lo rcclexer.cpp 
../libtool: line 415: CDPATH: command not found 
libtool: Version mismatch error. This is libtool 2.4.2, but the 
libtool: definition of this LT_INIT comes from an older release. 
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 
libtool: and run autoconf again. 

P.S.その小さなプロジェクトページ:http://sourceforge.net/projects/rccparser/

助けてください?

答えて

4

ような何か:多分

autoreconf -fvi 

に?私はbootstrapがそれを世話すると思いますが、それはそうではないように見えます。

関連する問題