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 /chapter06/createfiles.xml | |
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
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |