当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > GD 编译出错解决方法

Unix/Linux
Linux 指令篇:系统设置--insmod
Linux 指令篇:系统设置--kbdconfig
Linux 指令篇:系统设置--lilo
Linux 指令篇:系统设置--liloconfig
Linux 指令篇:系统设置--lsmod
Linux 指令篇:系统设置--minfo
Linux 指令篇:系统设置--mkkickstart
Linux 指令篇:系统设置--modinfo
Linux 指令篇:系统设置--modprobe
Linux 指令篇:系统设置--moouseconfig
Linux 指令篇:系统设置--ntsysv
Linux 指令篇:系统设置--pwconv
Linux 指令篇:系统设置--pwunconv
Linux 指令篇:系统设置--rdate
Linux 指令篇:系统设置--resize
Linux 指令篇:系统设置--rmmod
Linux 指令篇:系统设置--rpm
Linux 指令篇:系统设置--set
Linux 指令篇:系统设置--setconsole
Linux 指令篇:系统设置--setenv

Unix/Linux 中的 GD 编译出错解决方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 324 ::
收藏到网摘: n/a

编译最新的2.0.35版本,用默认的 ./configure编译
当make的时候,出现以下错误


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] Error 1

解决办法 ,编译加m4_pattern_allow参数
即:./configure --enable-m4_pattern_allow
便能顺利编译安装