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 2012-01-04 23:45:59.100916-08 by tonyc in response to 13588
Re: Linking Imager and libjpeg on MacOS-X Lion

A simpler solution is to supply the CFLAGS to configure:


./configure --disable-dependency-tracking CFLAGS='-arch x86_64 -arch i386 -arch ppc'

when building libjpeg.


I only recently worked this out, solving the same issue for https://rt.cpan.org/Ticket/Display.html?id=73371

Direct Responses: Write a response