Subject: compiling simple stuff
To: None <port-alpha@NetBSD.ORG>
From: nm <nmanisca@vt.edu>
List: port-alpha
Date: 02/23/1998 19:55:00
i just installed netbsd-1.3 on my alpha here and tried to compile
the following simple program:
#include <iostream.h>
void main() {
int x=0;
cout << x++ << x++ << x++ << endl;
}
g++ doh.C yeilds:
/usr/lib/libcurses.so.2: undefined reference to `tgetnum'
/usr/lib/libcurses.so.2: undefined reference to `tgoto'
/usr/lib/libcurses.so.2: undefined reference to `tgetflag'
/usr/lib/libcurses.so.2: undefined reference to `tputs'
/usr/lib/libcurses.so.2: undefined reference to `tgetent'
/usr/lib/libcurses.so.2: undefined reference to `tgetstr'
and i noticed that ldconfig is not installed on the system :(
any ideas?
thanks
nick