diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 20:26:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-21 20:26:57 +0000 |
commit | ec8e3a58d8d653fafef2c47de08cfae081310310 (patch) | |
tree | 0d2d968f9bd9441f818015577e751963df217a4c /chapter06 | |
parent | 0d95ff98b6a6106de1824122c69b83a43fe3966c (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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc-2953-inst.xml | 6 |
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> |