Subject: Re: Trouble with g++ linking
To: None <mike.long@analog.com>
From: Colin Wood <ender@mycroft-holmes.brown.rice.edu>
List: netbsd-help
Date: 03/03/1997 19:55:39
>
> >/usr/libexec/ld.so: Undefined symbol "_tgetstr" in\
> > xkobo:/usr/lib/libcurses.so.2.1
>
> >The problem is that the xkobo source is in C++. Apparently, any program
> >compiled and linked with g++ exhibits this behaviour (I just tried a Hello
> >World and it did the same thing).
> >
> >So, has anyone figured out how to fix this one?
>
> I don't think this has anything to do with g++. If you link against
> -lcurses, you must also include -ltermlib.
Yeah, that was the problem. Thanks!
Later,
Colin Wood
ender@rice.edu