diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 19:35:12 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 19:35:12 +0000 |
commit | eba5bc10b853f51a8c5258bf4c71aee3169e4009 (patch) | |
tree | 856e2014b1a80612cd8948157286a268a00fcff1 /chapter06/ncurses-exp.xml | |
parent | 58bd3973e36118bd6da705353fca9d1316a5a4e9 (diff) |
[Bug 126] linked ALL dynamic libraries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index fe4ee321b..e67973053 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -20,10 +20,10 @@ properly so we do it manaully instead.</para> programs try to link using -lcurses instead of -lncurses. This symlink ensures that they will install correctly.</para> -<para><userinput>ln -sf ../../lib/libncurses.so:</userinput> This link -is created because if it isn't, the linker will not find the dynamic -library when linking and so link all programs with the static ncurses -library.</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> </sect2> |