"Julian Seward (Intl Vendor)" <[EMAIL PROTECTED]> writes: > > % 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' > > [...] > > There's something very suspicious here, but it might be a > bug we know about. > > Did you build ghc yourself, from sources?
yes > Did you bootstrap using itself? no, that is the pb. Sigbjorn Finne gave the explaination: > > 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. i bootstraped using itself, and now it works nicely :) > And finally, exactly what version of gcc do you have? an heavily patched 2.86 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
