diff options
Diffstat (limited to 'prologue/hostreqs.xml')
-rw-r--r-- | prologue/hostreqs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 74cb9e573..7dbee1f60 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -61,7 +61,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Gcc-4.1.2</emphasis> (Versions + <para><emphasis role="strong">GCC-4.1.2</emphasis> (Versions greater than &gcc-version; are not recommended as they have not been tested)</para> </listitem> @@ -170,6 +170,7 @@ if [ -e /usr/bin/awk ]; else echo "awk not found"; fi gcc --version | head -n1 +g++ --version | head -n1 ldd --version | head -n1 | cut -d" " -f2- # glibc version grep --version | head -n1 gzip --version | head -n1 |