larry@titan.tsd.arlut.utexas.edu (Larry Maturo) (12/07/90)
I have downloaded the DEC Modula-3 distribution from gatekeeper.dec.com and am trying to install it on the SUN. I get to the $make system part okay. When I do a make SPARC it gets hung up trying to make their version of imake. The command in the make file is $$cc when in other parts of the make file $(CC) is used. I changed this and got past this problem. It then does a lot of work and finally crashes in imake because it is unable to "exec .". I don't know enough about make, imake, makefiles, imakefiles and the execs to understand what is going on. Has anyone got this running on a SPARC 1+ recently?