Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!BRL.MIL!moss From: moss@BRL.MIL ("Gary S. Moss", VLD/VMB) Newsgroups: comp.sys.sgi Subject: Re: how to compile jove? Message-ID: <8904241032.aa15099@VMB.BRL.MIL> Date: 24 Apr 89 14:32:50 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 9 If your sources are like mine, there should be a set of System V configuration switches in the lower-level Makefile. I believe that this is what you want for the Iris, at least it works on IRIS 4D/60T running IRIX 3.1. Below is what the relevant portion of mine looks like; your sources may vary: # For System 5 CC = cc CFLAGS= -O -DSYS5 -Dindex=strchr -Drindex=strrchr LB= -lcurses