diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 18:26:36 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 18:26:36 +0000 |
commit | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (patch) | |
tree | 2ea1f8305970753e4a657acb2ccc15ca3eec8e2c /FAQ.in | |
parent | 7d58530341304d403a6626d7f7a1913165fe2f32 (diff) |
2.5-18.1
Diffstat (limited to 'FAQ.in')
-rw-r--r-- | FAQ.in | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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? |