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

Unix/Linux
Linux 核心--5.Linux进程
Linux 核心--2.硬件基础
Linux 核心--4.内存管理
以Linux做路由器的问题
Linux 核心--1.前言
Linux 核心--3.软件基础
Automount mini-Howto 文件系统自动挂载程序
对光驱和软驱实现Automount
xf86config使用说明
如何在Linux中设置磁盘限额?
Linux下的各种备份方法汇总
网卡设置指南
Beowulf 中文HOWTO
Sound Blaster AWE 32/64 HOWTO 如何在Linux设定声卡
Linux Remote-Boot mini-HOWTO
Soundblaster 16 PnP Mini-Howto 如何在Linux设定16位P
新闻 Leafsite mini-HOWTO
使用LILO做为Win95+WinNT+Linux多重开机 mini-HOWTO
LINUX modules 模块安装 MINI-HOWTO
Linux + NT OS Loader mini-HOWTO

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


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