aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Heerdink <gimli@linuxfromscratch.org>2002-01-25 17:57:06 +0000
committerMarc Heerdink <gimli@linuxfromscratch.org>2002-01-25 17:57:06 +0000
commit38ce614c2a1fad32f9ab32361090bdeb0a7f8b60 (patch)
tree33581175786ea1fc6a455d8f6e4d909f5136d25e
parent8c469a18da6be096682758a8f876bcd736b9626f (diff)
Rephrased the incomprehensible explanation of "ln -sf ../../lib/libncurses.so etc"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/ncurses-exp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml
index 917f7f86d..03eb49b11 100644
--- a/chapter06/ncurses-exp.xml
+++ b/chapter06/ncurses-exp.xml
@@ -21,9 +21,9 @@ programs try to link using -lcurses instead of -lncurses. This symlink
ensures that such programs will link without errors.</para>
<para><userinput>ln -sf ../../lib/libncurses.so etc:</userinput> These
-links are created because if they aren't, the linker will not find the
-dynamic libraries when linking and so link all programs with the static
-versions.</para>
+symlinks are created so the linker will use the dynamic versions of these
+libraries instead of the static ones, which happens if the linker can't
+find the dynamic versions.</para>
</sect2>