diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-09-18 14:25:29 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-09-18 14:25:29 +0000 |
commit | 2f94d109cb51b551e354368b659d7a511f9beccc (patch) | |
tree | 199f7e0b4713e85998194550cc2cfa65ad2f38b2 /chapter06 | |
parent | 5e8385c61042cdcf71ea0f70965bc90657f0edd8 (diff) |
Added missing symlinks to libstdc++ needed for glibc-2.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 0cfc7596f..c48ebb49a 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -42,6 +42,7 @@ <screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin 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 ln -sv bash /bin/sh</userinput></screen> <para>A proper Linux system maintains a list of the mounted file systems in |