Hi George, Tovrea, George W (US SSA) <[email protected]> writes:
> %ld --version > GNU ld (GNU Binutils) 2.20.51.20090910 > %file /home/users/tovrea/local/sgi6/bin/ld > /home/users/tovrea/local/sgi6/bin/ld: ELF N32 MSB mips-3 dynamic executable > (not stripped) MIPS - version 1 > > %g++ --version > g++ (GCC) 4.3.0 > %file /home/users/tovrea/local/sgi6/bin/g++ > /home/users/tovrea/local/sgi6/bin/g++: ELF N32 MSB mips-3 dynamic executable > (not stripped) MIPS - version 1 Have you tried to use IRIX ld instead of GNU ld with gcc? You may have to downgrade gcc to an earlier version (e.g., 3.4.x) to be able to build it. I think on most non-GNU platforms you need to use native ld. Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open-source XML data binding for C++: http://codesynthesis.com/products/xsd XML data binding for embedded systems: http://codesynthesis.com/products/xsde
