This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: and the next bug as compilation on Solaris 2.6
- To: "Piotr Kasztelowicz" <pekasz at lodz dot ptkardio dot pl>, <gcc at gcc dot gnu dot org>
- Subject: Re: and the next bug as compilation on Solaris 2.6
- From: "Vu Pham" <vu at sivell dot com>
- Date: Fri, 22 Jun 2001 19:25:37 -0500
- Cc: <gcc-help at gcc dot gnu dot org>
- References: <Pine.GSO.4.31.0106222213070.2497-100000@sun>
----- Original Message -----
From: "Piotr Kasztelowicz" <pekasz@lodz.ptkardio.pl>
To: <gcc@gcc.gnu.org>
Cc: <gcc-help@gcc.gnu.org>
Sent: Friday, June 22, 2001 3:15 PM
Subject: and the next bug as compilation on Solaris 2.6
> Hello
>
> I will again ask HOWTO, Have anybody any idea?
>
> On Solaris 2.6 with binutils 2.11.2 and gcc 2.95.2
> using bash insted of tcsh I applied to compile
> gcc 3.0 to the next steps but new bug has been reported
>
> libgcc.map had not recognized. Whrere?
>
I got simialr error on Sol 8 x86, then it was solved by
adding --with-ld=/usr/local/bin/ld when running configure In fact, configure
that I used
has --with-gnu-as=/usr/local/bin/as --with-gnu-ld=/usr/local/bin/ld --with-
ld=/usr/local/bin/ld. ( with-gnu-as=/usr/local/bin/as is to fix the error
"Illegal mnemonic" ).
Of course, my Solaris x86 has installed binutils.
Vu