# 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 xzf gettext-0.18.1.1.tar.gzcd gettext-0.17
./configure
make && make install
转载于:https://blog.51cto.com/abgal/503351