From: Greg Willits Date: 2009-07-02T08:37:03+09:00 Subject: Re: 64-bit Ruby for OS X ? Eric Hodel wrote: > On Jun 30, 2009, at 18:36, Greg Willits wrote: > >> Has anyone built a 64-bit Ruby for Leopard. I've googled my brains >> out, but am finding nothing. > For 1.9 I configured: > > $ LDFLAGS="-arch x86_64" CFLAGS="-arch x86_64 -mmacosx-version- > min=10.5 -D_FILE_OFFSET_BITS=64" ./configure Thanks, I'll give that a try later this week. -- gw -- Posted via http://www.ruby-forum.com/.