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

Unix/Linux
fedora 9.0 添加新到yum源和fastestmirror插件
Fedora 9.0 详细安装图解
Fedora 10 安装教程全程图解推荐
Linux系统通过手机GPRS无线上网
手动编译安装Linux网卡驱动
取消挂载 umount 时出现的 “Device is busy”
linux系统挂载光盘镜像ISO的方法
yum安装命令的使用方法
linux echo命令说明
etc/profile环境变量配置解析
Linux系统下ifconfig命令使用说明
putty乱码的解决办法
putty连接linux乱码的解决办法
linux 下Apache设置与优化
linux操作系统下 RAR的安装和使用
linux服务器安全小知识
LINUX系统一个网卡绑定多个IP的方法
Linux用软件实现RAID 的方法
linux一些小技巧
Linux下调整网卡的工作模式

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


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