aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-09-12 08:06:35 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-09-12 08:06:35 +0000
commitd50ea9dac44539adcd770ab54b0528692c1d9282 (patch)
tree8ff7a97009b8a7c581372dc9dbe9421c16deac14 /chapter01
parent6e8fc7d1996534dff1a06687e630c1f01aaf832f (diff)
Fixed a breakage that occured from the last commit altering startfile_prefix_spec. Forcing /usr/lib as the search path exposed the need to symlink an additional lib from /tools to /usr/lib, as reported and trouble-shot on IRC.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4158 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4a8c0c301..3fee0f266 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -93,6 +93,13 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>September 11th, 2004 [jeremy]: A problem was reported on IRC
+where after locking in glibc chapter 6, gcc would no longer function properly
+due to a missing libgcc_s library. In troubleshooting, it was found that this
+occured because only the .so.1 library was linked from /tools to /usr/lib at
+the start of chapter 6. Added a symlink of libgcc_s.so to the createfiles
+page in chapter 6.</para></listitem>
+
<listitem><para>September 10th, 2004 [jeremy]: Modified the instructions to
lock in glibc in Chapter 6, modifying the startfile_prefix_spec parameter in
the gcc specs file. Thanks to Greg Schafer for pointing out this problem, and