diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 19:12:19 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 19:12:19 +0000 |
commit | b175687da8cddb861ee6725d52391ee829e10ad8 (patch) | |
tree | e044e8f92c91e099cfa6551d8aad58531c179df0 /chapter06/ncurses-inst.xml | |
parent | b3b1237674bb1bc75afd3bbbe3eea0f35bceb312 (diff) |
More from Zack: Ncurses symlinks fixes, procps removal of XSCPT=, --without-debug for ncurses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 65856f312..8a56f31e4 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -7,7 +7,8 @@ <para>Prepare Ncurses to be compiled:</para> -<para><screen><userinput>./configure --prefix=/usr --with-shared</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/usr --with-shared && + --without-debug</userinput></screen></para> <para>Continue with compiling the package:</para> @@ -30,8 +31,7 @@ where they're expected to reside:</para> <filename>/lib</filename>, a few symlinks are currently pointing towards non-existing files. Recreate those symlinks:</para> -<para><screen><userinput>ln -sf libncurses.a /usr/lib/libcurses.a && -ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so && -ln -sf ../../lib/libncurses.so.5 /usr/lib/libcurses.so</userinput></screen></para> +<para><screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so && +ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen></para> </sect2> |