"make bootstrap" successfully builds g++ itself, but fails on linking libstdc++v3. ld crashes with a segmentation fault:
--- /kram/gcc-gnuld/gcc/xgcc [...] -o .libs/libstdc++.so.6.5
collect2: ld terminated with signal 11 [Segmentation fault], core dumped /usr/local/bin/ld: BFD 2.14 20030612 assertion fail elfxx-mips.c:7417 ---
This is using GNU ld and GNU as. Using the SGI equivalents yields the same result: ld crashes during the final link stage. I can supply the complete command line of xgcc, if that is of any help.
The machine is an IP 22 running IRIX 6.2. I am using gcc 2.95.2 (from the SGI freeware package for IRIX 6.2).
Any help is appreciated.
Alexander