Schindler Karl-Michael wrote:
-arch ppc64 compiled, but there is an error during link, because of missing libraries. If I recall correctly, it is not supported on 10.6 and i would have to try on 10.5. I am not sure, whether it is worth to put more work into this.
It's complicated, so it may be easier to stick with i386 and x86_64.
- 10.5 (and the 10.5 SDK) have ppc7400, ppc64, i386 and x86_64
[p18:~] adriaan% lipo -info /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib Architectures in the fat file: /Developer/SDKs/MacOSX10.5.sdk//usr/lib/libSystem.dylib are: ppc7400 ppc64 i386 x86_64
- 10.6 (and the 10.6 SDK) have x86_64, i386 and ppc7400 (but not ppc64). - 10.7 and 10.8 (and their respective SDKs) only have x86_64 and i386
Even if the older SDKS have been installed, the assemblers for the ppc targets may be missing (unless they were also installed by hand).
Regards,
Adriaan van Os