Saluton Daniel :) Daniel Pena <[email protected]> skribis: > 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. > > I downloaded the ncurses 5.7, but I couldn't still couldn't do > anything...
apt-get install libncurses5-dev Probably it is not the only development package missing in your installation, so you may have to repeat the step above for each missing development package or install the metapackage that installs all development packages (I don't remember the name, try Google). -- Raúl "DervishD" Núñez de Arenas Coronado Linux Registered User 88736 | http://www.dervishd.net It's my PC and I'll cry if I want to... RAmen! -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
