Subject: Re: compiling simple stuff
To: nm <nmanisca@vt.edu>
From: Perry E. Metzger <perry@piermont.com>
List: port-alpha
Date: 02/23/1998 20:59:18
nm writes:
> i just installed netbsd-1.3 on my alpha here and tried to compile
> the following simple program:

link with -ltermcap.

> 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 :(

Alphas don't do ldconfig -- ELF doesn't operate the same way that
a.out shared libraries do.

.pm