diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-03 16:44:44 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-03 16:44:44 +0000 |
commit | 39ef7044fb63129af643006294c2bbd662991b95 (patch) | |
tree | ec476649639b3cee151a0011d3f7b2f3c1b9d3cf /libstdc++-v3/docs | |
parent | 8da93d2a1abbf502295bea1d3ae64ffa9454b01f (diff) | |
download | gcc-39ef7044fb63129af643006294c2bbd662991b95.tar.gz |
2003-02-03 Phil Edwards <pme@gcc.gnu.org>
PR libstdc++/9527, PR libstdc++/8713
* docs/html/install.html: Mention glibc version requirement.
* docs/html/faq/index.html (3.8): New note, glibc 2.2.5+ is needed
with 3.2.1+ (formatting bugfixes).
* docs/html/faq/index.txt: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 14 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.txt | 14 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/install.html | 3 |
3 files changed, 28 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index 4d40397c60f..82bf8f3d608 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -499,7 +499,7 @@ which is no longer available, thanks deja...--> </p> <hr /> - <h2><a name="3_7">Threading is broken on i386</a></h2> + <h2><a name="3_7">3.7 Threading is broken on i386</a></h2> <p>Support for atomic integer operations is/was broken on i386 platforms. The assembly code accidentally used opcodes that are only available on the i486 and later. So if you configured GCC @@ -511,6 +511,18 @@ which is no longer available, thanks deja...--> </p> <hr /> + <h2><a name="3_8">3.8 Recent GNU/Linux glibc required?</a></h2> + <p>For 3.2.1 (shared library version 5.0.1) and later, the library + uses localization and formatting code from the system C library + (glibc) version 2.2.5. That version of glibc is over a year old + and contains necessary bugfixes. Many GNU/Linux distros make + glibc version 2.3.x available now. + </p> + <p>The guideline is simple: the more recent the C++ library, the + more recent the C library. + </p> + +<hr /> <h1><a name="4_0">4.0 Known Bugs and Non-Bugs</a></h1> <em>Note that this section can get rapdily outdated -- such is the nature of an open-source project. For the latest information, join diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index c3e3452d5b1..cc43e2f1bb9 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -396,7 +396,7 @@ solution. _________________________________________________________________ -Threading is broken on i386 +3.7 Threading is broken on i386 Support for atomic integer operations is/was broken on i386 platforms. The assembly code accidentally used opcodes that are only available on @@ -408,6 +408,18 @@ Threading is broken on i386 This is fixed in 3.2.2. _________________________________________________________________ +3.8 Recent GNU/Linux glibc required? + + For 3.2.1 (shared library version 5.0.1) and later, the library uses + localization and formatting code from the system C library (glibc) + version 2.2.5. That version of glibc is over a year old and contains + necessary bugfixes. Many GNU/Linux distros make glibc version 2.3.x + available now. + + The guideline is simple: the more recent the C++ library, the more + recent the C library. + _________________________________________________________________ + 4.0 Known Bugs and Non-Bugs Note that this section can get rapdily outdated -- such is the nature diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index e4295aaa4de..6b2ea066456 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -99,7 +99,8 @@ <dd>If gcc 3.1.0 or later on is being used on linux, an attempt will be made to use "C" library functionality necessary for C++ - named locale support. + named locale support. For gcc 3.2.1 and later, this means that + glibc 2.2.5 or later is required. <p> The configure option --enable-clocale can be used force a |