Re: Installing GD



"Eric" <ericgorr@xxxxxxxxx> writes:

Sherm Pendley wrote:

If the above is complete, it looks like GD.bundle isn't linked against libgd.
Either that or libgd is static.

Have a look in Makefile.PL, to see what it assigns to LIBS. The fix for the
earlier "unrecognized arguments" error may have left out some arguments -
such as "-lgd" to link against libgd for instance.

That was the solution. Thank you.

I'm curious, why doesn't Makefile.PL handle the iconv situation better?

Good question. Nothing in Makefile.PL jumps out as being obviously wrong.

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
.



Relevant Pages

  • Re: Installing GD
    ... _gdImageAlphaBlending ... and that's an older version than what DarwinPorts ... it looks like GD.bundle isn't linked against libgd. ... Web Hosting by West Virginians, ...
    (comp.lang.perl.modules)
  • Re: Installing GD
    ... Sherm Pendley wrote: ... Either that or libgd is static. ... to see what it assigns to LIBS. ... The fix for the ...
    (comp.lang.perl.modules)
  • Re: building GD using a locally-installed libgd (old libgd also present on system)
    ... I just keep thinking that there must be some hardcoded 'LIBS' and 'INC' ... entry that will do the trick - since that's what gets used to write the ... I tell GD's Makefile.PL that I'd like to statically link to libgd? ...
    (comp.lang.perl.modules)