diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-22 02:53:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-22 02:53:21 +0000 |
commit | d76a82b22f2ead190d6382c758f948c18d921d17 (patch) | |
tree | 86c9bdc24679ffa305fec2a3e4b580d8c14c7126 /chapter02 | |
parent | 98d90032d07f4588d29e2c7f6619f77d312ffa57 (diff) |
Update to automake-1.15.1.
Update to expat-2.2.1.
Update to psmisc-23.1.
Update to linux-4.11.5.
Remove unneeded library check in host requirements.
Fix typos in acl and sed pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/hostreqs.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 5e92f8a8b..2848876d8 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -64,7 +64,7 @@ <para><emphasis role="strong">GCC-4.7</emphasis> including the C++ compiler, <command>g++</command> (Versions greater than &gcc-version; are not recommended as they have not been tested)</para> - +<!-- <note><para>On some distributions, there have been reports that some libraries used by gcc can be in an inconsistent state and that this interferes with building some LFS packages. To check this, look in @@ -73,7 +73,7 @@ one or two. If the problem exists on your system, either rename or delete the .la files or install the appropriate missing package.</para></note> - +--> </listitem> <listitem> @@ -221,7 +221,7 @@ rm -f dummy.c dummy</literal> EOF bash version-check.sh</userinput></screen> - +<!-- <para>Also check for some library consistency:</para> <screen role="nodump"><userinput>cat > library-check.sh << "EOF" @@ -237,7 +237,6 @@ bash library-check.sh</userinput></screen> <para>The files identified by this script should be all present or all absent, but not only one or two present.</para> +--> - -<!--</sect2>--> </sect1> |