This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem on Solaris8 gcc-3.0.3
- From: jean-frederic clere <jfrederic dot clere at fujitsu-siemens dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 19 Feb 2002 15:22:47 +0100
- Subject: Re: Problem on Solaris8 gcc-3.0.3
- References: <Pine.LNX.4.10.10202181324460.27877-100000@mars.deadcafe.org>
- Reply-to: jfrederic dot clere at fujitsu-siemens dot com
Jeff Sturm wrote:
>
> On Mon, 18 Feb 2002, jean-frederic clere wrote:
> > I have noted that gcc calls the native ld with wrong parameters (resulting a
> > undefined __floatdisf).
>
> That may happen if gcc were configured for binutils.
>
> > I have build a gnu ld (from binutils-2.10.1) to try to solve the
> > problem but now I have a core when programs exit:
>
> Note the installation notes recommend binutils 2.11.2 or later:
I have installed binutils 2.11.93.0.2 and fixes both __floatdisf and core
problems.
Many thanks!
>
> http://gcc.gnu.org/install/specific.html#*-*-solaris2*
>
> Jeff