aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc-2953-inst.xml6
1 files changed, 6 insertions, 0 deletions
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>