gcc 3.3 build failure
Ian Lynagh <[email protected]> Thu, 18 Sep 2003 23:14:22 +0100
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, My builds with gcc 3.3 on Linux are segfaulting, e.g. http://buildd.debian.org/fetch.php?&pkg=nhc98&ver=1.16-2&arch=sparc&stamp=1063762426&file=log&as=raw This is using the patch at http://ftp.debian.org/debian/pool/main/n/nhc98/nhc98_1.16-2.diff.gz which I think should be the two non-win32 patches from your website, the asmlong.h patch you committed to CVS, changing abort(-1) to abort() in src/runtime/Integer/alloca.c and protecting a trailing \ in src/prelude/List/Difference.hs with a comment. Also, your build system isn't very clear to me - what is the recommended way to use /usr/bin/gcc-2.95 as the C compiler? Thanks Ian