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-05 07:33:35.615887-08 by clanmills in response to 13588
Re: Linking Imager and libjpeg on MacOS-X Lion

I received the following very helpful email from Tony. Indeed this works well on Lion.

This is what I used on Snow Leopard:

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

Since Lion doesn't support ppc, you can skip that safely there:

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

I only solved this recently, solving

https://rt.cpan.org/Ticket/Display.html?id=73371
Direct Responses: Write a response