gd 2.0.35 failed to build on RH-like system
[email protected] ("Jonathan Amsterdam")
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
./configure worked fine, then make did the following. ------------------------ > make cd . && /bin/sh /home/jba/downloads/gd-2.0.35/config/missing --run automake-1.9 --foreign Makefile.am:18: Libtool library used but `LIBTOOL' is undefined Makefile.am:18: Makefile.am:18: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' Makefile.am:18: to `configure.ac' and run `aclocal' and `autoconf' again. ------------------------ AC_PROG_LIBTOOL is defined in configure.ac. I am on a Rocks system, which is a Red Hat derivative, I believe. Here is uname -a: Linux rx1.ellington.com 2.6.9-42.0.2.ELsmp #1 SMP Wed Aug 23 00:17:26 CDT 2006 i686 i686 i386 GNU/Linux