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

Unix/Linux
Linux 指令篇:文件传输--ftpshut
Linux 指令篇:文件传输--ftpwho
Linux 指令篇:文件传输--ncftp
Linux 指令篇:文件传输--tftp
Linux 指令篇:文件传输--uucico
Linux 指令篇:文件传输--uucp
Linux 指令篇:文件传输--uupick
Linux 指令篇:文件传输--uuto
Linux 指令篇:文档编辑--col
Linux 指令篇:文档编辑--colrm
Linux 指令篇:文档编辑--comm
Linux 指令篇:文档编辑--csplit
Linux 指令篇:文档编辑--ed
Linux 指令篇:文档编辑--egrep
Linux 指令篇:文档编辑--ex
Linux 指令篇:文档编辑--fgrep
Linux 指令篇:文档编辑--fmt
Linux 指令篇:文档编辑--fold
Linux 指令篇:文档编辑--grep
Linux 指令篇:文档编辑--ispell

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


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