[Clfs-commits] commit: r3848 - /trunk/BOOK/prologue/common/hostreqs.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 1 15:21:24 PST 2008


Author: jciccone
Date: Tue Jan  1 23:21:23 2008
New Revision: 3848

Log:
Update the host system requirements page. Add ncurses and bison. as well as fix the script that prints the binutils version.

Modified:
    trunk/BOOK/prologue/common/hostreqs.xml

Modified: trunk/BOOK/prologue/common/hostreqs.xml
==============================================================================
--- trunk/BOOK/prologue/common/hostreqs.xml (original)
+++ trunk/BOOK/prologue/common/hostreqs.xml Tue Jan  1 23:21:23 2008
@@ -28,6 +28,10 @@
       <para><emphasis role="strong">Binutils-2.12</emphasis> (Versions
       greater than &binutils-version; are not recommended as they have
       not been tested)</para>
+    </listitem>
+
+    <listitem>
+      <para><emphasis role="strong">Bison-1.875</emphasis></para>
     </listitem>
 
     <listitem>
@@ -76,6 +80,10 @@
     </listitem>
 
     <listitem>
+      <para><emphasis role="strong">Ncurses-5.3</emphasis></para>
+    </listitem>
+
+    <listitem>
       <para><emphasis role="strong">Patch-2.5.4</emphasis></para>
     </listitem>
 
@@ -97,7 +105,8 @@
 # Simple script to list version numbers of critical development tools
 
 bash --version | head -n1 | cut -d" " -f2-4
-echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
+echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
+bison --version | head -n1
 bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
 echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
 diff --version | head -n1
@@ -108,6 +117,7 @@
 grep --version | head -n1
 gzip --version | head -n1
 make --version | head -n1
+tic -V
 patch --version | head -n1
 sed --version | head -n1
 tar --version | head -n1</literal>




More information about the Clfs-commits mailing list