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

Unix/Linux
没有发现 PHP 的扩展设置mbstring
apache it works
information_schema
linux apache启动命令
linux 如何查看硬盘大小
Blocks是什么意思
fdisk对硬盘分区
linux查看目录大小及硬盘大小
linux目录结构
修改linux用户密码
如何安装linux系统
fstab 格式
安装完samba如何从linux访问WINDOWS共享文件夹
/root
linux top命令参数
dd 参数使用
linux分区详解
iptables中文手册
IPTABLES配置实例
mysql如何建立数据库

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


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