[nhc-users] failure to compile on mips-sgi6.5

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Wed Dec 17 11:11:12 EST 2003


"William S." <wstan at xs4all.nl> writes:

> [64-bit mips]
> I was looking here to see if there would be a way
> around that, but nothing looks promising:
> 
> http://freeware.sgi.com/howto.html

Thanks for the pointer.  One final thing to try, suggested by that
page.  Use the SGI C compiler in 32-bit compatibility mode.
After "./configure", but before "gmake basic", edit the configuration
file at
    lib/mips-irix6/config
changing the line
    CC=gcc
to
    CC="cc -32"

Regards,
    Malcolm


More information about the Nhc-users mailing list