aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-21 20:26:57 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-21 20:26:57 +0000
commitec8e3a58d8d653fafef2c47de08cfae081310310 (patch)
tree0d2d968f9bd9441f818015577e751963df217a4c
parent0d95ff98b6a6106de1824122c69b83a43fe3966c (diff)
added /opt/gcc-2.95.3/lib to /etc/ld.so.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/gcc-2953-inst.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 055cd6452..db0653888 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -78,6 +78,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 21st, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added
+/opt/gcc-2.95.3/lib to the /etc/ld.so.conf file so the libraries can be
+found during run-time.</para></listitem>
+
<listitem><para>May 21st, 2003 [gerard]: Chapter 05 - Gzip: Simplified
commands.</para></listitem>
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml
index 08e735a62..9d2cc633a 100644
--- a/chapter06/gcc-2953-inst.xml
+++ b/chapter06/gcc-2953-inst.xml
@@ -19,5 +19,11 @@ cd ../gcc-2-build
make bootstrap
make install</userinput></screen></para>
+<para>Add the lib directory to ld.so.conf so they can be found during
+run-time:</para>
+
+<para><screen><userinput>echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf
+ldconfig</userinput></screen></para>
+
</sect2>