在linux环境下开发时,我们有时候会遇到如下情况
libtool: Version mismatch error. This is libtool 2.4.2 , but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again
运行命令
autoreconf --force --install
./configure
make
如果没有生效
make maintainer-clean 清理干净后,在运行上面的命令
libtool should recreate aclocalm4
最新推荐文章于 2024-01-17 14:30:29 发布
本文介绍了解决Linux环境下因Libtool版本不一致导致的错误的方法。通过使用autoreconf命令并配合make maintainer-clean进行彻底清理后重新配置,可以有效解决版本冲突问题。

1772

被折叠的 条评论
为什么被折叠?



