How do I install the debug version of perl 5.12?

2012-01-02 Thread Jim Anderson
Thanks, Jim ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

How to set a particular version as the default?

2012-01-02 Thread Jim Anderson
I have multiple versions of perl installed. Is there a way to select one of them as the default version? Jim ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

issues following upgrade to Lion

2011-12-04 Thread Jim Anderson
I upgraded to Lion find myself up to my neck in 'gators. Here's the sequence: 1. upgraded to Lion 2. switched to the 32-bit architecture since the Cisco VPN client doesn't support the 64-bit architecture 3. discovered that my old Apple Developer Tools also needed to be upgraded. (which make

Re: issues following upgrade to Lion

2011-12-04 Thread Jim Anderson
I double-clicked the file that was downloaded after clicking the Install button on the Xcode page, and it ran very quickly. I assume that's what you mean. Sent from my iPhone On Dec 4, 2011, at 3:20 PM, Phillip Koebbe phillip.koe...@gmail.com wrote: On Dec 4, 2011, at 2:04 PM, Jim Anderson

Re: issues following upgrade to Lion

2011-12-04 Thread Jim Anderson
It was in the Applications folder and I was able to install it, but only after switching back to 64-bit architecture. On Dec 4, 2011, at 6:32 PM, Ryan Schmidt wrote: On Dec 4, 2011, at 14:04, Jim Anderson wrote: I upgraded to Lion find myself up to my neck in 'gators. Here's the sequence

port install doesn't create symlink

2011-11-05 Thread Jim Anderson
I installed perl5.14 and expected that when I ran perl -v I'd see something like This is perl 5, version 14, subversion 1 (v5.14.1) built for darwin-multi-2level But instead I see -bash: /opt/local/bin/perl: No such file or directory Looking at /opt/local/bin I see

Re: port install doesn't create symlink

2011-11-05 Thread Jim Anderson
, Brandon Allbery wrote: On Sat, Nov 5, 2011 at 17:12, Jim Anderson jan...@jandernet.com wrote: I installed perl5.14 and expected that when I ran perl -v I'd see something like This is perl 5, version 14, subversion 1 (v5.14.1) built for darwin-multi-2level But instead I see

Re: port install doesn't create symlink

2011-11-05 Thread Jim Anderson
Thanks, that seems to have solved it. But I'm curious why this wasn't done by the install. On Nov 5, 2011, at 7:02 PM, Phil Dobbin wrote: On 5/11/11 at 22:43, jan...@jandernet.com (Jim Anderson) wrote: That worked, but now when I enter cpan, a binary in the perl5.14 dist, I get jim