From: daneyul <da...@co...> - 2011-09-30 17:19:08
|
Hi, Having trouble creating a Universal Binary embedded build. I've tried on multiple Macs w/multiple versions of OSX (Leopard, Snow Leopard). While it builds with no errors on Leopard, I get either an intel binary, or a ppc one, depending on my system. Below is an example of my environment on an intel OSX 10.5.8 (intel) computer that stubbornly only will create an Intel Wish binary. Specs: tcl/tk 8.5.9 Xcode 3.0 OSX 10.5.8 Intel Core 2 Duo sh-3.2# pwd /Users/danielb/desktop/tcl sh-3.2# ls tcl8.5.9 tk8.5.9 sh-3.2# ver="8.5.9" sh-3.2# export CFLAGS="-arch ppc -arch i386 -isysroot /Developer/SDKs/ MacOSX10.4u.sdk -mmacosx-version-min=10.4" sh-3.2# sudo make -C tcl${ver}/macosx embedded sh-3.2# sudo make -C tk${ver}/macosx embedded Running up against a bit of a deadline in getting a viable stand-alone build that will operate on PPC and Intel environments. If anyone has any ideas as to what I'm doing wrong--any suggestions at all--I would greatly appreciate it! Thanks! -Daniel B -- View this message in context: http://old.nabble.com/Universal-Binary%2C-Embedded-8.5.9-Wish-possible--tp32570439p32570439.html Sent from the tcl-mac mailing list archive at Nabble.com. |