|
[root@LQ gd-2.0.35]# ./configure --prefix=/usr/local/gd --with-png=/usr/local
--with-jpeg=/usr/local/jpeg --with-freetype=/usr/local/freetype
[root@LQ gd-2.0.35]# make
cd . && /bin/sh /var/softshare/web/gd-2.0.35/config/missing --run aclocal-1.9 -I config
aclocal:configure.ac:64: warning: macro `AM_ICONV' not found in library
cd . && /bin/sh /var/softshare/web/gd-2.0.35/config/missing --run automake-1.9 --foreign
cd . && /bin/sh /var/softshare/web/gd-2.0.35/config/missing --run autoconf
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] 错误 1
同样的方法安装2.0.33没有错误提示,看了两个的INSTALL是一模一样的内容.
libpng libjpeg freetype都无错误安装成功 |
|