Finding out what versions of Sicstus are available under Solaris

module avail 

Making Sicstus 3.x.y available to the shell at NADA

Give this command to the shell (once you figured out that it is available):

module add sicstus/3.x.y

Starting Sicstus 3.x.y from the shell at NADA

After doing the above, give this command to the shell:

sicstus

Starting Sicstus 3.x.y from NADA and IMIT

Preparing the shell environment

Give these commands to the shell:

setenv SICSTUSHOME /afs/it.kth.se/misc/packages/sicstus-3.x  (replace this with something suitable)
setenv SP_PATH ${SICSTUSHOME}/lib
setenv PATH ${SICSTUSHOME}/bin:${PATH}
setenv MANPATH ${SICSTUSHOME}/man:${MANPATH}
setenv INFOPATH ${SICSTUSHOME}/info:${INFOPATH} (only do this if INFOPATH is already defined)
setenv INFOPATH ${SICSTUSHOME}/info (do this instead if INFOPATH is not already defined)

Starting Sicstus from the shell

Give this command to the shell:

sicstus

Preparing Emacs for using SICStus inside Emacs

see SICStus manual for this information: SICStus Prolog manual


Thomas Sjöland, sjoland@it.kth.se
Latest update 28 Aug 2002