在Ubuntu 10.04上使用kdevelop 3.5构建应用程序时,出现以下错误:
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
make[2]: *** [wktools4] Error 63
make[2]: Target `all' not remade because of errors.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** Exited with status: 2 ***
在哪里可以获得所需的libtool版本,或者如何重新创建aclocal.m4?
autoreconf
还不够。我不得不跑步:aclocal; libtoolize --force; autoheader; autoconf