gowrann
04-05-2002, 08:21 AM
I am trying to install ispell and there is an error re:
** TERMLIB - where to get the termcap library. Should be -ltermcap or
** -lcurses on most systems.
*/
#ifndef TERMLIB
#define TERMLIB "/usr/local/lib/"
#endif
I can't find it on OSX and thus can't map it in the config file, on an install I get an error;
/usr/bin/ld: can't map file: /usr/local/lib/ ((os/kern) invalid argument)
anyone know the answer?
** TERMLIB - where to get the termcap library. Should be -ltermcap or
** -lcurses on most systems.
*/
#ifndef TERMLIB
#define TERMLIB "/usr/local/lib/"
#endif
I can't find it on OSX and thus can't map it in the config file, on an install I get an error;
/usr/bin/ld: can't map file: /usr/local/lib/ ((os/kern) invalid argument)
anyone know the answer?