Subject: library list?
To: None <port-mac68k@netbsd.org>
From: karl vossen <karl.vossen@pandora.be>
List: port-mac68k
Date: 03/22/2002 13:18:25
Hi there,

a few days ago i posted this question concerning an undefined symbol, 
no reaction.
i went on searching and found (among other things that didnt work) 
this in de documentation:

Whenever I compile a program using iostreams with g++, I get this 
error: /usr/libexec/ld.so: Undefined symbol "_tgetstr" in
testprog: How can I fix this? (top)

        From Jason Thorpe (thorpej@nas.nasa.gov):

               This is a really lame bug in libg++ (well, that 
happened to interact
               strangely with a lame bug in the NetBSD shared lib 
implementation).

               Add -ltermcap to the end of the library list.

Now I would be glad to give this a try since this is exactly my kind 
of error, but I don't know what nor where this library list is.

thanks,
karl.
--