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
_______________________________________________
gnugo-devel mailing list
gnugo-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gnugo-devel