aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc-inst.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-08-30 03:57:49 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-08-30 03:57:49 +0000
commit79b94bd1259ad58893f6ea2f1908f405c10d17e6 (patch)
treedbabb63ca38ef95cc5049018b746dc30be166d4a /chapter05/glibc-inst.xml
parent556167ccbcb085c3acd9453e505fd9bb1feb384c (diff)
Added sscanf patch to Glibc instructions and download page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc-inst.xml')
-rw-r--r--chapter05/glibc-inst.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml
index b8e84de43..d55c99ca7 100644
--- a/chapter05/glibc-inst.xml
+++ b/chapter05/glibc-inst.xml
@@ -24,6 +24,12 @@ Fix this annoying little error with:</para>
<para><screen><userinput>mkdir /stage1/etc
touch /stage1/etc/ld.so.conf</userinput></screen></para>
+<para>Also, Glibc has a subtle problem when compiled with GCC 3.3.1.
+Apply the following patch to fix this:</para>
+
+<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch
+</userinput></screen></para>
+
<para>The documentation that comes with Glibc recommends to build the package
not in the source directory but in a separate, dedicated directory:</para>