readline problem on OS X

Sven Panne Sven.Panne@informatik.uni-muenchen.de
Thu, 10 Jul 2003 16:45:22 +0200


Shin-Cheng Mu wrote:
 > [...] However, GHCi says:
 >
 >   Loading package util ... linking ...
 >   /usr/local/lib/ghc-6.0/HSutil.o: unknown symbol
 >   `___stginit_SystemziConsoleziReadline_'
 >   ghc-6.0: panic! (the `impossible' happened, GHC version 6.0):
 >           can't load package `util'
 >
 > Anyone knows what the problem might be? [...]

Perhaps the package dependencies are not correct for the Mac build.
(Wolfgang?). Try adding "-package readline" to GHCi's commandline.

Cheers,
    S.