Re: gd and fontconfig
[email protected] (Manfred Schwarb) Sun, 21 Mar 2010 00:07:25 +0100
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Sonntag, den 21.03.2010, 06:36 +0900 schrieb Tatsuro MATSUOKA: > Hello > Manfred Schwarb introduced me a tip.tar.gz on > http://bitbucket.org/pierrejoye/gd-libgd-20/get/tip.tar.gz. This link is always the latest check-out of the new development repository of libgd. > However I do not have it in my home computer and it unfortunately could not be used I could not > configure script because of error related the autotool. > In my follow-up mail of march 7, 2010 I indicated how to fix it. You have to modify configure.ac. Some time ago I had some problems with libtool when building libgd, I had to do something like the following for the generated file "libtool": # sed -i 's/^ECHO=.\?echo.*/ECHO=echo; echo=echo/' libtool But this was most likely an issue of libtool and not of libgd. Cheers, Manfred