概述
[root@xxt401 gd-2.0.35]# make install
cd . && /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing –run aclocal-1.9 -I config
aclocal:configure.ac:64: warning: macro `AM_ICONV’ not found in library
cd . && /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing –run automake-1.9 –foreign
cd . && /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing –run autoconf
configure.ac:64: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] 错误 1
把报错信息“ configure.ac:64: error: possibly undefined macro: AM_ICONV ”拿到 google 里搜索,得到“ But you need to have gettext ”没有 gettext 这个包。
到 http://www.gnu.org/software/gettext/下载了gettext-0.17.tar.gz
cp /usr/lib/libattr.* /lib/ (这个在转载的文章里没说,是因为make的时候报错说没有libattr.la这个文件,所以要复制过去)
tar xzf gettext-0.17.tar.gz
cd gettext-0.17
./configure
make
make install
经过以上操作,回去安装g d 就没有问题了!
最后
以上就是仁爱星月为你收集整理的安装GD库错误解决方法 configure.ac:64: error: possibly undefined macro: AM_ICONV的全部内容,希望文章能够帮你解决安装GD库错误解决方法 configure.ac:64: error: possibly undefined macro: AM_ICONV所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复