From 6f147acd8da148895004bdf06e91ef45f24d0154 Mon Sep 17 00:00:00 2001 From: pme Date: Tue, 4 Feb 2003 16:27:20 +0000 Subject: [PATCH] 2003-02-04 Phil Edwards * doc/install.texi (*-*-linux-gnu): Mention glibc requirements for recent libstdc++. Remove formatting cruft. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62379 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 936a7620a92..6521145d73a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-04 Phil Edwards + + * doc/install.texi (*-*-linux-gnu): Mention glibc requirements + for recent libstdc++. Remove formatting cruft. + 2003-02-04 Jakub Jelinek * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3744cedae79..9642518b080 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2278,18 +2278,15 @@ have a higher-quality port for this machine soon. @end html @heading @anchor{*-*-linux-gnu}*-*-linux-gnu +Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present +in glibc 2.2.5 and later. More information is available in the +libstdc++-v3 documentation. + If you use glibc 2.2 (or 2.1.9x), GCC 2.95.2 won't install out-of-the-box. You'll get compile errors while building @samp{libstdc++}. The patch @uref{glibc-2.2.patch,,glibc-2.2.patch}, that is to be applied in the GCC source tree, fixes the compatibility problems. -@html -@end html - -@html -

-@end html - Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync since the latest exception handling changes for GCC@. Compiling glibc with GCC 3.0 will give a binary incompatible glibc and therefore cause -- 2.11.0