[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] help with lib



ringo wrote:
> Using SUSE 9.2
> 
> I'm trying to compile a c program that uses the curses lib, but I get
> the error "Cannot find -lcurses"
> I went to Yast and searched for "curse" and installed everything
> related, including:
> Cdk	the runtime for the curses devel kit
> Ncurses New curses lib
> Ncurses devel

Does /usr/lib/libncurses.a exist?

I think this is what it's looking for.

What does the following return:

ldconfig -v |grep libncurses

-- 
Until later, Geoffrey