diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-25 22:04:14 +0000 |
commit | ede9b9be0a3baef5e7b8daaab72b5ff594ea12e7 (patch) | |
tree | 79b8fd44df338bdfc7ecabf99240fc888d3a3cd0 /chapter05/chapter05.xml | |
parent | e421d2e1df618260a60b79f2dc97d89d16c407b8 (diff) |
Minor textual shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 0e89c5944..9217c1831 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -512,13 +512,15 @@ cc dummy.c readelf -l a.out | grep ': /tools'</userinput></screen> <para>If everything is working correctly, there should be no errors, and the -output of the last command will be:</para> +output of the last command will be (allowing for platform specific differences +in dynamic linker name):</para> <blockquote><screen>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</screen></blockquote> -<para>(Of course allowing for platform specific differences in dynamic linker -name). Note especially that <filename class="directory">/tools/lib</filename> -appears as the prefix of our dynamic linker. If you did not receive the output +<para>Note especially that <filename class="directory">/tools/lib</filename> +appears as the prefix of our dynamic linker.</para> + +<para>If you did not receive the output as shown above, or received no output at all, then something is seriously wrong. You will need to investigate and retrace your steps to find out where the problem is and correct it. There is no point in continuing until this is done. |