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_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/gsa/yktgsa-p1/00/cross-gcc/gcc-4.1.1'
make: *** [all] Error 2
Looking at the configure script, GCC_NO_EXECUTABLES is the result of
this being a cross-platform build.
How do I proceed from here?
Thanks
Mike