Ignore:
Timestamp:
12/16/2005 04:06:59 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
d663c90
Parents:
48553c1
Message:

Bring alphabetical branch up-to-speed with trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r48553c1 r6856842  
    4747Glibc autoconf tests would give false results and defeat the goal
    4848of achieving a clean build.</para>
    49 
    50 <para>The linuxthreads tarball contains the man pages for the
    51 threading libraries installed by Glibc.  Unpack the tarball from
    52 within the Glibc source directory:</para>
    53 
    54 <screen><userinput>tar -xvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
    5549
    5650<para>The Glibc documentation recommends building Glibc outside of the source
     
    176170attempts to circumvent these restrictions are documented in
    177171internationalization-related hints.</para>
    178 
    179 <para>Build the linuxthreads man pages, which are a great reference
    180 on the threading API (applicable to NPTL as well):</para>
    181 
    182 <screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
    183 
    184 <para>Install these pages:</para>
    185 
    186 <screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
    187172
    188173</sect2>
Note: See TracChangeset for help on using the changeset viewer.