Giuliano P Procida <[EMAIL PROTECTED]> writes: > > No improvement, I'm afraid. > > On Tue, May 18, 1999 at 01:16:01AM -0700, Sigbjorn Finne > (Intl Vendor) wrote: > > The fflush in shutdownHaskell() should not be required any longer - > > the behaviour it purports to work around is a non-issue to us now. > > > > Removing it and recompiling the RTS you're linking hsc with may > > just be a quicker plan of attack.. > > Easier said than done... it was a while before I realised > that removing the fflush and typing make just wasn't going to > hack it. This is because hsc is linked against the installed > libHSrts (argh! scream!) rather than the one just re-built. > The build remakes the fresh rts lib and re-links against the > old one -- almost certainly not what is intended. > That's the way it should be, really - how do you expect to successfully combine 4.03's RTS with ghc/compiler/ sources that has been compiled with 3.02 (say)? The RTS and the compiled code needs to agree 100% on the layout of heap objects, for example. If they don't, well, then you get crashes such as the one you're now experiencing with 'hsc' ;-) Sorry if this suggestion caused you more work - the opposite was my intention. --sigbjorn
RE: ghc 4.02 compilation failure (linux i386 glibc)
Sigbjorn Finne (Intl Vendor) Tue, 18 May 1999 19:19:06 +0200 (MET DST)
- ghc 4.02 compilation failure (linux i386 glib... Giuliano P Procida
- RE: ghc 4.02 compilation failure (linux ... Sigbjorn Finne (Intl Vendor)
- Re: ghc 4.02 compilation failure (li... Giuliano P Procida
- Re: ghc 4.02 compilation failure (li... Giuliano P Procida
- RE: ghc 4.02 compilation failure (linux ... Sigbjorn Finne (Intl Vendor)
- Re: ghc 4.02 compilation failure (li... Giuliano P Procida
- RE: ghc 4.02 compilation failure (linux ... Sigbjorn Finne (Intl Vendor)
- Re: ghc 4.02 compilation failure (li... Giuliano P Procida
- Re: ghc 4.02 compilation failure (linux ... Sigbjorn Finne (Intl Vendor)
- Re: ghc 4.02 compilation failure (li... Giuliano P Procida
- RE: ghc 4.02 compilation failure (linux ... Kevin Glynn
- Re: ghc 4.02 compilation failure (linux ... Giuliano P Procida
- Re: ghc 4.02 compilation failure (linux ... Giuliano P Procida
- Re: ghc 4.02 compilation failure (li... Giuliano P Procida
- RE: ghc 4.02 compilation failure (linux ... Simon Marlow
- RE: ghc 4.02 compilation failure (li... Kevin GLYNN
