Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/prologue/common/hostreqs.xml

    rfcc84cc r4c107cd  
    7575    </listitem>
    7676
     77   <listitem>
     78     <para><emphasis role="strong">Linux 2.6.32 (Built with GCC 4.1.2 or later)</emphasis></para>
     79   </listitem>
     80
    7781    <listitem>
    7882      <para><emphasis role="strong">Make-3.80</emphasis></para>
     
    127131grep --version | head -n1
    128132gzip --version | head -n1
     133uname -s -r
    129134make --version | head -n1
    130135tic -V
     
    134139makeinfo --version | head -n1
    135140xz --version | head -n1
    136 echo 'main(){}' | gcc -v -o /dev/null -x c - &gt; dummy.log 2>&amp;1
     141echo 'main(){}' | gcc -v -o /dev/null -x c - > dummy.log 2>&amp;1
    137142if ! grep -q ' error' dummy.log; then
    138143  echo "Compilation successful" &amp;&amp; rm dummy.log
Note: See TracChangeset for help on using the changeset viewer.