aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/createfiles.xml1
-rw-r--r--general.ent4
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
@@ -36,6 +36,17 @@
</listitem>
-->
<listitem>
+ <para>2006-09-18</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Added symlinks to the temporary libstdc++
+ in the Essential Symlinks section. These are needed by
+ Glibc-2.4.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2006-09-17</para>
<itemizedlist>
<listitem>
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
diff --git a/general.ent b/general.ent
index fa5050628..438295f09 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060917">
-<!ENTITY releasedate "September 17, 2006">
+<!ENTITY version "SVN-20060918">
+<!ENTITY releasedate "September 18, 2006">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->