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