GNustep make and fat binaries

2008-01-21 Thread Pete French
Is there any way to make GNustep make produce universal binaries on OSX? We are trying to make a fat version of Renaissance - but the usual trick of setting CC to 'cc -arch ppc -arch i386' doesnt work as some of the options GNustep make uses with gcc are not compatible with two architectires appare

Re: GNustep make and fat binaries

2008-01-28 Thread TMC
Why not compile the binaries separately and combine them with lipo? --Tycho Martin Clendenny -- View this message in context: http://www.nabble.com/GNustep-make-and-fat-binaries-tp15009411p15122300.html Sent from the GNUstep - Dev mailing list archive at Nabble.com

Re: GNustep make and fat binaries

2008-01-29 Thread Pete French
> Why not compile the binaries separately and combine them with lipo? thats what we ended up doing, but it woudl be nice to be able to produce fat binaries directly just like you can on OpenStep. am trying to find the time to take a look at this. ___ G