summaryrefslogtreecommitdiff
path: root/FAQ.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-08 21:00:44 +0000
committerRoland McGrath <roland@gnu.org>2005-04-08 21:00:44 +0000
commit9cb97cd42cd41643623213f1f98277aad7a9a5db (patch)
tree5f7a1cdf98643ab68cd8e7bdb61557d004af951f /FAQ.in
parentec781e12e298ebb8bc5304bad488009921c8a032 (diff)
2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
* FAQ.in: Explain why `make' might fail running rpcgen. * FAQ: Regenerated.
Diffstat (limited to 'FAQ.in')
-rw-r--r--FAQ.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/FAQ.in b/FAQ.in
index 4c161cceb6..227132bc08 100644
--- 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?