On Tue, 2007-01-30 at 01:18 +0200, idipous wrote: > I am trying to cross compile gcc-4.1.0 ( I have also > tried 3.3.2) for powerpc using a Freebsd 6.1 box. I > configure using:
First, this is a list for GCC development, not for users trying to use GCC. gcc-help is the right list to use in future. > srcdir="/var/gcc-4.1.0/fixincludes" /bin/sh > /var/gcc-4.1.0/fixincludes/mkfixinc.sh > powerpc-unknown-linux-gnu > sed -e 's/@gcc_version@//' < > mkheadersT > Syntax error: redirection unexpected > *** Error code 2 >From the appearance of your make error, I wonder if you're using GNU make? You should be. Cheers, Ben