diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses-exp.xml | 6 |
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> |