]> sourceware.org Git - glibc.git/commitdiff
2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
authorRoland McGrath <roland@gnu.org>
Fri, 8 Apr 2005 21:00:44 +0000 (21:00 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 8 Apr 2005 21:00:44 +0000 (21:00 +0000)
* FAQ.in: Explain why `make' might fail running rpcgen.
* FAQ: Regenerated.

ChangeLog
FAQ
FAQ.in

index c5299e867870acecdad6dd22e35f5fd72c8c69e3..2ea7c7a53c6b9ea2fba942b7ff23d595b28ff9ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
+
+       * FAQ.in: Explain why `make' might fail running rpcgen.
+       * FAQ: Regenerated.
+
 2005-04-07  Roland McGrath  <roland@redhat.com>
 
        * po/libc.pot: Regenerated.
diff --git a/FAQ b/FAQ
index 6d95ef332d6a8f0ffca8533ae576f2f95c95a476..77bd47e3ede94735b18a2149f9899c62d5df69d9 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -48,6 +48,8 @@ please let me know.
        malloc/libmemprof.so.  How can I fix this?
 1.20.  Which tools should I use for MIPS?
 1.21.  Which compiler should I use for powerpc64?
+1.22.  `make' fails when running rpcgen the first time,
+       what is going on? How do I fix this?
 
 2. Installation and configuration issues
 
@@ -573,6 +575,20 @@ For details check also my page <http://www.suse.de/~aj/glibc-mips.html>.
 {SM} You want to use at least gcc 3.2 (together with the right versions
 of all the other tools, of course).
 
+
+1.22.  `make' fails when running rpcgen the first time,
+       what is going on? How do I fix this?
+
+{CO} The first invocation of rpcgen is also the first use of the recently
+compiled dynamic loader.  If there is any problem with the dynamic loader
+it will more than likely fail to run rpcgen properly. This could be due to
+any number of problems.
+
+The only real solution is to debug the loader and determine the problem
+yourself. Please remember that for each architecture there may be various
+patches required to get glibc HEAD into a runnable state. The best course
+of action is to determine if you have all the required patches.
+
 \f
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
 
diff --git a/FAQ.in b/FAQ.in
index 4c161cceb620e7811fa6acf55fd7b65edff31ea8..227132bc08c53a8917a43cb7f5dec3cdc0ccca34 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -374,6 +374,19 @@ For details check also my page <http://www.suse.de/~aj/glibc-mips.html>.
 {SM} You want to use at least gcc 3.2 (together with the right versions
 of all the other tools, of course).
 
+??     `make' fails when running rpcgen the first time,
+       what is going on? How do I fix this?
+
+{CO} The first invocation of rpcgen is also the first use of the recently
+compiled dynamic loader.  If there is any problem with the dynamic loader
+it will more than likely fail to run rpcgen properly. This could be due to
+any number of problems.
+
+The only real solution is to debug the loader and determine the problem
+yourself. Please remember that for each architecture there may be various
+patches required to get glibc HEAD into a runnable state. The best course
+of action is to determine if you have all the required patches.
+
 ? Installation and configuration issues
 
 ??     Can I replace the libc on my Linux system with GNU libc?
This page took 0.048559 seconds and 5 git commands to generate.