2001-01-24 00:31:17 +00:00
|
|
|
<sect1 id="ch06-introduction">
|
|
|
|
<title>Introduction</title>
|
2001-09-26 01:24:04 +01:00
|
|
|
<?dbhtml filename="introduction.html" dir="chapter06"?>
|
2002-05-31 00:43:04 +01:00
|
|
|
|
|
|
|
<para>In this chapter we enter the building site, and start
|
|
|
|
constructing our LFS system in earnest. That is, we chroot into
|
|
|
|
our temporary mini Linux system, create some auxiliary things,
|
|
|
|
and then start installing all the packages, one by one.</para>
|
2001-09-26 01:24:04 +01:00
|
|
|
|
2002-05-26 22:25:09 +01:00
|
|
|
<para>The installation of all the software is pretty straightforward, and
|
|
|
|
you will probably think it would be so much easier and shorter to give
|
|
|
|
the generic installation instructions for a package here and only explain
|
|
|
|
in full the installation of those packages that require an alternate
|
|
|
|
method. Although we agree with that, we choose to give the
|
|
|
|
full instructions for each and every package, simply to avoid any
|
2001-07-22 20:45:10 +01:00
|
|
|
possible confusion and errors.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-05-31 00:43:04 +01:00
|
|
|
<para>If you plan to use compiler optimization for the packages
|
|
|
|
installed in this chapter, take a look at the optimization hint
|
|
|
|
at <ulink url="&hints-root;optimization.txt"/>.
|
|
|
|
Compiler optimization can make a program run
|
2002-05-26 22:25:09 +01:00
|
|
|
faster, but may also cause compilation problems. If you run into problems
|
|
|
|
when using optimization, always try it without optimization to see if
|
2002-01-25 16:13:35 +00:00
|
|
|
the problem persists.</para>
|
2001-04-21 17:47:37 +01:00
|
|
|
|
2002-05-25 01:19:47 +01:00
|
|
|
<para>Please refrain from installing more than one package at a time, even
|
2002-05-26 22:25:09 +01:00
|
|
|
if it may save you time (especially with dual CPU machines). If you install
|
2002-05-25 01:19:47 +01:00
|
|
|
the wrong package at the wrong time, it may hard-wire program paths to
|
|
|
|
<filename class="directory">$LFS/static</filename> which will cause the
|
|
|
|
programs to stop working once the static directory is removed. The order
|
|
|
|
packages are installed in this chapter have to be followed exactly to be
|
|
|
|
sure nothing is hard-wiring the static paths.</para>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|
2001-04-14 03:34:44 +01:00
|
|
|
|