не могу скомпилировать libtool 2.4.6 - PullRequest
0 голосов
/ 04 июля 2019

Я хочу установить 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.

...