Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site mtuxn.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!mtuxo!mtuxn!3215sc From: 3215sc@mtuxn.UUCP (S.COFFIN) Newsgroups: net.micro.att Subject: Re: curses on the 7300 Message-ID: <783@mtuxn.UUCP> Date: Tue, 8-Apr-86 08:50:37 EST Article-I.D.: mtuxn.783 Posted: Tue Apr 8 08:50:37 1986 Date-Received: Thu, 10-Apr-86 06:59:37 EST Organization: AT&T Information Systems, Holmdel NJ Lines: 13 >> 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.