Re: failure to compile on mips-sgi6.5

Malcolm Wallace <[email protected]> Sat, 13 Dec 2003 17:20:55 +0000
Newsgroups gmane.comp.lang.haskell.nhc.user
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
> Got as far as here:
> 
> ranlib /usr/people/wstan/nhc98-1.16/lib/mips-IRIX6/Runtime.a
> gmake[1]: ranlib: Command not found

If ranlib doesn't exist on your system, then it is safe to omit
this step.  Simply remove or comment out the 'ranlib' line in the
files src/runtime/Makefile, and src/prelude/Makefile.

Regards,
    Malcolm