The following link my help you:
http://developer.apple.com/technotes/tn2005/tn2137.html

On Tiger I used something like the following sequence to setup many 
autotooled libraries:
env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
   LDFLAGS="-arch i386 -arch ppc"   ./configure --disable-dependency-tracking


kind regards
Kai-Uwe Behrmann
-- 
developing for colour management 
www.behrmann.name + www.oyranos.org


Am 28.01.09, 12:39 +0100 schrieb Marc R.J. Brevoort:

> I'd like to distribute my software as fat binary- having
> both PPC and Intel code in a single .dmg. To get things

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to