From: Ulrich Drepper Date: Wed, 23 Sep 1998 15:31:42 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e67ede792d64505b4ca39cc85ed86458a5761e;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 366078823a9..4527fa4c213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1998-09-11 Ulrich Drepper + + * resolv/res_init.c (res_init): Handle resolv.conf file with only + one nameserver correctly. Patch by HJ Lu. + +1998-09-14 Thorsten Kukuk + + * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for + invalid password. + 1998-09-10 Ulrich Drepper * stdlib/random_r.c (__setstate_r): Allow call with same state diff --git a/FAQ b/FAQ index b508eb5c882..019af77c2f3 100644 --- a/FAQ +++ b/FAQ @@ -444,11 +444,14 @@ libc binaries from the US. unless the user specifies a -dynamic-linker argument. This is the name of the libc5 dynamic linker, which does not work with glibc. -For casual use of GNU libc you can just specify - -dynamic-linker=/lib/ld-linux.so.2 +For casual use of GNU libc you can just specify to the linker + --dynamic-linker=/lib/ld-linux.so.2 which is the glibc dynamic linker, on Linux systems. On other systems -the name is /lib/ld.so.1. +name is /lib/ld.so.1. When linking via gcc, you've got to add + -Wl,--dynamic-linker=/lib/ld-linux.so.2 + +to the gcc command line. To change your environment to use GNU libc for compiling you need to change the `specs' file of your gcc. This file is normally found at