Ignore:
Timestamp:
08/17/2004 10:12:01 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
fa2f5ad
Parents:
6850316
Message:

General edits. Added bash+readline display_wrap patches

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r6850316 r24a08b9  
    3030<title>Installation of Binutils</title>
    3131
    32 <para>Verify that your the terminals (PTYs) are working properly
    33 inside the chroot environment. Check that everything is set up
    34 correctly by performing a simple test:</para>
    35 
    36 <screen><userinput>expect -c "spawn ls"</userinput></screen>
    37 
    38 <para>If the following message shows up, the chroot environment is not
    39 set up for proper PTY operation:</para>
    40 
    41 <screen><computeroutput>The system has no more ptys.  Ask your system administrator to create more.</computeroutput></screen>
    42 
    43 <para>The issue needs to be resolved before running the test suites
    44 for Binutils and GCC.</para>
    45 
    4632<para>This package is known to have issues when its default
    4733optimization flags (including the <parameter>-march</parameter> and
     
    4935variables that override default optimizations have been defined, such
    5036as <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
    51 unset or modifying them when building Binutils.</para>
     37unset them when building Binutils.</para>
     38
     39<para>Verify that your the terminals (PTYs) are working properly
     40inside the chroot environment. Check that everything is set up
     41correctly by performing a simple test:</para>
     42
     43<screen><userinput>expect -c "spawn ls"</userinput></screen>
     44
     45<para>If the following message shows up, the chroot environment is not
     46set up for proper PTY operation:</para>
     47
     48<screen><computeroutput>The system has no more ptys.  Ask your system administrator to create more.</computeroutput></screen>
     49
     50<para>The issue needs to be resolved before running the test suites
     51for Binutils and GCC.</para>
    5252
    5353<para>The Binutils documentation recommends building Binutils outside of the
Note: See TracChangeset for help on using the changeset viewer.