in reply to Mac::Carbon et.c on Mac OS X 10.8
I am happy and surprised to report that I found a solution to the problem: use the MacOSX 'arch' command.
[kw|~] arch -32 perl5.12 -ce 'use Mac::Glue' -e syntax OK
Note that one needs the explicit "perl5.12" and not simply "perl", since (on MacOSX 10.8) /usr/bin/perl is a shell script which delegates to either /usr/bin/perl5.12 or /usr/bin/perl5.10.
|
|---|