Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 sysV2.2-beta 6/6/85; site mrstve.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!pucc-j!pucc-h!pur-phy!mrstve!rjk From: rjk@mrstve.UUCP (Richard Kuhns) Newsgroups: net.micro.att Subject: Re: Dagnab ATTIS "sort of" UNIX Message-ID: <236@mrstve.UUCP> Date: Sat, 5-Apr-86 15:44:19 EST Article-I.D.: mrstve.236 Posted: Sat Apr 5 15:44:19 1986 Date-Received: Thu, 10-Apr-86 21:18:14 EST References: <24@kosman.UUCP> Reply-To: rjk@mrstve.UUCP (Richard Kuhns) Organization: Mr sTVe's, Lafayette IN Lines: 28 Keywords: development system 3.0 What is currently running on the 7300/3b1 is UNIX, it's just not Release 2. Based on my past experience, here's what happened: 1) Up to, but not including, Release 2, `curses' and the termcap database were 2 seperate entities. libtermcap.a had all the *low-level* functions, while libcurses.a had all the higher level functions. The high level functions in libcurses.a depended on the functions in libtermcap.a, so to compile a program using curses you have to include -lcurses -ltermcap IN THAT ORDER when you compile. 2) In Release 2, all (as far as I know) of the functions formerly in libtermcap.a were included in libcurses.a, making libtermcap.a unneeded. To summarize: System V, Release 2: cc -o battle battle.c -lcurses System V, Release ?: cc -o battle battle.c -lcurses -ltermcap (7300/3b1, whatever it is) Hope this helps. -- Rich Kuhns {ihnp4, decvax, etc...}!pur-ee!pur-phy!mrstve!rjk