I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-06-27 22:53:56-07 by tonyc in response to 8182
Re: Installation problem: uses cc instead of gcc

Imager uses ExtUtils::MakeMaker, which uses the C compiler used to build your perl.

You might be able to get it to build Imager on your platform using GCC by supplying CC, CFLAGS and probably other options to Makefile.PL, but I have no idea what options would be required for your platform.

Direct Responses: 8189 | Write a response