From ede9b9be0a3baef5e7b8daaab72b5ff594ea12e7 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 25 Feb 2004 22:04:14 +0000 Subject: Minor textual shuffles. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index c4a94111c..cf7f0c980 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -436,13 +436,15 @@ cc dummy.c readelf -l a.out | grep ': /lib' If everything is working correctly, there should be no errors, and the -output of the last command will be: +output of the last command will be (allowing for platform specific differences +in dynamic linker name):
[Requesting program interpreter: /lib/ld-linux.so.2]
-(Of course allowing for platform specific differences in dynamic linker -name). Note especially that /lib now -appears as the prefix of our dynamic linker. If you did not receive the output +Note especially that /lib is now +the prefix of our dynamic linker. + + 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. -- cgit v1.2.3-54-g00ecf