我在尝试在centOS 7中编译库时遇到错误,我尝试重新安装libtool但它没有帮助。以下是错误
+ autoreconf --install
configure.ac:32: warning: macro 'AM_PROG_LIBTOOL' not found in library
configure.ac:32: error: possibly undefined macro: AM_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
答案 0 :(得分:5)
您可能需要:autoreconf -fvi
以确保所有内容都已更新。
还值得注意的是,AM_PROG_LIBTOOL
已弃用,应预先替换为LT_INIT
,并可选择替换为LT_PREREQ
。
答案 1 :(得分:2)
我只是通过以下方式解决了它:
sudo yum安装libtool