> Have you installed GD.pm, Adam?  I'm getting errors from both my manual
> installation and when using CPAN. I've installed the supporting 
> libraries
> and all seemed to go well there.
>
> Here's what happens:
> ########################################
> DELETED STUFF
> I see these things in the above that look bad:
>
> GD.xs:546: warning: assignment makes pointer from integer without a cast
>
> /usr/bin/ld: table of contents for archive: /usr/local/lib/libgd.a is 
> out of
> date; rerun ranlib(1) (can't load from it)
>
> /usr/bin/ld: table of contents for archive: /usr/local/lib/libpng.a is 
> out
> of date; rerun ranlib(1) (can't load from it)
>
> I don't really understand these errors. Anybody see what I'm doing 
> wrong?
> --
>
I have successfully installed GD.pm.  As far as I can tell, the casting 
error is just bad programming and not a bad thing for you.  Ignore it.  
The ranlib problems are easy to fix.  Try this: ranlib /usr/local/lib/*.a


Reply via email to