Ignore:
Timestamp:
06/22/2004 07:48:30 PM (20 years ago)
Author:
lfs-dev <lfs-dev@…>
Branches:
v5_1_1
Parents:
673b0d8
Message:

This commit was manufactured by cvs2svn to create tag 'v5_1_1'.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r673b0d8 r2ec64b3  
    1515
    1616<screen>&buildtime; 11.8 SBU
    17 &diskspace; 800 MB</screen>
     17&diskspace; 734.2 MB</screen>
    1818
    1919<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/glibc.xml" xpointer="xpointer(/sect1/para[2])"/>
     
    4040<para>Next, prepare Glibc for compilation:</para>
    4141
    42 <screen><userinput>../glibc-&glibc-version;-20031202/configure --prefix=/tools \
     42<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
    4343    --disable-profile --enable-add-ons=linuxthreads \
    4444    --with-binutils=/tools/bin --with-headers=/tools/include \
     
    8787<para>Compile the package:</para>
    8888
    89 <screen><userinput>make</userinput></screen>
     89<screen><userinput>make AUTOCONF=no</userinput></screen>
    9090
    9191<para>Compilation is now complete. As mentioned earlier, we don't recommend
     
    180180localedef -i en_US -f ISO-8859-1 en_US
    181181localedef -i es_MX -f ISO-8859-1 es_MX
     182localedef -i fa_IR -f UTF-8 fa_IR
    182183localedef -i fr_FR -f ISO-8859-1 fr_FR
    183184localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
Note: See TracChangeset for help on using the changeset viewer.