aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:23:50 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:23:50 +0000
commit58882995289b0b69420b13297bf87c4b4d398192 (patch)
treeff191d33957a2df74a39f4d20c26fbf421e2ca3d /chapter06/glibc.xml
parent12c8f83b75be00e9e884761ea688d5f8aa5b30d1 (diff)
Moving stuff from appendix A to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 45c90caee..5bb78e198 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -1,17 +1,22 @@
-<sect1 id="ch06-glibc">
+<sect1 id="ch06-glibc" xreflabel="Glibc">
<title>Installing Glibc-&glibc-version;</title>
<?dbhtml filename="glibc.html" dir="chapter06"?>
+<para>The Glibc package contains the main C library. This library provides all
+the basic routines for allocating memory, searching directories, opening and
+closing files, reading and writing them, string handling, pattern matching,
+arithmetic, and so on.</para>
+
<screen>Estimated build time: &glibc-time;
Estimated required disk space: &glibc-compsize;</screen>
-&aa-glibc-shortdesc;
+&aa-glibc-down;
&aa-glibc-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
-<title>Glibc installation</title>
+<title>Installation of Glibc</title>
<para>The Glibc build system is very well self-contained and will install
perfectly, even though our compiler specs file and linker are still pointing
@@ -120,6 +125,11 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
<screen><userinput>make -C ../&glibc-dir;/linuxthreads/man install</userinput></screen>
</sect2>
+
&c6-cf-glibc;
+
+&aa-glibc-shortdesc;
+&aa-glibc-desc;
+
</sect1>