[gambit-list] A couple of random questions

mikel evins mevins at me.com
Mon Aug 1 02:09:51 EDT 2011


On Aug 1, 2011, at 12:58 AM, mikel evins wrote:

> 
> On Jul 31, 2011, at 8:26 PM, Adam King wrote:
> 
>> OSX:
>> 
>> export CC='clang'
>> export CXX='clang++'
>> 
>> ./configure --prefix=/usr/local/Gambit-C 
>> CFLAGS="-arch i386" LDFLAGS="-arch i386" ./configure --prefix=/usr/local/Gambit-C --enable-single-host --host=i386
>> make
>> sudo make install
> 
> 
> So using the currently-available pre-release version of the dev tools with XCode 4.2 (build 4D139), the 4.6.1 devel sources, and the above commands, the compile of the Gambit sources gets to here:

[...]

> 
> …and sits there for a few hours.
> 
> I'm going to let it sit for a while longer, and then, perhaps tomorrow, try something else.

Switching the compiler to "i686-apple-darwin11-gcc-4.2.1" per Marc's earlier suggestion works; it produces a build and install that pass the test suite. (Whew!)

I'll see how things turn out with the iOS builds.

--me





More information about the Gambit-list mailing list