Browse Source

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
Matthew Burgess 20 years ago
parent
commit
05d80ab8a2
2 changed files with 10 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 6 1
      chapter05/adjusting.xml

+ 4 - 0
chapter01/changelog.xml

@@ -122,6 +122,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>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).</para></listitem>
+
 <listitem><para>November 3, 2005 [matt]: Upgrade to man-pages 2.13.</para>
 <listitem><para>November 3, 2005 [matt]: Upgrade to man-pages 2.13.</para>
 </listitem>
 </listitem>
 
 

+ 6 - 1
chapter05/adjusting.xml

@@ -118,7 +118,12 @@ commands.</para>
 <para>Once all is well, clean up the test files:</para>
 <para>Once all is well, clean up the test files:</para>
 
 
 <screen><userinput>rm -v dummy.c a.out</userinput></screen>
 <screen><userinput>rm -v dummy.c a.out</userinput></screen>
+
+<para>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.</para>
+
 </caution>
 </caution>
 
 
 </sect1>
 </sect1>
-