In article <1992Feb20.164357.23190 at bronze.ucs.indiana.edu>, gilbertd at sunflower.bio.indiana.edu (Don Gilbert) writes:
> - - - - - - - - - - - - - - - - - - - - - - - - - -
>> For those of you making the curses client on a Silicon Graphics
> with Irix version 4.x, edit the file "conf.h" to look like this:
>...
>> And edit the "Makefile" to look like this:
>...
> CCFLAGS = -g -cck -DGOPHERHELP=\"$(HELPFILE)\" \
CCFLAGS = -g -cckr -DGOPHERHELP=\"$(HELPFILE)\" \
^^^^^
...
> --
> Don Gilbert gilbert at bio.indiana.edu> biocomputing office, biology dept., indiana univ., bloomington, in 47405
Just a typo spelling. cckr is from cc according to K&R versus cc ANSI.
Reinhard