aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-12 23:41:37 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-12 23:41:37 +0000
commit1caa48e19b0f2b609746b72a3d2d0fd572b22316 (patch)
tree64f3113f9a4f45187258e0a658f393178c145867 /chapter05/glibc.xml
parent2ad19ed298e3e0a9df40fa914f54f28d2c26fdbc (diff)
Glibc: Moved ld.so.conf creation to immediately before make install in both chapters.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index aa333a2bd..a1dcf31d5 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -32,14 +32,7 @@ them when building Glibc.</para>
<para>Basically, compiling Glibc in any other way than the book suggests
is putting the stability of your system at risk.</para>
-<para>Though it is a harmless message, the install stage of Glibc will
-complain about the absence of <filename>/tools/etc/ld.so.conf</filename>.
-Fix this annoying little warning with:</para>
-
-<screen><userinput>mkdir /tools/etc
-touch /tools/etc/ld.so.conf</userinput></screen>
-
-<para>Also, Glibc has a subtle problem when compiled with GCC &gcc-version;.
+<para>Glibc has a subtle problem when compiled with GCC &gcc-version;.
Apply the following patch to fix this:</para>
<screen><userinput>patch -Np1 -i ../&glibc-sscanf-patch;</userinput></screen>
@@ -141,6 +134,13 @@ stop-start sequence by issuing a <userinput>make -k check</userinput>. But if
you do that, be sure to log the output so that you can later peruse the log
file and examine the total number of failures.</para>
+<para>Though it is a harmless message, the install stage of Glibc will
+complain about the absence of <filename>/tools/etc/ld.so.conf</filename>.
+Fix this annoying little warning with:</para>
+
+<screen><userinput>mkdir /tools/etc
+touch /tools/etc/ld.so.conf</userinput></screen>
+
<para>Now install the package:</para>
<screen><userinput>make install</userinput></screen>