This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Latest snapshot won't build with --enable-libstdcxx-v3
- To: Benjamin Scherrey <scherrey at switchco dot com>
- Subject: Re: Latest snapshot won't build with --enable-libstdcxx-v3
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 20 Sep 2000 10:18:38 -0700 (PDT)
- cc: gcc at gcc dot gnu dot org, libstdc++ at sources dot redhat dot 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.
This is what I got working last night:
gcc/ChangeLog
2000-09-19 Jim Wilson <wilson@cygnus.com>
* config/ia64/crtbegin.asm (__dso_handle): Delete use of
HAVE_GAS_HIDDEN macro.
Working revision: 1.7833
gcc/cp/ChangeLog
2000-09-18 Mark Mitchell <mark@codesourcery.com>
* decl.c (start_function): Robustify.
Working revision: 1.2005
I'm working on a system with corrected glibc headers though, so perhaps
this makes a difference (I doubt it.)
FYI:
In any case, I find it quite useful to archive away sources to a working
gcc subdirectory. I usually update once a week, and archive the updates
the bootstrap. Then I can fall back onto older gcc versions if current CVS
is unusable.
-benjamin