# make && make install
configure.ac:64: error: possibly undefined macro: AM_ICONV
make: *** [configure] 错误 1
把报错信息“configure.ac:64: error: possibly undefined macro: AM_ICONV”,得到“But you need to have gettext”没有gettext这个包。
到http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
tar xzfgettext-0.18.1.1.tar.gzcdgettext-0.17
./configure
make && make install
本文介绍了解决在make&makeinstall过程中遇到configure.ac:64:error:possiblyundefinedmacro:AM_ICONV错误的方法。该错误通常是因为缺少gettext工具。文章提供了获取并安装gettext的具体步骤。
3681

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



