RE: [GD-DEVEL] gd 2.0.35 failed to build on RH-like system
[email protected] ("Colen Garoutte-Carson")
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <009401c83785$f1d5fc50$d581f4f0$@com> |
Hi Johnathan, I saw a similar error on my RH system. I was able to fix it by updating libtool. (After I had also updated autoconf and automake.) - Colen -----Original Message----- From: Jonathan Amsterdam [mailto:[email protected]] Sent: Wednesday, December 05, 2007 12:55 PM To: [email protected] Subject: [GD-DEVEL] gd 2.0.35 failed to build on RH-like system ./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 -- GD Devel Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php