Libtool version mismatch

Heruntergeladen habe ich die Quelle von einigen alten Projekt. Ich versuche, es zu bauen, nun:

./bootstrap && ./configure

Funktioniert es einwandfrei, aber:

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. das kleine Projekt Seite: http://sourceforge.net/projects/rccparser/

Hilfe?

InformationsquelleAutor Max Frai | 2012-04-10
Schreibe einen Kommentar