help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: Trying to compile smalltalk (2.3.6).


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: Trying to compile smalltalk (2.3.6).
Date: Wed, 19 Sep 2007 09:01:36 +0200
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]