From: Ulrich Drepper Date: Wed, 17 Nov 1999 18:48:30 +0000 (+0000) Subject: Regenerated: /usr/unsupported/bin/perl scripts/gen-FAQ.pl FAQ.in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95981dddcadf256e3fe12b74e9fa6aa50781be1;p=thirdparty%2Fglibc.git Regenerated: /usr/unsupported/bin/perl scripts/gen-FAQ.pl FAQ.in --- diff --git a/FAQ b/FAQ index 50c7647cd08..0409a58a69c 100644 --- a/FAQ +++ b/FAQ @@ -237,7 +237,7 @@ Make up your own decision. GNU CC versions 2.95 and above are derived from egcs, and they may do even better. -Please note that gcc 2.95 and 2.95.1 cannot compile glibc on Alpha due to +Please note that gcc 2.95 and 2.95.x cannot compile glibc on Alpha due to problems in the complex float support. @@ -797,7 +797,7 @@ handling is implemented using an older method; the people making the distributions are a little ahead of their time. A quick solution to this is to find the libgcc.a file that came with the -distribution (it would have been installed under /usr/lib/gcc-lib), do +distribution (it would have been installed under /usr/lib/gcc-lib), do `ar x libgcc.a frame.o' to get the frame.o file out, and add a line saying `LDLIBS-c.so += frame.o' to the file `configparms' in the directory you're building in. You can check you've got the right `frame.o' file by running