This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Build Error: Today's CVS; Solaris sparc 2.7
- From: mckelvey <mckelvey at mushroom dot jpl dot nasa dot gov>
- To: mckelvey at mushroom dot jpl dot nasa dot gov, jsturm at one-point dot com
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 6 May 2002 14:47:37 -0700 (PDT)
- Subject: Re: Build Error: Today's CVS; Solaris sparc 2.7
- Reply-to: mckelvey <mckelvey at mushroom dot jpl dot nasa dot gov>
>Date: Mon, 6 May 2002 16:09:02 -0400 (EDT)
>From: Jeff Sturm <jsturm@one-point.com>
>To: mckelvey <mckelvey@mushroom.jpl.nasa.gov>
>cc: gcc-bugs@gcc.gnu.org
>Subject: Re: Build Error: Today's CVS; Solaris sparc 2.7
>
>On Mon, 6 May 2002, mckelvey wrote:
>> setenv CC gcc ; /mnt/home3/utilities/gcc/configure
>> --prefix=/mnt/home3/utilities --verbose --enable-languages=c++
>
>Thanks. Do you by any chance have GNU binutils installed in this
prefix?
>If so, can you run the configure again and add:
>
>--with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
>
>If that fixes it, you've encountered a known problem (documented in
>/install/specific.html IIRC). If not, we'll have to investigate.
>
>JEff
>
I installed binutils 2.12, reran the configure and I got the same errors
as before. as and ld from binutils are now the defaults, but overridden
on the configure.
Jim