Ignore:
Timestamp:
05/14/2004 06:39:27 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1b9d582
Parents:
f4abd88
Message:
  • Upgraded to glibc-2.3.3-lfs-5.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rf4abd88 r2f2b6d6  
    4343<para>Now prepare Glibc for compilation:</para>
    4444
    45 <screen><userinput>../glibc-&glibc-version;-20031202/configure --prefix=/usr \
     45<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    4646    --disable-profile --enable-add-ons=linuxthreads \
    4747    --libexecdir=/usr/lib --with-headers=/usr/include \
     
    122122<para>Finally, build the linuxthreads man pages:</para>
    123123
    124 <screen><userinput>make -C ../glibc-&glibc-version;-20031202/linuxthreads/man</userinput></screen>
     124<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
    125125
    126126<para>And install these pages:</para>
    127127
    128 <screen><userinput>make -C ../glibc-&glibc-version;-20031202/linuxthreads/man install</userinput></screen>
     128<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
    129129
    130130</sect2>
Note: See TracChangeset for help on using the changeset viewer.