~jnw/interviews
. To use it you must add the following
lines to the end of your .cshrc file:
Recall that if you want the effect of these commands to be available form the shell from which you edit your .cshrc file, you must execute the following commands:# To get access to jnw's interviews installation setenv CPU SUN4 setenv MANPATH /cis/homes/jnw/interviews/man:$MANPATH set path=($path /cis/homes/jnw/interviews/bin/$CPU)
To make an interviews executable you must have an Imakefile (one is supplied in the solitaire directory). You make a real Makefile from an Interviews Imakefile by executing the following command:source ~/.cshrc rehash
You can get information on ivmkmf by executingivmkmf -a
man ivmkmf
.
When you successully run make
on an Interviews makefile,
your object code is left in the directory SUN4/a.out in the directory
you've created.