Re: 10.6 MacPerl - no appropriate 64-bit architecture

2009-08-29 Thread emoy
On Aug 28, 2009, at 11:44 PM, Gavin Brock wrote: On 28 Aug 2009, at 17:45, e...@apple.com wrote: On Aug 27, 2009, at 11:15 PM, Gavin Brock wrote: Anyone else seeing issues with Snow Leopard /usr/bin/perl modules on 64bit hardware? /usr/bin/perl -MMacPerl -e 1 Can't load

Re: 10.6 MacPerl - no appropriate 64-bit architecture

2009-08-29 Thread emoy
On Aug 29, 2009, at 2:50 PM, Kim Helliwell wrote: On Aug 29, 2009, at 1:06 PM, e...@apple.com wrote: On Aug 28, 2009, at 11:44 PM, Gavin Brock wrote: On 28 Aug 2009, at 17:45, e...@apple.com wrote: On Aug 27, 2009, at 11:15 PM, Gavin Brock wrote: Anyone else seeing issues with Snow

Re: 10.6 MacPerl - no appropriate 64-bit architecture

2009-08-28 Thread emoy
On Aug 27, 2009, at 11:15 PM, Gavin Brock wrote: Anyone else seeing issues with Snow Leopard /usr/bin/perl modules on 64bit hardware? /usr/bin/perl -MMacPerl -e 1 Can't load '/System/Library/Perl/Extras/5.10.0/darwin-thread- multi-2level/auto/MacPerl/MacPerl.bundle' for module MacPerl:

Re: Leopard Perl version...

2007-10-14 Thread emoy
On Oct 13, 2007, at 6:17 PM, Bo Lindbergh wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Edward Moy) wrote: % perl -v This is perl, v5.8.8 built for darwin-thread-multi-2level But still no 64-bit integers? As long as Configure says: Perl can be built to take advantage of

Re: Math::GMP and Net::SSH::Perl

2006-08-05 Thread emoy
Try: 'LIBS' = ['-L/usr/local/lib', '-lgmp'], # e.g., '-lm' -- Edward Moy Apple (This message is from me as a reader of this list, and not a statement from Apple.) On Aug 5, 2006, at 3:43 PM, Michael

Re: Get/set file type/creator in plain Perl?

2005-08-02 Thread emoy
On Aug 1, 2005, at 11:32 PM, Iyanaga Nobumi wrote: Hello, Is it possible to get and/or set the file type and/or creator in plain Perl, on OS 10.4.x, without using /Developer/Tools/ GetFileInfo or /Developer/Tools/SetFile? Thank you in advance for any idea. Best regards, Nobumi Iyanaga

Re: CamelBones on Intel? Maybe not.

2005-06-07 Thread emoy
Hi Randal (I'm going to be on the panel that Randal will be speaking at). Let me say that PyObjC (the python equivalent to CamelBones) is getting a lot of attention recently, and the Python on Mac OS X session at WWDC on Wednesday morning talks a good deal about PyObjC (I also maintain

Re: $^E bug and perl 5.8.0

2003-11-19 Thread emoy
For what it's worth, I've been trying out 5.8.2, and I get the same value for 5.8.1-RC3 and 5.8.1 final, both the same negative numbers. I am building with the same options as the Panther version (darwin-thread-multi-2level); are you?

Re: MacOSX::File on Panther

2003-10-23 Thread emoy
On Oct 23, 2003, at 10:01 PM, Dan Kogai wrote: Panther users, On Friday, Oct 24, 2003, at 13:41 Asia/Tokyo, Dan Kogai wrote: On Friday, Oct 24, 2003, at 02:42 Asia/Tokyo, [EMAIL PROTECTED] wrote: Yes, this seems to be another case of a Perl define (I_POLL) colliding with a Mac OS X one (in

Re: Pantherbites

2003-07-23 Thread emoy
On Wednesday, July 23, 2003, at 7:42 PM, Dan Kogai wrote: On Thursday, Jul 24, 2003, at 01:18 Asia/Tokyo, Edward Moy wrote: Sorry, I don't usually get personal, but tone of this message seemed inappropriate to me. And here is my apology for the tone of my voice. Well, I have cold to blame

Re: Panther, Perl 5.8.*, threads, etc.

2003-07-15 Thread emoy
On Tuesday, July 15, 2003, at 6:06 PM, Rich Morin wrote: Q: Will Perl 5.8.1 (promised in Panther) have kernel threads? Yes (baring some unforeseen complication). On Tuesday, July 15, 2003, at 6:54 PM, Paul McCann wrote: Sounds like you might be heading in the POE direction:

Re: Understanding $Config{startperl} in MacPerl

2002-11-30 Thread emoy
On Friday, November 29, 2002, at 09:19 PM, Ken Williams wrote: I see that in MacPerl (not perl for OS X), $Config{startperl} is set to Perl -Sx \{0}\ {\Parameters\}; Exit {Status}\n#!perl in Config.pm . I'm not sure what that extra stuff is before the shebang, but when I run a script

Re: Final make install on 5.8.0 RC3

2002-07-22 Thread emoy
On Sunday, July 21, 2002, at 05:18 PM, Geoffrey F. Green wrote: On 7/21/02 8:07 PM, David Wheeler [EMAIL PROTECTED] wrote: This is known and it is sadly because Apples libc does not contain a threadsafe localtime, the bug is entereted with apple but no reply yet! So what are the chances

Re: DropScript

2001-11-30 Thread emoy
On Friday, November 30, 2001, at 12:51 PM, Joshua Kaufman wrote: Thanks for the reply Sandor, but further investigation reveals that the following also fails to create the file 'foo' as expected when made into a droplet: script #!/usr/bin/perl -w use strict; my $cmd = `touch foo`;