diff options
Diffstat (limited to 'chapter06/gcc-2953-inst.xml')
-rw-r--r-- | chapter06/gcc-2953-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml index 9d2cc633a..9d4bd5d17 100644 --- a/chapter06/gcc-2953-inst.xml +++ b/chapter06/gcc-2953-inst.xml @@ -19,8 +19,8 @@ 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>Add the compiler's library directory to <filename>ld.so.conf</filename>, +so these libraries can be found at run time:</para> <para><screen><userinput>echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf ldconfig</userinput></screen></para> |