From 2f94d109cb51b551e354368b659d7a511f9beccc Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Mon, 18 Sep 2006 14:25:29 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/createfiles.xml | 1 + general.ent | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 391b9365c..716995117 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,17 @@ --> + + 2006-09-18 + + + [dnicholson] - Added symlinks to the temporary libstdc++ + in the Essential Symlinks section. These are needed by + Glibc-2.4. + + + + 2006-09-17 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 @@ 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 A proper Linux system maintains a list of the mounted file systems in diff --git a/general.ent b/general.ent index fa5050628..438295f09 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +