Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site whuts.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!houxm!whuxl!whuts!paul From: paul@whuts.UUCP (HO) Newsgroups: net.micro.att Subject: Re: Dagnab ATTIS "sort of" UNIX Message-ID: <669@whuts.UUCP> Date: Mon, 7-Apr-86 10:25:04 EST Article-I.D.: whuts.669 Posted: Mon Apr 7 10:25:04 1986 Date-Received: Wed, 9-Apr-86 22:40:53 EST References: <24@kosman.UUCP> Organization: AT&T Bell Laboratories Lines: 15 Kevin O'Gorman wrote: > 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. I had the same problem when I tried to compile rogue, lots of undefined symbols. What I did was to compile the real curses, and get rid of the Mini-curses. Paul Ho