From 05d80ab8a28850bef07498234db999a5b03a2b75 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 5 Nov 2005 21:19:44 +0000 Subject: [PATCH] Add a note mentioning that if TCL fails to build it suggests a broken chapter 5 toolchain git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter05/adjusting.xml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e2c9bc741..d28f05c4d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -122,6 +122,10 @@ First a summary, then a detailed log. +November 5, 2005 [matt]: Add a note to the toolchain sanity +check in chapter 5 to explain that if TCL fails to build, it's an indication of +a broken toolchain (bug 1581). + November 3, 2005 [matt]: Upgrade to man-pages 2.13. diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index bb66cda34..24a58c8ac 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -118,7 +118,12 @@ commands. Once all is well, clean up the test files: rm -v dummy.c a.out + +Building TCL in the next section will serve as an additional check that +the toolchain has been built properly. If TCL fails to build, it is an +indication that something has gone wrong with the Binutils, GCC, or Glibc +installation, but not with TCL itself. + -