From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@lucon.org (H.J. Lu) To: steve@icarus.icarus.com (Stephen Williams) Cc: egcs@cygnus.com Subject: Re: egcs 1.0.2 fails on alpha-redhat-linux-gnu Date: Wed, 18 Mar 1998 22:03:00 -0000 Message-id: References: <199803181653.IAA01925@icarus.icarus.com> X-SW-Source: 1998-03/msg00631.html > > 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.