diff options
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 725c76170..3a2defb07 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -36,19 +36,6 @@ chroot "$LFS" /usr/bin/env -i \ linkend="ch-tools-bindmount"/> and <xref linkend="ch-tools-kernfsmount"/>.</para> - <para>There were several static libraries that were not suppressed earlier - in the chapter in order to satisfy the regression tests in several packages. These - libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If desired, - remove them now:</para> - -<screen><userinput>rm -f /usr/lib/lib{bfd,opcodes}.a -rm -f /usr/lib/libctf{,-nobfd}.a -rm -f /usr/lib/libbz2.a -rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a -rm -f /usr/lib/libltdl.a -rm -f /usr/lib/libfl.a -rm -f /usr/lib/libz.a</userinput></screen> - <para>There are also several files installed in the /usr/lib and /usr/libexec directories with a file name extension of .la. These are "libtool archive" files. As already said, they are only useful when linking with static |