linux那点事儿程序员

libtool:Version mismatch error

2020-07-01  本文已影响0人  Phoenix1428

现象:

libtool: Version mismatcherror. Thisis libtool 2.4.2 Debian-2.4.2-1.1, 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.4.2 Debian-2.4.2-1.1

libtool: and run autoconf again.

解决:

运行 autoreconf -ivf 即可。

命令解释:

autoreconf -vfi

通过拷贝来的源码,在配置文件中保留原来的配置,

所以需要使用autoreconf来更新已经生成的配置文件

上一篇 下一篇

猜你喜欢

热点阅读