Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bc.xml

    re909a1eb rd672ab7  
    4444    <para>Prepare Bc for compilation:</para>
    4545
    46 <screen><userinput remap="configure">CC=gcc ./configure --prefix=/usr -G -O3 -r</userinput></screen>
     46<screen><userinput remap="configure">CC=gcc ./configure --prefix=/usr -G -O3</userinput></screen>
    4747
    4848    <variablelist>
     
    5757
    5858      <varlistentry>
    59         <term><parameter>-G</parameter></term>
    60         <listitem>
    61           <para>Omit parts of the test suite that won't work
    62           without a GNU bc present.</para>
    63         </listitem>
    64       </varlistentry>
    65 
    66       <varlistentry>
    6759        <term><parameter>-O3</parameter></term>
    6860        <listitem>
     
    7264
    7365      <varlistentry>
    74         <term><parameter>-r</parameter></term>
     66        <term><parameter>-G</parameter></term>
    7567        <listitem>
    76           <para>Enable the use of <application>Readline</application> to
    77           improve the line editing feature of bc.</para>
     68          <para>Omit  parts of the test suite that won't work
     69          without a GNU bc present.</para>
    7870        </listitem>
    7971      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.