home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / prolog / 1536 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  692 b 

  1. Path: sparky!uunet!cs.utexas.edu!usc!rpi!utcsri!csri.toronto.edu!byu
  2. Newsgroups: comp.lang.prolog
  3. From: byu@csri.toronto.edu (Benjamin Yu)
  4. Subject: Re: another SBPROLOG Question.
  5. Message-ID: <1992Aug14.081908.1454@jarvis.csri.toronto.edu>
  6. Organization: CSRI, University of Toronto
  7. References: <1992Aug14.111540.10239@src.umd.edu>
  8. Date: 14 Aug 92 12:19:08 GMT
  9. Lines: 10
  10.  
  11. Isn't there a shell script somewhere that sets the environment variable
  12. SBPDIR, VERSION, MEMORY, SIMPATH?  What you need is:
  13.  
  14. set SBPDIR=~/SBProlog
  15. set VERSION='Version 3.0'
  16. set MEMORY=1000000
  17. setenv SIMPATH $SBPDIR/lib:$SBPDIR/modlib:$SBPDIR/cmplib:
  18. $SBPDIR/sim/sbprolog -m $MEMORY $SBPDIR/modlib/\$readloop
  19.  
  20. Benjamin Yu
  21.