diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 13:43:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 13:43:14 +0000 |
commit | 3a3b76eeb765d4bfd203fcbf569f6c4244b63d70 (patch) | |
tree | 0eae84c99417951fd39d9611ca933a6f2ff21536 /chapter06 | |
parent | 57a5ecfef9d0b8ec31d9794bbb2de9211444c5ce (diff) |
Added glibc linuxthreads man pages installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/glibc-inst.xml | 5 | ||||
-rw-r--r-- | chapter06/linuxthreadsmanpages-inst.xml | 17 | ||||
-rw-r--r-- | chapter06/linuxthreadsmanpages.xml | 14 |
4 files changed, 37 insertions, 0 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index d211ee230..2872a3e38 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -33,6 +33,7 @@ &c6-gettext; &c6-nettools; &c6-perl; +&c6-linuxthreadsmanpages; &c6-m4; &c6-texinfo; &c6-autoconf; diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 7f0fe0b5d..d122aba01 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -47,6 +47,11 @@ file in the glibc-&glibc-version; tree. One thing to note is that the class="directory">/usr/lib/locale</filename> directory exists, so you need to create it first.</para> +<para>The Linux Threads man pages are not going to be installed at this +point because it requires a working Perl installation. We'll install Perl +later on in this chapter so we'll come back to the Linux Threads man page +installation after that.</para> + <para>During the configure stage you will see the following warning:</para> <blockquote><screen>configure: warning: diff --git a/chapter06/linuxthreadsmanpages-inst.xml b/chapter06/linuxthreadsmanpages-inst.xml new file mode 100644 index 000000000..6d664e574 --- /dev/null +++ b/chapter06/linuxthreadsmanpages-inst.xml @@ -0,0 +1,17 @@ +<sect2> +<title>Installation of Linux threads man pages</title> + +<para>Unpack the glibc-linuxthreads package and you'll notice that you end +up with two new directories. Enter the +<filename class="directory">linuxthreads</filename> directory, not the +<filename class="directory">linuxthreads_db</filename> directory.</para> + +<para>Install the Linux threads man pages by running the following +commands:</para> + +<para><screen><userinput>cd man && +make && +make install</userinput></screen></para> + +</sect2> + diff --git a/chapter06/linuxthreadsmanpages.xml b/chapter06/linuxthreadsmanpages.xml new file mode 100644 index 000000000..229cc67bd --- /dev/null +++ b/chapter06/linuxthreadsmanpages.xml @@ -0,0 +1,14 @@ +<sect1 id="ch06-linuxthreadsmanpages"> +<title>Installing Linux threads-&linuxthreadsmanpages-version; Mmn pages</title> +<?dbhtml filename="linuxthreadsmanpages.html" dir="chapter06"?> + +<screen>Estimated build time: &linuxthreadsmanpages-time; +Estimated required disk space: &linuxthreadsmanpages-compsize;</screen> + +&c6-linuxthreadsmanpages-inst; +&aa-linuxthreadsmanpages-desc; +&aa-linuxthreadsmanpages-dep; + +</sect1> + + |