Ignore:
Timestamp:
May 27, 2013, 12:57:25 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ac7bee4
Parents:
cd3d9286
Message:

Add g++ to hostreqs script.

File:
1 edited

Legend:

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

    rcd3d9286 rbf29aac  
    5656
    5757    <listitem>
    58       <para><emphasis role="strong">GCC 4.1</emphasis> (Versions
    59       greater than &gcc-version; are not recommended as they have not
    60       been tested)</para>
     58      <para><emphasis role="strong">GCC</emphasis> and the C++ compiler,
     59      <command>g++</command> (Versions greater than &gcc-version; are not
     60      recommended as they have not been tested)</para>
    6161    </listitem>
    6262
     
    127127gawk --version | head -n1
    128128gcc --version | head -n1
     129g++ --version | head -n1
    129130ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7
    130131grep --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.