[net.micro.att] curses on the 7300

3215sc@mtuxn.UUCP (S.COFFIN) (04/08/86)

>> Running the 3.0 development set on my UNIX PC, I recently tried to compile
>> and link the "battleship" sources which appeared under (I think) mod.sources
>> and I got quite a list of undefined symbols, all coming *out* of the curses
>> library.
>
>Unixpc 2.0 curses is a subset of the real curses, the subset is
>called Mini-curses.  I think 3.0 is still running Mini-curses.
>Since it is a subset, a lot of the functions are not included.

To compile with full termcap (pre-terminfo) curses on the 7300, use
		ld $(OBJS) -lcurses -ltermlib
This does not use the shared library, which is primarily intended for
the TAM subset of curses.