This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Latest snapshot won't build with --enable-libstdcxx-v3
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: Latest snapshot won't build with --enable-libstdcxx-v3
- From: Benjamin Scherrey <scherrey at switchco dot com>
- Date: Wed, 20 Sep 2000 12:06:54 -0400
- CC: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>, gcc at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
- Organization: SwitchCo, Inc.
- References: <Pine.LNX.4.10.10009192236260.17466-100000@decepticon.cygnus.com>
FYI - Latest CVS source still dies in libstdc++-v3/src/local.cc . I'm stuck until I
can get 2.96 going with libstdc++v3. Has anyone been successful doing this? I was
under the impression that this had/has been working.
thanx & later,
Ben Scherrey
Benjamin Kosnik wrote:
> > > I'm having really bad luck getting the last two snapshots to build
> > > (I've not tried the others). Specifically, I'm trying to prepare for
> > > the gcc 3 with the new libstdc++ so my code will be ready for the
> > > release. Unfortunately, I can't complete the 'make bootstrap' with the
> > > new snapshot, 20000918. It looks like it dies trying to build
> > > libstdc++.
>
> FYI, snapshots that I've tried that have worked:
>
> 2000-09-19
> 2000-09-10 (last bootstrap)
> 2000-08-27 (last debuggable)
> <snip>
>
> > ../../../../../Cvs/gcc/libstdc++-v3/src/locale.cc:926: Internal error: Segmentat
> > ion fault.
> > Please submit a full bug report.
> > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>
> ....quite obviously a compiler bug. It's fixed now
>
> -benjamin