Link to home
Start Free TrialLog in
Avatar of phasevar
phasevar

asked on

Compile problems with GD 2.0.35

I'm trying to compile GD 2.0.35 on my Fedora 6 system.  The configure process goes fine but when I issue a `make` this is what I get:

cd . && /bin/sh /root/local/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 /root/local/gd-2.0.35/config/missing --run automake-1.9 --foreign
cd . && /bin/sh /root/local/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] Error 1

I have no idea what AM_ICONV is.
ASKER CERTIFIED SOLUTION
Avatar of fgande
fgande

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of phasevar
phasevar

ASKER

Thanks!