xorquewasp@xxxxxxxxxxxxxx wrote: > When specifying --target on PPC OS X 10.4, it seems that binutils doesn't > produce any binaries when compiled. Is this expected behaviour? Binutils is a separate project from gcc and has its own mailing list. But to answer your question, binutils does not support the Mach-o format so there is nothing to build for this target, as shown in your output: > *** This configuration is not supported in the following subdirectories: > bfd binutils ld gas opcodes gprof > Should I not have $PREFIX/bin, containing as, ld, nm etc? No, you must use Apple's linker and assembler. Brian