In article <9202192149.AA01745 at alize.ERE.UMontreal.CA>, coady at ERE.UMontreal.CA (Coady Michael) writes:
> Hello all,
> mainframe running Irix. I've FTP'd the necessary Unix gopher files and
Next,
% uncompress gopher0.7.tar.Z
% tar -xvof gopher0.7.tar
You should have a directory which looks like mine
<102 biox /biocomputing/doelz> ls
gopher0.7/ gopher0.7.tar
Now
% cd gopher0.7/client
% jot Makefile
You might want to adopt BINDIR and HELPFILE to your site specific
environment.
Uncomment the line with IRIS in it so that it reads
MACHDEFS= -DIS_A_IRIS
If you run the > 4.0 IRIX you need to modify the lines with the CCFLAGS in it
to be
CCFLAGS = -cckr -g -DGOPHERHELP ... etc
^ ^ ^
This flag is new
Check that
LIBS = -lcurses -lm
exit jot, and type
% make
There should be a file showing up which is called 'gopher'.
Next, to be sure that the keyboard does what you want,
% setenv TERM vt100
and the keypad of the IRIS keyboard will have the cursors on it.
% gopher
and you're done.
If you like it, su and install it, but IRIX make doesn't know about install
and you need to replace the 'install -c' lines in the Makefile with a blunt
'cp' .
Hope this helps. It is working rather smoothly on SGI but if you
log in via network you might need to use poor man's curses
by typing the numbers of the items.
Regards
************************************************************************
Dr. Reinhard Doelz * EAN doelz at urz.unibas.ch
Biocomputing * DECNET 20579::48130::doelz
Biozentrum der Universitaet * X25 psi%022846211142::embnet
Klingelbergstrasse 70 * FAX x41 61 261- 6760
CH 4056 Basel * TEL x41 61 267- 2076 or 2247
************************************************************************