|
Thanks--your method worked! I have one more question: I want the perl modules I load to be for 64-bit memory on my Mac with OS X 10.5.2 (Leopard). I use gcc 4.01 as my compiler and preset ARCHFLAGS for "-arch x86_64". My Perl v. 5.8.8 is defined for 64-bit as well: in fact it has all four architectures for Mac (386i, ppc, x86_64, and ppc64). The ARCHFLAGS setting works to create 64-bit bundles when I manually install a perl module. However, CPANP installed most files as only two architectures: 386i and ppc. How can I set it up to do 64-bit installations?
Deb |