Koffice

Peter Garrett peter.garrett at optusnet.com.au
Tue Jul 11 18:57:34 UTC 2006


On Tue, 11 Jul 2006 21:56:35 +0530
VIGNESH <vignesh1986 at gmail.com> wrote:
[ big snip]
> 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.
> vignesh at Konqui:~/vim70$

See output below:

 $ apt-file search tgetent
libncurses5-dev: usr/share/man/man3/tgetent.3ncurses.gz

So - I would try installing libncurses5-dev 

You see the advantage of the advice I already gave you? If you compile
stuff blindly like this, you end up having to rerun ./configure each time
it complains about missing libraries ...

Once more with feeling  :   *grin*

Use the  tools!


$ sudo apt-get build-dep vim
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  diffstat gawk libart-2.0-dev libavahi-client-dev libavahi-common-dev
  libavahi-glib-dev libbonobo2-dev libbonoboui2-dev libdbus-1-dev
  libgconf2-dev libgcrypt11-dev libglade2-dev libgnome-keyring-dev
  libgnome2-dev libgnomecanvas2-dev libgnomeui-dev libgnomevfs2-dev
  libgnutls-dev libgpg-error-dev libgpmg1-dev libidl-dev libopencdk8-dev
  liborbit2-dev libperl-dev libtasn1-2-dev python-dev quilt ruby1.8-dev
  tcl8.4-dev
0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
Need to get 7306kB of archives.
After unpacking 23.6MB of additional disk space will be used.
Do you want to continue [Y/n]? n

This isn't even a full list, as I already have quite a few -dev libraries
installed. For instance

$ dpkg -l libncurses5-dev | grep lib
ii  libncurses5-dev 5.5-1ubuntu3   Developer's libraries and docs for
ncurses

So libncurse5-dev is installed  (  ii )

Of course, if you are determined to spend your life searching for
libraries, feel free ;-) I thought that was the kind of thing computers
were better at than humans....

Have fun !

Peter





More information about the ubuntu-users mailing list