Brian Knoblauch wrote:
Solaris 10U4 on a v250 (64-bit SPARC). No options specified on
configure.
You are trying to link objects files assembled by the GNU assembler
using the Sun linker. :-)
http://readlist.com/lists/gcc.gnu.org/gcc/1/6750.html
Unfortunately, even when configure is told to use gld, somewhere down
the line, gcc eventually decides that it should use /usr/ccs/bin/ld
instead. You need to rebuild the whole compiler if you want to switch
from the Sun tools to GNU binutils, passing --with-gnu-as --with-gnu-ld
to the configure line of GCC itself.
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk