aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-02-13 13:46:33 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-02-13 13:46:33 +0000
commit73941fdbc29a562ae934773df6d454d5704be8e1 (patch)
treecfde5a955d4814c9216659de389c39cd42020362 /chapter06
parent2f9d5505da6d8cd425c3afb0163dfecd2b8d412e (diff)
* Upgrade to glibc-2.3.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 210c588a2..c2bd6519c 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -22,6 +22,12 @@
<sect2 role="installation">
<title>Installation of Glibc</title>
+<para>The linuxthreads tarball contains the man pages for the threading
+libraries installed by glibc. Unpack the tarball from within the glibc source
+directory:</para>
+
+<screen><userinput>tar xjvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
+
<para>Create a build directory:</para>
<screen><userinput>mkdir ../glibc-build