summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-03-08 18:11:53 +0000
committerUlrich Drepper <drepper@redhat.com>1999-03-08 18:11:53 +0000
commit4f7ea42781ff7b4fe3730c097a929c9f910a7075 (patch)
treee0830c47fd66bb69fc05dfe1a4dee215a191f645 /FAQ
parent27e309c17790ac7d0a2163785a2f4633f87b4958 (diff)
Update.
1999-03-08 Ulrich Drepper <drepper@cygnus.com> * locales/ru_RU (mon): Fix March and May month name translations. Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ8
1 files changed, 8 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 936d41b68a..cf1102e93f 100644
--- a/FAQ
+++ b/FAQ
@@ -102,6 +102,8 @@ please let me know.
2.28. Why is extracting files via tar so slow?
2.29. Compiling programs I get parse errors in libio.h (e.g. "parse error
before `_IO_seekoff'"). How should I fix this?
+2.30. After upgrading to glibc 2.1, libraries that were compiled against
+ glibc 2.0.x don't work anymore.
3. Source and binary incompatibilities, and what to do about them
@@ -1102,6 +1104,12 @@ compiler uses, compile your program with `gcc -E ...|grep G_config.h' and
remove that file. Your compiler should pick up the file that has been
installed by glibc 2.1 in your include directory.
+
+2.30. After upgrading to glibc 2.1, libraries that were compiled against
+ glibc 2.0.x don't work anymore.
+
+{AJ} See question 2.27.
+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .