This is honestly the farthest in the gcc build prosess I have gotten to in a while, but I'm still rosted.
Here ya go:
Code:
checking whether the /home/todd/lang/gcc-build/./gcc/xgcc -B/home/todd/lang/gcc-build/./gcc/ -B/usr/local/lang/i586-elf/bin/ -B/usr/local/lang/i586-elf/lib/ -isystem /usr/local/lang/i586-elf/include -isystem /usr/local/lang/i586-elf/sys-include linker (/home/todd/lang/gcc-build/./gcc/collect-ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/home/todd/lang/gcc-build'
make: *** [all] Error 2
Now the stuff I found On This On google was outdated and had no clear fix path.
Ubuntu 11.10 (12.04 Tomarrow!) AMD64
Building GCC 4.6.3 Cross Compileing To i586-elf (Like Ususal)
Binutils 2.22
--disable-shared and --disable-nls used on both configure scripts.
How can I clean up this mess?