diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 637ee3f61..6e1a6b4e8 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -54,7 +54,7 @@ ac_cv_func_working_mktime=yes This parameter bypasses the search for mktime in - configure and uses the version in glibc. This is + configure and uses the version in Glibc. This is necessary due to a change in GCC that has not been incorporated into this package yet. diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 2a3d6fda6..3320d452c 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -75,7 +75,7 @@ sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH< Only a few of the utilities contained in this package, and one of its - libraries need to be built: + libraries, need to be built: make perl utilities ext/Errno/pm_to_blib diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 8e5146d08..9fcd31f1c 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -101,7 +101,7 @@ tclsh (link to tclsh8.5) and tclsh8.5 - libtcl8.5.so + libtcl8.5.so, libtclstub8.5.a @@ -140,6 +140,16 @@ + + libtclstub8.5.a + + The Tcl Stub library + + libtclstub8.5.a + + + + diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4d7d1eda0..0cf114f05 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -124,7 +124,7 @@ cd build make install-libs Make the installed static libraries writable so debugging symbols can - be removed later. + be removed later: chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e2ef9bf29..7167c9df9 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -212,7 +212,7 @@ SEARCH_DIR("/lib") SEARCH_DIR("/usr/lib"); A 64-bit system may see a few more directories. For example, here - is the output from a x86_64 machine: + is the output from an x86_64 machine: SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64") SEARCH_DIR("/usr/local/lib64") diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 2db8fe078..9eb52a9c2 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -55,7 +55,7 @@ ./configure --prefix=/usr --enable-cxx --enable-mpbsd - The meaning of the new configure option: + The meaning of the new configure options: --enable-cxx @@ -64,6 +64,13 @@ + + --enable-mpbsd + + This builds the Berkeley MP compatibility library + + + Compile the package: diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 75de077a7..78d7ac550 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -30,7 +30,7 @@ logout - Then unmount the virtual files systems: + Then unmount the virtual file systems: umount -v $LFS/dev/pts umount -v $LFS/dev/shm