On Thu, Nov 26, 2009 at 12:15:06AM +0100, Paul Johnson wrote: > On Wed, Nov 25, 2009 at 03:41:27PM -0600, Aimee Cardenas wrote: > > > Hi, All, > > > > I keep running into problems trying to load the GD perl module > > (http://search.cpan.org/~lds/GD-2.44/) onto a Solaris system (spac Sun > > Blade 2500). Does anyone know if it's just not feasible? The GD README > > mentions Mac OS X and Linux and even Windows but not Solaris. The > > problems are with cc. Since Solaris has it's own version C compiler, I'm > > sure this is the problem but does anyone know if there's a page somewhere > > discussing how someone got the GD module to work on Solaris? I really > > appreciate your help on this. > > > > btw, my present error is: > > > > cc: acomp failed for GD.c > > That was just the last part though, I presume there was a useful error > message earlier. In any case, this is possible, I did it just last > week. However, it doesn't work out of the box. I don't remember the > exact problem and fix offhand (I had to fix up a few modules to get them > to build on solaris), but I *think* there are some gcc specific flags in > the Makefile that you'll need to deal with. I presume you have the GD > library installed properly. > > If you need a bit more I can get you the exact fix tomorrow.
Just for completeness, my minimal solution is to run: make CCFLAGS= And yes, this really should be propagated upstream. -- Paul Johnson - p...@pjcj.net http://www.pjcj.net -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/