Can you send the output of "uname -m" and "uname -p"?
I believe the issue is that the build thinks you are on a
386 but the compiler's default is to generate x86-64 binaries.
Russ
Russ
(presumably only on a 64-bit machine).
Assuming we can coax the Mac to tell us what its
architecture really is (maybe run gcc to find out)
I bet things will just work. The problem is not 64-bit
per se, but rather that the install looks around and
decides it is on a 32-bit machine and then tries to
use 32-bit assembly files.
Russ
The fix is to force 32-bit compilation in all the tools.
My understanding is that even if we tried to build
64-bit binaries on Snow Leopard, the Carbon graphics
code would not be supported.
Russ