- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/prologue/common/hostreqs.xml
r4c107cd rfcc84cc 75 75 </listitem> 76 76 77 <listitem>78 <para><emphasis role="strong">Linux 2.6.32 (Built with GCC 4.1.2 or later)</emphasis></para>79 </listitem>80 81 77 <listitem> 82 78 <para><emphasis role="strong">Make-3.80</emphasis></para> … … 131 127 grep --version | head -n1 132 128 gzip --version | head -n1 133 uname -s -r134 129 make --version | head -n1 135 130 tic -V … … 139 134 makeinfo --version | head -n1 140 135 xz --version | head -n1 141 echo 'main(){}' | gcc -v -o /dev/null -x c - >dummy.log 2>&1136 echo 'main(){}' | gcc -v -o /dev/null -x c - > dummy.log 2>&1 142 137 if ! grep -q ' error' dummy.log; then 143 138 echo "Compilation successful" && rm dummy.log
Note:
See TracChangeset
for help on using the changeset viewer.