[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] help with lib
- Subject: [ale] help with lib
- From: esoteric at 3times25.net (Geoffrey)
- Date: Tue Jan 25 20:57:36 2005
- In-reply-to: <008301c50335$91bc6480$bb00a8c0@Ringo>
- References: <008301c50335$91bc6480$bb00a8c0@Ringo>
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