home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!usc!rpi!utcsri!csri.toronto.edu!byu
- Newsgroups: comp.lang.prolog
- From: byu@csri.toronto.edu (Benjamin Yu)
- Subject: Re: another SBPROLOG Question.
- Message-ID: <1992Aug14.081908.1454@jarvis.csri.toronto.edu>
- Organization: CSRI, University of Toronto
- References: <1992Aug14.111540.10239@src.umd.edu>
- Date: 14 Aug 92 12:19:08 GMT
- Lines: 10
-
- Isn't there a shell script somewhere that sets the environment variable
- SBPDIR, VERSION, MEMORY, SIMPATH? What you need is:
-
- set SBPDIR=~/SBProlog
- set VERSION='Version 3.0'
- set MEMORY=1000000
- setenv SIMPATH $SBPDIR/lib:$SBPDIR/modlib:$SBPDIR/cmplib:
- $SBPDIR/sim/sbprolog -m $MEMORY $SBPDIR/modlib/\$readloop
-
- Benjamin Yu
-