Re: ghci panic (unknown symbol stg_gc_l1)

2002-01-26 Thread Pixel
"Sigbjorn Finne" <[EMAIL PROTECTED]> writes: > GHCi doesn't load the RTS package (nor GMP), > as they're both baked into the binary. My guess is that > you've built ghci using 5.02.1; you need to use 5.02.2 > (i.e., do two stage build.) The missing symbol was > introduced in 5.02.2's RTS. cool,

Re: ghci panic (unknown symbol stg_gc_l1)

2002-01-26 Thread Sigbjorn Finne
Hi, GHCi doesn't load the RTS package (nor GMP), as they're both baked into the binary. My guess is that you've built ghci using 5.02.1; you need to use 5.02.2 (i.e., do two stage build.) The missing symbol was introduced in 5.02.2's RTS. hth --sigbjorn - Original Message - From: "Pixe

ghci panic (unknown symbol stg_gc_l1)

2002-01-26 Thread Pixel
% ghci [...] Loading package std ... linking ... /usr/lib/ghc-5.02.2/HSstd.o: unknown symbol `stg_gc_l1' ghc-5.02.2: panic! (the `impossible' happened, GHC version 5.02.2): can't load package `std' [...] (it seems) it should load package "rts" before "std", but (it seems) it doesn't:

Re: ghci panic

2002-01-26 Thread Antony Courtney
Hi Sigbjorn, Thanks for the speedy reply! Sigbjorn Finne wrote: > "Antony Courtney" <[EMAIL PROTECTED]> writes: > > ... > >>Skipping HavenTest( HavenTest.hs, ./HavenTest.o ) >>PEi386 object has suspiciously large string table; > 64k relocs? >>ghc.exe: panic! (the `impossible' happen

Re: ghci panic

2002-01-26 Thread Sigbjorn Finne
"Antony Courtney" <[EMAIL PROTECTED]> writes: > ... > Skipping HavenTest( HavenTest.hs, ./HavenTest.o ) > PEi386 object has suspiciously large string table; > 64k relocs? > ghc.exe: panic! (the `impossible' happened, GHC version 5.02.1): > loadObj: failed > Hi, this is a known

ghci panic

2002-01-26 Thread Antony Courtney
Hi, I got the following panic message when trying to load haven into ghci, and the panic message said that I should report the problem, so here you go. :) I am using ghc 5.02.1 under Windows 2000 / Cygwin. I'd really like to be able to use ghci for Haven development, so any ideas on what mig