Re: nhc98 garbage collection core dumps and build problems
Olaf Chitil <[email protected]> Wed, 28 Jul 2004 17:14:45 +0100
| Newsgroups | gmane.comp.lang.haskell.nhc.user |
|---|---|
| Message-ID | <[email protected]> |
>What compiler are you building with? Which versions of Solaris and >underlying gcc? My overnight builds on Solaris 9 with gcc-2.95.2, >ghc-6.2.1 and nhc98 itself all seem to work OK - at least nhc98 is >capable of bootstrapping itself. > > Thanks, Malcolm. I fell into the old trap, using gcc 3.3.3. Switching to gcc 2.95.3 solved the problem. I didn't see any warning about this on the webpages, maybe even configure should reject this gcc? By the way, I use Solaris 5.9 and build with ghc-6.2. Ciao, Olaf