And another bug

1998-09-02 Thread Hennus Bergman
Hello, I tried to rebuild ghc-4.00-pre2 with itself and ran into a bug: --- ... ghc-4.00 -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -iutils:basicTypes:types:hsSyn:prelude:rename:typecheck:deSugar:coreSyn:speci

Re: One more bug (I hope)

1998-09-02 Thread David Barton
Done; that did it. Many, *many* thanks. Once more, guided through the maze Dave Barton <*> [EMAIL PROTECTED] )0( http://www.intermetrics.com/~dlb

Re: Problem making Int.mp_o (3.03)

1998-09-02 Thread Simon Marlow
Shin-Cheng Mu <[EMAIL PROTECTED]> writes: > Bombarding you again with problems compiling GHC. :) > > GHC complained not seeing type constructor ForeignObj > when compiling Int.lhs, with GhcLibWays = mp. I attached the > error message below.. > > I noticed that ForeignObj is defined in lib/std/

Re: Problem making Int.mp_o (3.03)

1998-09-02 Thread Sigbjorn Finne
Shin-Cheng Mu writes: > Bombarding you again with problems compiling GHC. :) > > GHC complained not seeing type constructor ForeignObj > when compiling Int.lhs, with GhcLibWays = mp. I attached the > error message below.. > > I noticed that ForeignObj is defined in lib/std/PrelForeign.lhs > if

Re: One more bug (I hope)

1998-09-02 Thread Simon Marlow
David Barton <[EMAIL PROTECTED]> writes: > OK, done. I have applied the patch, run gmake all, then gmake > install. I now get the following error from the final (ld) step: > > /usr/src/ghc/lib/lib/libHSrts.a(Printer.o): In function `DEBUG_LoadSymbols': > /usr/src/ghc/fptools/ghc/rts/Printe

Problem making Int.mp_o (3.03)

1998-09-02 Thread Shin-Cheng Mu
Bombarding you again with problems compiling GHC. :) GHC complained not seeing type constructor ForeignObj when compiling Int.lhs, with GhcLibWays = mp. I attached the error message below.. I noticed that ForeignObj is defined in lib/std/PrelForeign.lhs if PARALLEL_HASKELL is NOT defined. What