From ec8e3a58d8d653fafef2c47de08cfae081310310 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 21 May 2003 20:26:57 +0000 Subject: 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 --- chapter06/gcc-2953-inst.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06/gcc-2953-inst.xml') 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 +Add the lib directory to ld.so.conf so they can be found during +run-time: + +echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf +ldconfig + -- cgit v1.2.3-54-g00ecf