bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses problem on solaris 2.8


From: Thomas Dickey
Subject: Re: ncurses problem on solaris 2.8
Date: Sun, 15 Oct 2000 13:31:29 -0400

On Fri, Oct 13, 2000 at 11:30:18AM -0700, George Goffe wrote:
> 
> Hi there,
> 
> I'm building (or trying) ncurses-5.1 on a solaris 2.8 system and have
> probably misconfigured something because I'm getting the following errors
> (see below). Can you look at the log and let me know please?
> 
> Here's a snapshot  of the problem I'm seeing:
> 
> gcc ../obj_s/tic.o ../obj_s/dump_entry.o -L../lib -L/usr/lsd/lib -lncurses
> -ltinfo      -o tic
> Undefined                       first referenced
>  symbol                             in file
> can_clear_with                      ../lib/libncurses.so

that's declared in ncurses/tty/tty_update.c, as a static inline function, and
only referenced in that module.  I see you're using the --enable-expanded
option, which I use mainly for testing

(I recall fixing some problems in that a while back:  perhaps the current
patches would fix it).

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]