[racket-dev] mac builds with 64-bit kernel

2011-02-08 Thread Matthew Blakley
I've been trying to duplicate the macintel builds from the meta/build system on mac 10.6 system with 64-bit kernel (uname -m => x86_64). So in a git plt tree... ../src/configure --enable-sdk=/Developer/SDKs/MacOSX10.4u.sdk make both fails with... libtool: compile: gcc -DHAVE_CONFIG_H

Re: [racket-dev] mac builds with 64-bit kernel

2011-02-08 Thread John Clements
On Feb 8, 2011, at 12:15 AM, Matthew Blakley wrote: > I've been trying to duplicate the macintel builds from the meta/build system > on mac 10.6 system with 64-bit kernel (uname -m => x86_64). > > So in a git plt tree... > >../src/configure --enable-sdk=/Developer/SDKs/MacOSX10.4u.sdk >

Re: [racket-dev] mac builds with 64-bit kernel

2011-02-08 Thread Matthew Blakley
Yes, I'm specifically trying to pick up the 10.4 SDK. I've started noticing differences though between builds I'm generating with just ../src/configure and the pre.racket-lang.org builds. As a first step in trying to isolate them, I'm trying to generate a build that doesn't exhibit the problems to

Re: [racket-dev] mac builds with 64-bit kernel

2011-02-08 Thread Matthew Flatt
At Tue, 8 Feb 2011 00:15:37 -0800, Matthew Blakley wrote: > I suspect these i386 checks are to distinguish from ppc, so > maybe they should just change to uname -m != ppc in the darwin/mac sections. Right --- I'll fix those. I didn't know that `uname -m' could ever produce "x86_64" under Mac OS