Michael Zintakis <michael.zintakis@xxxxxxxxxxxxxx> writes: > checking for > powerpc-redhat-linux-gcc... /home/mz/gcc-test/gcc-build/./gcc/xgcc > -B/home/mz/gcc-test/gcc-build/./gcc/ -B/usr/powerpc-redhat-linux/bin/ > -B/usr/powerpc-redhat-linux/lib/ -isystem > /usr/powerpc-redhat-linux/include -isystem > /usr/powerpc-redhat-linux/sys-include checking for suffix of object > files... configure: error: in > /home/mz/gcc-test/gcc-build/powerpc-redhat-linux/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. http://gcc.gnu.org/wiki/FAQ#Configuration_fails_with_.27.27configure:_error:_cannot_compute_suffix_of_object_files:_cannot_compile.27.27._What_is_the_problem.3F > /home/mz/gcc-test/gcc-build/./gcc/as: line 83: exec: : not found You must build and install a cross-binutils with the same --target and --prefix option before you configure and build gcc. Ian