diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-07 00:26:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-07 00:26:45 +0000 |
commit | 1324affa186eff814fde274a524a57b611ce71be (patch) | |
tree | f3c7a7d0b8a8fb40c115935f8533f13f5f0cba6d /FAQ.in | |
parent | 17b16ef0604684bbef702f4c7952e8afba802cac (diff) | |
download | glibc-1324affa186eff814fde274a524a57b611ce71be.tar.gz |
* charmaps/BIG5: Add mapping for <U20AC> back.
Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
Diffstat (limited to 'FAQ.in')
-rw-r--r-- | FAQ.in | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1022,7 +1022,6 @@ be needed after upgrading: Please read also the NEWS file which is the authoritative source for this and gives more details for some topics. - ?? The makefiles want to do a CVS commit. {UD} Only if you are not specifying the --without-cvs flag at configure @@ -1030,6 +1029,20 @@ time. This is what you always have to use if you are checking sources directly out of the public CVS repository or you have your own private repository. +?? When compiling C++ programs, I get a compilation error in streambuf.h. + +{BH} You are using g++ 2.95.2? After upgrading to glibc 2.2, you need to +apply a patch to the include files in /usr/include/g++, because the fpos_t +type has changed in glibc 2.2. The patch is at +http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff + +?? When recompiling GCC, I get compilation errors in libio. + +{BH} You are trying to recompile gcc 2.95.2? After upgrading to glibc 2.2, +you need to apply a patch to the gcc sources, because the fpos_t type and +a few libio internals have changed in glibc 2.2. T he patch is at +http://clisp.cons.org/~haible/gcc-glibc-2.2-compat.diff + ? Source and binary incompatibilities, and what to do about them @@ -1580,6 +1593,7 @@ Answers were given by: {HJ} H.J. Lu, <hjl@gnu.org> {CG} Cristian Gafton, <gafton@redhat.com> {AO} Alexandre Oliva, <oliva@lsd.ic.unicamp.br> +{BH} Bruno Haible, <haible@clisp.cons.org> Local Variables: mode:outline |