From 3380af360706c0e79b3476fd395d1e83cb21acee Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 1 Feb 2012 18:17:30 +0000 Subject: Clarify (again) the extraction order in GCC Pass 1 Reformat Kmod configure command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 13 +++++++++++++ chapter05/gcc-pass1.xml | 6 ++++++ chapter05/generalinstructions.xml | 2 +- chapter06/kmod.xml | 10 ++++++---- general.ent | 4 ++-- 5 files changed, 28 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5fb3ea90d..e0c67813d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,19 @@ --> + + 2012-02-01 + + + [bdubbs] - Clarify (again) the extraction order + in GCC Pass 1. + + + [bdubbs] - Reformat Kmod configure command. + + + + 2012-01-30 diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 63865d36e..31703a184 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -49,6 +49,12 @@ resulting directories so the GCC build procedures will automatically use them: + There are frequent misunderstandings about this chapter. The + procedures are the same as every other chapter as explained earlier (). First extract the gcc tarball from the sources + directory and then change to the directory created. Only then should you + proceed with the instructions below. + tar -jxf ../mpfr-&mpfr-version;.tar.bz2 mv -v mpfr-&mpfr-version; mpfr tar -Jxf ../gmp-&gmp-version;.tar.xz diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index 58f32c45e..ba632c0ee 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -69,7 +69,7 @@ Change to the sources directory. - + For each package: diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 74c650754..e2066bae3 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -43,10 +43,12 @@ Prepare Kmod for compilation: -liblzma_CFLAGS="-I/usr/include" liblzma_LIBS="-L/lib -llzma" \ - zlib_CFLAGS="-I/usr/include" zlib_LIBS="-L/lib -lz" ./configure \ - --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc --with-xz \ - --with-zlib +liblzma_CFLAGS="-I/usr/include" \ +liblzma_LIBS="-L/lib -llzma" \ +zlib_CFLAGS="-I/usr/include" \ +zlib_LIBS="-L/lib -lz" \ +./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc \ + --with-xz --with-zlib The meaning of the configure options: diff --git a/general.ent b/general.ent index f7bf30845..0167df282 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + -- cgit v1.2.3-54-g00ecf