Peter Dyballa
Peter_Dybal****@Web*****
Mon Mar 5 19:47:31 JST 2007
Am 05.03.2007 um 09:46 schrieb Federico Maggi: > defeat:~/Desktop/CarbonEmacs phretor$ gcc -v > Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs > Thread model: posix > gcc version 3.3 20030304 (Apple Computer, Inc. build 1819) That's the reason: GCC 3.3 has no idea of Universal Binaries! There is the command /usr/sbin/gcc_select, together with an UNIX man page, that switches from GCC 3.3 to 4.0. And back! Running 'gcc_select -n 4.0', provided you have installed a Developer Mega Package (approximately 1 GB) with GCC 4.0, would show what gcc_select would do. It would also show whether you need to install a recent Developer Mega Package (integrating its documentation takes six hours or even more), but it's useful anyway to stay up-to-date to be able to use a dual core processor ... Final step of "switching" would be 'sudo gcc_select 4.0' ... -- Greetings Pete Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.