I am trying to build a 32b GCC cross compiler from x86 Linux to PPC Linux
Building and installing GCC works fine, but then I run into the
following GCC error:
checking for main in -lm configure: error: Link tests are not allowed
after GCC_NEXECUTABLES.
make[1]: [configure-target-libstdcv3] Error 1
make[1]: Leaving directory `/'
make: [all] Error 2
Looking at the configure script, GCC_NEXECUTABLES is the result of
this being a cross-platform build.
How do I proceed from here?
Thanks
Mike