On Thu Aug 17 15:45:45 2006, LDS wrote:
Show quoted text> If gdlib-config is installed (which it is under all recent versions of
> libgd) then the libraries it specifies when passed the --libs option
> will override the individual library options passed to Makefile.PL. This
> ensures that GD will always link properly. If this is what you are
> experiencing, then it is not a bug but a feature.
Specifically in Makefile.PL: line 31 should NOT include -lpng, and there
should be a line around 195 that looks like:
push @LIBS,'-lpng' if $PNG;