Subject: g++ still broken in 1.3.1?
To: None <port-pmax@NetBSD.ORG>
From: Chris Jones <cjones@honors.montana.edu>
List: port-pmax
Date: 04/27/1998 14:10:11
I've finally gotten around to upgrading to 1.3.1 from 1.3, and g++ seems
to not work.

Script started on Mon Apr 27 14:09:09 1998
mathfs:/usr/user1/cjones> cat foo.cc
main(){return(0);}
mathfs:/usr/user1/cjones> g++ foo.cc -o foo
/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'
mathfs:/usr/user1/cjones> exit
exit

Script done on Mon Apr 27 14:09:27 1998

What am I doing wrong?

Chris

-------------------------------------------------------------------------------
Chris Jones                                      cjones@rupert.oscs.montana.edu
           Mad scientist in training...
"Is this going to be a stand-up programming session, sir, or another bug hunt?"