2012-04-10 4 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. 

추신을 그 작은 프로젝트 페이지 : http://sourceforge.net/projects/rccparser/

어떤 도움 이라니? 어쩌면

autoreconf -fvi 

: 같은

답변

4

뭔가? 나는 bootstrap가 그것의 돌볼 것이라는 점을 희망하고 싶지만, 그렇지 않은 것처럼 보인다.