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-05-02 02:12:38-07 by drb in response to 7804
Re: Missing Package--PDL::NetCDF
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
Direct Responses: Write a response