This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] Document minimum glibc requirement
On Tue, Feb 04, 2003 at 04:35:38PM +0100, Gerald Pfeifer wrote:
>
> This looks fine, for GCC 3.2.2 (modulo Gaby's approval), 3.3 and mainline.
>
> Would you just mind moving this up to be the very first paragraph in the
> section (*-*-linux-gnu) and omitting the
Like this? (I was wondering what those tags were there for...)
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.167
diff -u -r1.167 install.texi
--- install.texi 4 Feb 2003 01:27:48 -0000 1.167
+++ install.texi 4 Feb 2003 15:41:31 -0000
@@ -2278,17 +2278,14 @@
@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
-<p>
-@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