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

Unix/Linux
Linux 指令篇:网络通讯--setserial
Linux 指令篇:网络通讯--shapecfg(shaper configuration)
Linux 指令篇:网络通讯--smbd
Linux 指令篇:网络通讯--statserial
Linux 指令篇:网络通讯--tcpdump
Linux 指令篇:网络通讯--testparm
Linux 指令篇:网络通讯--traceroute
Linux 指令篇:网络通讯--tty
Linux 指令篇:网络通讯--uuname
Linux 指令篇:网络通讯--ytalk
Linux 指令篇:系统管理--exit
Linux 指令篇:系统管理--free
Linux 指令篇:系统管理--fwhois
Linux 指令篇:系统管理--gitps
Linux 指令篇:系统管理--groupdel
Linux 指令篇:系统管理--groupmod
Linux 指令篇:系统管理--id
Linux 指令篇:系统管理--kill
Linux 指令篇:系统管理--lastb
Linux 指令篇:系统管理--login

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-16   浏览: 308 ::
收藏到网摘: 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
便能顺利编译安装