This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs 1.0.2 fails on alpha-redhat-linux-gnu
- To: steve at icarus dot icarus dot com (Stephen Williams)
- Subject: Re: egcs 1.0.2 fails on alpha-redhat-linux-gnu
- From: hjl at lucon dot org (H.J. Lu)
- Date: Wed, 18 Mar 1998 22:02:58 -0800 (PST)
- Cc: egcs at cygnus dot com
>
> This is a multipart MIME message.
>
> --==_Exmh_102903331360
> Content-Type: text/plain; charset=us-ascii
>
> Sorry in advance if this is a repeat, I didn't see my previous post come
> back, so I think it got lost.
>
> I configured without any parameters, config.status contains:
>
> #!/bin/sh
> # This file was generated automatically by configure. Do not edit.
> # This directory was configured as follows:
> /usr/local/src/egcs-1.0.2/configure --host=alphaev5-unknown-linux-gnu --norecursion
> # using "/usr/local/src/egcs-1.0.2/config/mt-linux"
>
> The C compiler seems to work fine, I've compiled and run a 2.1.89 kernel with
> it. However, G++ seems to be hosed. I get a lot of warnings about
> __exception_info fom stl header files, and the assembler blows up. Included
> below are a log of a compile of one of my projects.
>
> I may need to upgrade my binutils
>
> icarus.icarus.com % rpm -q binutils
> binutils-2.8.1.0.1-1
>
I have no problems with egcs 1.0.2 on RedHat 5.0/alpha. But
I am using binutils 2.8.1.0.23.
H.J.