Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!husc6!contact!umb!rouilj From: rouilj@umb.umb.edu (John P. Rouillard) Newsgroups: comp.sources.d Subject: SC spreadsheet and the UNIXPC (help) Summary: I need help scrren doesn't show untill exit Message-ID: <767@umb.umb.edu> Date: 31 Mar 89 23:32:11 GMT References: <2980@mhres.mh.nl> Reply-To: rouilj@umb.UUCP (John P. Rouillard) Organization: Dept of Math and CS, UMass Boston. Lines: 50 I am trying to get SC to compile for a UNIXPC. I am using the V.3 option set in the makefile. I have SIMPLE defined. I have added -ltermcap to the library list. I have also changed the following calls: cbreak() -> crmode(); nocbreak() -> nocrmode(); fixterm() -> crmode(); nonl(); noecho(); resetterm() -> nocrmode(); nl(); echo(); I am compiling with yacc, and cc included with the standard development set. I also have bison and gcc available. However, bison produces an alloca instruction that doesn't exist in my libraries so I can't use it. I manage to get it to compile, type sc have the disk spin but no screen shows up. If I type ? i get the help screens and I can move within those. When I type "q" I am left with the last screen that was displayed. When I type "q" from the level that should go to the spreadsheet rather than the help section, I exit but the top of the screen has the regular screen set-up with cell a1 highlighted. Has anybody gotten this to compile. It is a nice program to have on a pc that is used by people dong experimental work that takes numerical analysis. === The opinions expressed above are all mine and belong to nobody else. === John Rouillard U-Mass Boston rouilj@umb.umb.edu Physics Major Harbor Campus husc6!umb!rouilj Physics Department Boston, MA 02125 rouilj%umb.edu@RELAY.CS.NET