From 8ad79807a3c97e18a90319c9b91018b0be2bbb3c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 13:39:28 +0000 Subject: Tags corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readjusting.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06/readjusting.xml') diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index a81c540f6..c7ab66921 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -35,11 +35,11 @@ however, our testing has shown that the resulting Binutils program binaries should be identical. From now on every compiled program will link only -against the libraries in /usr/lib and -/lib. The extra -INSTALL=/tools/bin/install is needed because the Makefile +against the libraries in /usr/lib and +/lib. The extra +INSTALL=/tools/bin/install is needed because the Makefile created during the second pass still contains the reference to -/usr/bin/install, which we obviously haven't installed yet. +/usr/bin/install, which we obviously haven't installed yet. Some host distributions contain a ginstall symbolic link which takes precedence in the Makefile and thus can cause a problem here. The above command takes care of this also. @@ -78,7 +78,7 @@ readelf -l a.out | grep ': /lib' output of the last command will be (allowing for platform specific differences in dynamic linker name): -
[Requesting program interpreter: /lib/ld-linux.so.2]
+[Requesting program interpreter: /lib/ld-linux.so.2] Note especially that /lib is now the prefix of our dynamic linker. -- cgit v1.2.3-54-g00ecf