This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Prerelease is not a treat on ia64 (at least older ia64 systems)
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Joe Buck <Joe dot Buck at synopsys dot COM>
- Cc: Mark Mitchell <mark at codesourcery dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 1 Nov 2004 10:44:57 -0800
- Subject: Re: Prerelease is not a treat on ia64 (at least older ia64 systems)
- References: <4185C537.4090709@codesourcery.com> <20041101103759.A5265@synopsys.com>
On Mon, Nov 01, 2004 at 10:37:59AM -0800, Joe Buck wrote:
> On Sun, Oct 31, 2004 at 09:10:15PM -0800, Mark Mitchell wrote:
> > The first GCC 3.4.3 release candidate is available here:
> >
> > ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.3-20041031/
> >
> > I'm unlikely to hold up the 3.4.3 release for anything less than a
> > serious regression from 3.4.2; the primary goal is simply to release the
> > bug fixes that have been accumulated since 3.4.2.
>
> Just got a failure.
>
> This release will not bootstrap on an ia64 system running Red Hat
> AW 2.1, because of the (known) libunwind problem.
>
> The genmodes program is built by the stage 1 compiler, and then fails
> to run, because while a libunsind.so.7 was also built, it is not on
> the path. So, we get
>
> ./genmodes -h > tmp-modes.h
> ./genmodes: error while loading shared libraries: libunwind.so.7: cannot open shared object file: No such file or directory
See
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17464
H.J.