in reply to GD.pm Makefile.PL broken?

I would guess that Makefile.PL is correct. What have you done to inspect the cause?

As a first suggestion, instead of -lib_png_path use --lib_png_path (note the doubled dash). Looking at the source of Makefile.PL would tell you that, and also looking at the output of Makefile.PL tells you that.

Replies are listed 'Best First'.
Re^2: GD.pm Makefile.PL broken?
by monx663 (Sexton) on Mar 02, 2011 at 15:42 UTC
    I tried the double dash before posting with no success. The Makefile.PL looks broken to me in some respects at least as it doesn't recognise any of the options it supposedly expects from GetOptions() ...