]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Feb 2000 22:15:55 +0000 (22:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Feb 2000 22:15:55 +0000 (22:15 +0000)
FAQ.in

diff --git a/FAQ.in b/FAQ.in
index 6cb227819b3ef2284997821ae9a341a3407441cb..220c18c3579e8a003c1c9d4c967254a1b93f7b25 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -364,6 +364,22 @@ And you need to tell gcc to only generate i386 code, just add `-mcpu=i386'
 {UD} This applies not only to the i386.  Compiling on a i686 for any older
 model will also fail if the above  methods are not used.
 
+??     `make' complains about a missing dlfcn/libdl.so when building
+       malloc/libmemprof.so.  How can I fix this?
+
+{AJ} Older make version (<= 3.78.90) have a bug which was hidden by a bug in
+glibc (<= 2.1.2).  You need to upgrade make to a newer or fixed version.  A
+patch is available via
+<http://sourceware.cygnus.com//ml/libc-alpha/2000-02/msg00067.html>.
+
+After upgrading make, you should remove the file sysd-sorted in your build
+directory.  The problem is that the broken make creates a wrong order for
+one list in that file.  The list has to be recreated with the new make -
+which happens if you remove the file.
+
+You might encounter this bug also in other situations where make scans
+directories.  I strongly advise to upgrade your make version.
+
 
 ? Installation and configuration issues