From f1994dcf644c8051cd57e62182ed2414f095dbe3 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 26 Jul 2009 19:17:51 +0000 Subject: Various text and grammar updates. Thanks to Chris Staub for the patch. Fixes #2458. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 2 +- chapter06/gcc.xml | 2 +- chapter06/gmp.xml | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'chapter06') 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: -- cgit v1.2.3-54-g00ecf