diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:24:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:24:53 +0000 |
commit | e844aee20acd5bbf0f621359dee02d8bebe1d524 (patch) | |
tree | 9336135ae183f99c9d0bcc414d8fc82eb1592083 | |
parent | fbac56f1b28f725250e76e08b5cc8397164286c4 (diff) |
Fix an ICA issue by creating /usr/lib/libstdc++.la early in chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/createfiles.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4ec057186..d847ca95e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 00f28e236..663b94b36 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -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 |