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

Unix/Linux
Linux 指令篇:起始管理--init
Linux 指令篇:起始管理--reboot
Linux 指令篇:使用者资讯与管理--chfn
Linux 指令篇:使用者资讯与管理--chsh
Linux 指令篇:使用者资讯与管理--finger
Linux 指令篇:使用者资讯与管理--last
Linux 指令篇:使用者资讯与管理--passwd
Linux 指令篇:使用者资讯与管理--who
Linux 指令篇:讯息传送与信件管理--aliases
Linux 指令篇:讯息传送与信件管理--mail
Linux 指令篇:讯息传送与信件管理--mailq
Linux 指令篇:讯息传送与信件管理--mesg
Linux 指令篇:DOS相容指令--mattrib
Linux 指令篇:DOS相容指令--mcd
Linux 指令篇:DOS相容指令--mcopy
Linux 指令篇:DOS相容指令--mdel
redhat 7.1中的网络服务配置
Linux开机过程的分析(关于bootsect.S )
Linux 网管 123 --- 第10章. 升级 Linux 及其他应用软体 -2.不使
Linux命令Man解释:groupdel :删除群组

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


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