Author: matthew
Date: 2012-02-11 08:24:53 -0700 (Sat, 11 Feb 2012)
New Revision: 9741
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/createfiles.xml
Log:
Fix an ICA issue by creating /usr/lib/libstdc++.la early in chapter 6.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-02-11 15:23:53 UTC (rev 9740)
+++ trunk/BOOK/chapter01/changelog.xml 2012-02-11 15:24:53 UTC (rev 9741)
@@ -41,6 +41,10 @@
<para>2012-02-11</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Create /usr/lib/libstdc++.la early in chapter 6 to
+ fix an ICA issue. Thanks to Pierre Labastie for the patch.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to GMP-5.0.4. Fixes
<ulink url="&lfs-ticket-root;3017">#3017</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/createfiles.xml
===================================================================
--- trunk/BOOK/chapter06/createfiles.xml 2012-02-11 15:23:53 UTC (rev
9740)
+++ trunk/BOOK/chapter06/createfiles.xml 2012-02-11 15:24:53 UTC (rev
9741)
@@ -43,6 +43,7 @@
ln -sv /tools/bin/perl /usr/bin
ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib
+sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la
ln -sv bash /bin/sh</userinput></screen>
<para>A proper Linux system maintains a list of the mounted file systems in
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page