Re: failure to compile on mips-sgi6.5
"William S." <[email protected]> Wed, 17 Dec 2003 23:50:17 +0100
| Newsgroups | gmane.comp.lang.haskell.nhc.user |
|---|---|
| Message-ID | <[email protected]> |
Malcolm, Got new source and applied the patch. Then ./configure and edited the file. # gmake basic Makefile:283: warning: overriding commands for target `-32"' Makefile:279: warning: ignoring old commands for target `-32"' Makefile:289: warning: overriding commands for target `-32"' Makefile:283: warning: ignoring old commands for target `-32"' Makefile:295: warning: overriding commands for target `-32"' Makefile:289: warning: ignoring old commands for target `-32"' Makefile:301: warning: overriding commands for target `-32"' Makefile:295: warning: ignoring old commands for target `-32"' Makefile:304: warning: overriding commands for target `-32"' Makefile:301: warning: ignoring old commands for target `-32"' Makefile:307: warning: overriding commands for target `-32"' Makefile:304: warning: ignoring old commands for target `-32"' Makefile:311: warning: overriding commands for target `-32"' Makefile:307: warning: ignoring old commands for target `-32"' gmake: *** No rule to make target `basic-gcc', needed by `basic'. Stop. On Wed, Dec 17, 2003 at 11:11:12AM +0000, Malcolm Wallace wrote: > "William S." <[email protected]> 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" > -- Bill Amsterdam, NL