Changeset 86bea76 for chapter06


Ignore:
Timestamp:
01/17/2003 08:22:16 PM (21 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8dc214d
Parents:
d9ed058f
Message:

Last package conversion - second Glibc.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc-pass2-inst.xml

    rd9ed058f r86bea76  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Glibc</title>
     
    3739is putting your system at very high risk.</para>
    3840
    39 <para>Install Glibc by running the following commands:</para>
     41<para>It is recommended by the Glibc installation documentation to build
     42Glibc outside of the source tree. Create the build directory:</para>
    4043
    4144<para><screen><userinput>mkdir ../glibc-build &amp;&amp;
    42 cd ../glibc-build &amp;&amp;
    43 ../glibc-&glibc-version;/configure --prefix=/usr --disable-profile \
    44 &nbsp;&nbsp;&nbsp;&nbsp;--enable-add-ons --libexecdir=/usr/bin &amp;&amp;
    45 make &amp;&amp;
    46 make install &amp;&amp;
    47 make -C ../glibc-&glibc-version;/linuxthreads/man &amp;&amp;
    48 make -C ../glibc-&glibc-version;/linuxthreads/man install &amp;&amp;
    49 exec /bin/bash --login</userinput></screen></para>
     45cd ../glibc-build</userinput></screen></para>
     46
     47<para>Next, prepare Glibc to be compiled:</para>
     48
     49<para><screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr --disable-profile \
     50&nbsp;&nbsp;&nbsp;&nbsp;--enable-add-ons --libexecdir=/usr/bin</userinput></screen></para>
     51
     52<para>Continue with compiling the package:</para>
     53
     54<para><screen><userinput>make</userinput></screen></para>
     55
     56<para>Begin package installation:</para>
     57
     58<para><screen><userinput>make install</userinput></screen></para>
     59
     60<para>Build the linuxthreads man pages:</para>
     61
     62<para><screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen></para>
     63
     64<para>Install the man pages:</para>
     65
     66<para><screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen></para>
     67
     68<para>Complete package installation by relaunching bash:</para>
     69
     70<para><screen><userinput>exec /bin/bash --login</userinput></screen></para>
    5071
    5172</sect2>
  • chapter06/glibc-pass2.xml

    rd9ed058f r86bea76  
    66Estimated required disk space:  &glibc-pass2-compsize;</screen>
    77
     8&aa-glibc-shortdesc;
     9&aa-glibc-dep;
    810&c6-glibc-pass2-inst;
    911
Note: See TracChangeset for help on using the changeset viewer.