Author: jhuntwork Date: 2005-04-26 13:56:24 -0600 (Tue, 26 Apr 2005) New Revision: 5113
Modified: branches/cross-lfs/BOOK/final-system/introduction.xml branches/cross-lfs/BOOK/introduction/changelog.xml branches/cross-lfs/BOOK/temp-system/gcc.xml Log: Addedd cc -> gcc symlink for temp-system Modified: branches/cross-lfs/BOOK/final-system/introduction.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/introduction.xml 2005-04-26 19:41:22 UTC (rev 5112) +++ branches/cross-lfs/BOOK/final-system/introduction.xml 2005-04-26 19:56:24 UTC (rev 5113) @@ -8,20 +8,16 @@ <?dbhtml filename="introduction.html"?> <para>In this chapter, we enter the building site and start -constructing the LFS system in earnest. That is, we chroot into the -temporary mini Linux system, make a few final preparations, and then -begin installing the packages.</para> +constructing the LFS system in earnest. The installation of this +software is straightforward. Although in many cases the installation +instructions could be made shorter and more generic, we have opted +to provide the full instructions for every package to minimize the +possibilities for mistakes. The key to learning what makes a Linux +system work is to know what each package is used for and why the user +(or the system) needs it. For every installed package, a summary of +its contents is given, followed by concise descriptions of each +program and library the package installed.</para> -<para>The installation of this software is straightforward. Although -in many cases the installation instructions could be made shorter and -more generic, we have opted to provide the full instructions for every -package to minimize the possibilities for mistakes. The key to -learning what makes a Linux system work is to know what each package -is used for and why the user (or the system) needs it. For every -installed package, a summary of its contents is given, followed by -concise descriptions of each program and library the package -installed.</para> - <para>If using the compiler optimizations provided in this chapter, please review the optimization hint at <ulink url="&hints-root;optimization.txt"/>. Compiler optimizations can make Modified: branches/cross-lfs/BOOK/introduction/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-26 19:41:22 UTC (rev 5112) +++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-26 19:56:24 UTC (rev 5113) @@ -117,6 +117,7 @@ variable; we only use a modified LFS_HOST when it matches the target arch.</para></listitem> <listitem><para>Added missing --host flag for various Chapter 6 packages.</para></listitem> <listitem><para>Moved instructions for populating dev till after directories are created.</para></listitem> +<listitem><para>Added symlink for temp-system cc.</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/cross-lfs/BOOK/temp-system/gcc.xml =================================================================== --- branches/cross-lfs/BOOK/temp-system/gcc.xml 2005-04-26 19:41:22 UTC (rev 5112) +++ branches/cross-lfs/BOOK/temp-system/gcc.xml 2005-04-26 19:56:24 UTC (rev 5113) @@ -130,8 +130,11 @@ <screen><userinput>make install</userinput></screen> -</sect2> +<para>Many packages use the name <command>cc</command> to call the C +compiler. To satisfy those packages, create a symlink:</para> +<screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen> + <sect2 role="content"><title/> <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
