3

古いプロジェクトのソースをダウンロードしました。私は今それを構築しようとしています:

./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.

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

何か助けはありますか?

4

1 に答える 1

6

何かのようなもの:

autoreconf -fvi

多分?私はbootstrapそれを大事にすることを望みます、しかしそれはそうではないように見えます。

于 2012-04-10T20:14:14.400 に答える