gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] GNU Go on Mac Intel


From: Marco Scheurer
Subject: [gnugo-devel] GNU Go on Mac Intel
Date: Wed, 11 Jan 2006 15:00:08 +0100

Hi,

For those who would like to compile GNU Go as a universal binary (one that runs on PowerPC and Intel Macs), it looks like the incantation is this one (you need to have installed XCode 2.2, including the cross-development options) :

./configure CFLAGS="-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk - arch i386 -arch ppc" --disable-dependency-tracking
make

And as always, the executable size can be reduced by removing the symbol table with:

strip interface/gnugo

Such an executable can be found at http://www.sente.ch/pub/software/ goban/gnugo_u.dmg , as yet untested on an Intel Mac.


Marco Scheurer
Sen:te, Lausanne, Switzerland   http://www.sente.ch





reply via email to

[Prev in Thread] Current Thread [Next in Thread]