Author: chris Date: 2006-05-25 10:50:35 -0600 (Thu, 25 May 2006) New Revision: 1644
Modified: trunk/BOOK/final-system/common/introduction.xml Log: Updated text and removed a redundancy in final-system introduction Modified: trunk/BOOK/final-system/common/introduction.xml =================================================================== --- trunk/BOOK/final-system/common/introduction.xml 2006-05-25 16:49:42 UTC (rev 1643) +++ trunk/BOOK/final-system/common/introduction.xml 2006-05-25 16:50:35 UTC (rev 1644) @@ -21,13 +21,13 @@ its contents is given, followed by concise descriptions of each program and library the package installed.</para> - <para os="b">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 - a program run slightly faster, but they may also cause compilation - difficulties and problems when running the program. If a package - refuses to compile when using optimization, try to compile it without - optimization and see if that fixes the problem. Even if the package + <para os="b">If using compiler optimizations, please review the + optimization hint at <ulink url="&hints-root;optimization.txt"/>. + Compiler optimizations can make a program run slightly faster, but + they may also cause compilation difficulties and problems when + running the program. If a package refuses to compile when using + optimization, try to compile it without optimization and see if + that fixes the problem. Even if the package does compile when using optimization, there is the risk it may have been compiled incorrectly because of the complex interactions between the code and build tools. Also note that the <option>-march</option> @@ -48,13 +48,7 @@ cause the program to stop working when that directory is removed.</para> - <para os="d">Before the installation instructions, each installation - page provides a concise description of what the package contains. - Following the installation instructions, there is a list of programs - and libraries (along with brief descriptions of these) that the - package installs.</para> - - <para os="e">To keep track of which package installs particular files, a + <para os="d">To keep track of which package installs particular files, a package manager can be used. For a general overview of different styles of package managers, please take a look at the next page.</para> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
