CIS 4930 Section 0998X

Object-Oriented Programming

The package Interviews has been made and installed in file ~jnw/interviews. To use it you must add the following lines to the end of your .cshrc file:
# 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)
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:
source ~/.cshrc rehash
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:
ivmkmf -a
You can get information on ivmkmf by executing 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.


This document is copyright 1996 by Joseph N. Wilson.