and the next bug as compilation on Solaris 2.6

Vu Pham vu@sivell.com
Fri Jun 22 17:26:00 GMT 2001


----- 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



More information about the Gcc-help mailing list