Re: failure to compile on mips-sgi6.5
"William S." <[email protected]> Sat, 13 Dec 2003 15:01:58 +0100
| Newsgroups | gmane.comp.lang.haskell.nhc.user |
|---|---|
| Message-ID | <[email protected]> |
Malcolm, Appreciate your patience. Made the correction; Did a gmake clean; configure; and gmake. Got as far as here: gmake[2]: Leaving directory `/usr/people/wstan/nhc98-1.16/src/runtime/Mk' cp /usr/people/wstan/nhc98-1.16/targets/mips-IRIX6/obj/runtime/Kernel/Runtime.a /usr/people/wstan/nhc98-1.16/lib/mips-IRIX6 ar r /usr/people/wstan/nhc98-1.16/lib/mips-IRIX6/Runtime.a /usr/people/wstan/nhc98-1.16/targets/mips-IRIX6/obj/runtime/Integer/*.o /usr/people/wstan/nhc98-1.16/targets/mips-IRIX6/obj/runtime/Builtin/*.o /usr/people/wstan/nhc98-1.16/targets/mips-IRIX6/obj/runtime/Mk/*.o ranlib /usr/people/wstan/nhc98-1.16/lib/mips-IRIX6/Runtime.a gmake[1]: ranlib: Command not found gmake[1]: *** [install] Error 127 gmake[1]: Leaving directory `/usr/people/wstan/nhc98-1.16/src/runtime' gmake: *** [targets/mips-IRIX6/runtime] Error 2 On Sat, Dec 13, 2003 at 01:47:49PM +0000, Malcolm Wallace wrote: > "William S." <[email protected]> writes: > > > gcc -c -I../Kernel -I/usr/people/wstan/nhc98-1.16/include -O3 -DHIGH_BYTE_FIRST -o /usr/people/wstan/nhc98-1.16/targets/mips-IRIX6/obj/runtime/Integer/alloca.o alloca.c > > alloca.c: In function `alloca': > > alloca.c:7: error: too many arguments to function `abort' > > Apparently the call to abort(-1) should be simply abort() with no > arguments. > -- Bill Amsterdam, NL