mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
8c469a18da
commit
38ce614c2a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user