problem building GD 2.0.34 [SEC=UNCLASSIFIED]
[email protected] Wed, 24 Jun 2009 16:51:05 +1000
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
I am trying to build GD for Solaris 10/Sparc. I am running into trouble with the setup of automake/autoconf/libtool or something. Below is the output of the ./configure summary and what happens when I type make. I also showed evidence of the GNU build tools I have installed.
Thanks for any assistance!
-------------------------------------------------------------------------------------------------------------------------
** Configuration summary for gd 2.0.34:
Support for PNG library: yes
Support for JPEG library: yes
Support for Freetype 2.x library: yes
Support for Fontconfig library: yes
Support for Xpm library: yes
Support for pthreads: yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
$ make
cd . && /bin/bash /export/home/mpotter/dev/incoming/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/bash /export/home/mpotter/dev/incoming/gd-2.0.35/config/missing --run autoheader
rm -f stamp-h1
touch config.hin
cd . && /bin/bash /export/home/mpotter/dev/incoming/gd-2.0.35/config/missing --run autoconf
configure.ac:46: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:64: error: possibly undefined macro: AM_ICONV
*** Error code 1
make: Fatal error: Command failed for target `configure'
$ which libtool
/usr/local/bin/libtool
$ libtool --version
ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)
$ which autoconf
/usr/local/bin/autoconf
$ autoconf --version
autoconf (GNU Autoconf) 2.63
$ which automake
/usr/local/bin/automake
$ automake --version
automake (GNU automake) 1.11
$ which aclocal
/usr/local/bin/aclocal
$ aclocal --version
aclocal (GNU automake) 1.11