Author: matthew Date: 2005-11-05 14:29:54 -0700 (Sat, 05 Nov 2005) New Revision: 7126
Modified: branches/6.1.1/BOOK/chapter01/changelog.xml branches/6.1.1/BOOK/chapter05/adjusting.xml Log: Add a note mentioning that if TCL fails to build it suggests a broken chapter 5 toolchain Modified: branches/6.1.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1.1/BOOK/chapter01/changelog.xml 2005-11-05 21:19:44 UTC (rev 7125) +++ branches/6.1.1/BOOK/chapter01/changelog.xml 2005-11-05 21:29:54 UTC (rev 7126) @@ -42,6 +42,10 @@ </itemizedlist> </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 4, 2005 [matt]: Correct the instructions for running Module-Init-Tools' testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar Teredesai and to Randy McMurchy for providing the patch.</para></listitem> Modified: branches/6.1.1/BOOK/chapter05/adjusting.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/adjusting.xml 2005-11-05 21:19:44 UTC (rev 7125) +++ branches/6.1.1/BOOK/chapter05/adjusting.xml 2005-11-05 21:29:54 UTC (rev 7126) @@ -108,7 +108,12 @@ <para>Once all is well, clean up the test files:</para> <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> </sect1> - -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
