diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
commit | 3be4d973d4084f19562b87f852d003f636cb1649 (patch) | |
tree | 908f372d80bef1d37213a61e128967784cad60d0 /chapter05/chapter05.xml | |
parent | a52b2c2383dd24bca424afebcc3220f571bfbf9b (diff) |
Changing identifiers in preparation for moving sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 365fd3ef7..1bed3f464 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -3,7 +3,7 @@ <?dbhtml filename="chapter05.html" dir="chapter05"?> -<sect1 id="ch05-introduction"> +<sect1 id="ch-tools-introduction"> <title>Introduction</title> <?dbhtml filename="introduction.html" dir="chapter05"?> @@ -59,7 +59,7 @@ followed our example.</para> </sect1> -<sect1 id="ch05-toolchaintechnotes"> +<sect1 id="ch-tools-toolchaintechnotes"> <title>Toolchain technical notes</title> <?dbhtml filename="toolchaintechnotes.html" dir="chapter05"?> @@ -260,7 +260,7 @@ built dynamically.</para> </sect1> -<sect1 id="ch05-creatingtoolsdir"> +<sect1 id="ch-tools-creatingtoolsdir"> <title>Creating the $LFS/tools directory</title> <?dbhtml filename="creatingtoolsdir.html" dir="chapter05"?> @@ -301,7 +301,7 @@ the LFS partition).</para> </sect1> -<sect1 id="ch05-addinguser"> +<sect1 id="ch-tools-addinguser"> <title>Adding the user lfs</title> <?dbhtml filename="addinguser.html" dir="chapter05"?> @@ -351,7 +351,7 @@ start a <emphasis>login</emphasis> shell.</para> </sect1> -<sect1 id="ch05-settingenviron"> +<sect1 id="ch-tools-settingenviron"> <title>Setting up the environment</title> <?dbhtml filename="settingenvironment.html" dir="chapter05"?> @@ -433,7 +433,7 @@ temporary tools, source the just-created profile:</para> &c5-glibc; -<sect1 id="ch05-locking-glibc"> +<sect1 id="ch-tools-locking-glibc"> <title>"Locking in" Glibc</title> <?dbhtml filename="lockingglibc.html" dir="chapter05"?> @@ -483,7 +483,7 @@ made.</para> linker is something other than <filename>ld-linux.so.2</filename>, you <emphasis>must</emphasis> substitute <filename>ld-linux.so.2</filename> with the name of your platform's dynamic linker in the above commands. Refer back to -<xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important> +<xref linkend="ch-tools-toolchaintechnotes"/> if necessary.</para></important> <para>Lastly, there is a possibility that some include files from the host system have found their way into GCC's private include dir. This can happen @@ -518,12 +518,12 @@ problem is and correct it. There is no point in continuing until this is done. First, redo the sanity check using <userinput>gcc</userinput> instead of <userinput>cc</userinput>. If this works it means the <filename class="symlink">/tools/bin/cc</filename> symlink is missing. Revisit -<xref linkend="ch05-gcc-pass1"/> and fix the symlink. Second, ensure your $PATH +<xref linkend="ch-tools-gcc-pass1"/> and fix the symlink. Second, ensure your $PATH is correct. You can check this by running <userinput>echo $PATH</userinput> and verifying that <filename class="directory">/tools/bin</filename> is at the head of the list. If the $PATH is wrong it could mean you're not logged in as user <emphasis>lfs</emphasis> or something went wrong back in -<xref linkend="ch05-settingenviron"/>. Third, something may have gone wrong with +<xref linkend="ch-tools-settingenviron"/>. Third, something may have gone wrong with the specs file amendment above. In this case redo the specs file amendment ensuring to cut-and-paste the commands as was recommended.</para> @@ -566,7 +566,7 @@ can now be used to build the rest of the temporary tools.</para> &c5-perl; -<sect1 id="ch05-stripping"> +<sect1 id="ch-tools-stripping"> <title>Stripping</title> <?dbhtml filename="stripping.html" dir="chapter05"?> |