mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
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:
parent
0d95ff98b6
commit
ec8e3a58d8
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user