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
This commit is contained in:
Gerard Beekmans 2003-05-21 20:26:57 +00:00
parent 0d95ff98b6
commit ec8e3a58d8
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>