无法编译libtool 2.4.6

时间:2019-07-04 11:39:06

标签: solaris libtool

我想安装SVN,但它是针对libtool的,然后我尝试编译libtool,但遇到了一些问题

我执行了./compile,没有任何错误,但是当我执行gmake时,出现以下错误:

gmake  all-recursive
gmake[1]: Entering directory `/home/xxxx/xxxx/libtool-2.4.6'
Making all in .
gmake[2]: Entering directory `/home/xxxx/xxxx/libtool-2.4.6'
gmake[3]: Entering directory `/home/xxxx/xxxx/libtool-2.4.6'
gmake[3]: Leaving directory `/home/xxxx/xxxx/libtool-2.4.6'
  CC       libltdl/loaders/libltdl_libltdl_la-preopen.lo
libtool: Version mismatch error.  This is libtool 2.4.6, revision 2.4.6,
libtool: but the definition of this LT_INIT comes from revision .
libtool: You should recreate aclocal.m4 with macros from revision 2.4.6
libtool: of libtool 2.4.6 and run autoconf again.
gmake[2]: *** [libltdl/loaders/libltdl_libltdl_la-preopen.lo] Error 63
gmake[2]: Leaving directory `/home/xxxx/xxxx/libtool-2.4.6'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/xxxx/xxxx/libtool-2.4.6'
gmake: *** [all] Error 2

我也尝试过autoconf的运气。

0 个答案:

没有答案