Ignore:
Timestamp:
08/29/2004 08:00:56 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
cdfb460
Parents:
3001a42
Message:

Wrapped the commands until Chapter 5 to 60 chars.
Testing new look for 'cat > .... << EOF' blocks.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    r3001a42 rc863747  
    4848<para>The response might be:</para>
    4949
    50 <blockquote><screen><computeroutput>The system has no more ptys.  Ask your system administrator to create more.</computeroutput></screen></blockquote>
     50<screen><computeroutput>The system has no more ptys. 
     51Ask your system administrator to create more.</computeroutput></screen>
    5152
    5253<para>If the above message is received, the host does not have its
     
    105106<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    106107    --libexecdir=/tools/lib --with-local-prefix=/tools \
    107     --enable-clocale=gnu --enable-shared --enable-threads=posix \
    108     --enable-__cxa_atexit --enable-languages=c,c++ \
    109     --disable-libstdcxx-pch</userinput></screen>
     108    --enable-clocale=gnu --enable-shared \
     109    --enable-threads=posix --enable-__cxa_atexit \
     110    --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    110111
    111112<para>The meaning of the new configure options:</para>
Note: See TracChangeset for help on using the changeset viewer.