>On Sun, 10 Apr 2011 15:16:01 +0400
>fuflono <fufl...@aol.com> wrote:
>
> Good day.
> (6.19. Ncurses-5.7)
> Say, how to understand this:
> .......
>  Note
> 
> The instructions above don't create non-wide-character Ncurses
> libraries since no package installed by compiling from sources would
> link against them at runtime. If you must have such libraries because
> of some binary-only application or to be compliant with LSB, build
> the package again with the following commands:
> 
> make distclean
> ./configure --prefix=/usr --with-shared --without-normal \
>   --without-debug --without-cxx-binding
> make sources libs
> cp -av lib/lib*.so.5* /usr/lib
> ...................
> I must doing this commands, and then all that was in "6.19.
> Ncurses-5.7" again?
> ---Fuf
> 

No.

There are two sets of Ncurses libraries. One is build and installed by
the main commands. You should be fine with only it. If you need the
other, then you issue these commands. And after you do, you're done
with it. Then you have two sets of Ncurses libraries. You can go on
with the build.

-- 
-Aleksandar Kuktin
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to