NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Snow Leopard perl is both (Score:1)
This can be confusing when you have 32-bit libraries installed.
neptune:Imager tony$ export VERSIONER_PERL_PREFER_32_BIT=no
neptune:Imager tony$ perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=darwin, osvers=10.0, archname=darwin-thread-multi-2level
uname='darwin neige.apple.com 10.0 darwin
Re:Snow Leopard perl is both (Score:2)
Thanks Tony, yeah, it looks like I am going to have to fudge $Config{ccflags} etc. before the Makefile is written, to strip out -arch x86_64. I think this will work.
Maybe I'll put up a test Makefile.PL for people to try out.
Reply to This
Parent