Re: failure to compile on mips-sgi6.5
Malcolm Wallace <[email protected]> Sat, 13 Dec 2003 13:47:49 +0000
| Newsgroups | gmane.comp.lang.haskell.nhc.user |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
"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. Regards, Malcolm