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

Unix/Linux
Linux系统配置与优化经验谈
LINUX引导过程
Linux 和 Windows 共享交换区
Linux 内核解读入门
RPM 的使用
如何设置虚拟匿名FTP主机?
文件的存取权限—模式位疑难详解
Samba剖析与定制技巧
设置和修改 X Window 的显示模式
linux使用经验点滴
安装 Linux 无盘工作站
如何设置串口多用户卡
Linux下即插即用设备的安装
在Linux中限制用户空间
深 入Linux 的LILO
解读LILO错误提示信息
Linux中IP隧道的分析与建议
Lilo.conf (LILO 配置文件) 手册
对待LINUX的几点忠告
配置linux与win2000/XP/NT 双重引导

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


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