美文网首页
使用automake准备编译的步骤

使用automake准备编译的步骤

作者: 贵族_4e67 | 来源:发表于2018-03-24 17:05 被阅读0次

安装好 automake 后, 首先运行

automake
configure.in:14: version mismatch.  This is Automake 1.11.3,
configure.in:14: but the definition used by this AM_INIT_AUTOMAKE
configure.in:14: comes from Automake 1.9.6.  You should recreate
configure.in:14: aclocal.m4 with aclocal and run automake again.

这是由于autotools的版本不匹配导致的,可以参考这两篇文章:
Error required file ltmain.sh not found (automake) - GNU.org
Using autoreconf
解决方法一般是运行
autoreconf -i

有关更详细 的范例请参考网上其他资料
这里仅仅是记录基本过程 。

相关文章

网友评论

      本文标题:使用automake准备编译的步骤

      本文链接:https://www.haomeiwen.com/subject/tfzwqftx.html