aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/chapter05.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r--chapter05/chapter05.xml10
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.