what is exactly the name of the library i have to install?

i tried sudo apt get install ncurses-term or ncurses-base etc...but no
luck..

cheers

On Dec 17, 9:19 am, Marc Weber <marco-owe...@gmx.de> wrote:
> Excerpts from ale's message of Fri Dec 17 00:05:12 +0100 2010:
>
> > checking --with-tlib argument... empty: automatic terminal library
> > selection
> > checking for tgetent in -lncurses... no
> > checking for tgetent in -ltermlib... no
> > checking for tgetent in -ltermcap... no
> > checking for tgetent in -lcurses... no
> > no terminal library found
> > checking for tgetent()... configure: error: NOT FOUND!
> >       You need to install a terminal library; for example ncurses.
> >       Or specify the name of the library with --with-tlib.
>
> If configuring fails you don't have to try make or make install
> This configuring could be triggered by make though.
>
> > no terminal library found
> > checking for tgetent()... configure: error: NOT FOUND!
> >       You need to install a terminal library; for example ncurses.
> >       Or specify the name of the library with --with-tlib.
>
> This is a serious error: you must install dev libraries of one of the
> libraries:
>
> > checking for tgetent in -lncurses... no
> > checking for tgetent in -ltermlib... no
> > checking for tgetent in -ltermcap... no
> > checking for tgetent in -lcurses... no
>
> and retry. Maybe you're missing more than that. But that's the obvious
> reason why configure failed.
>
> Marc Weber

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to