Jeremy Gibbons <[EMAIL PROTECTED]> writes:

> - so why is it  
> looking in /usr/local/{lib,share}/ghc-6.4.2 ? There are no such  
> directories...

My copy of ghc does the same (looks in /usr/local/...), but as with
yours, the message "(ignoring)" tells you all you need to know - this is
not a fatal error.

> Readline.hsc: In function 'main':
> Readline.hsc:677: error: 'UNDO_DELETE' undeclared (first use in this  

The actual error here I suspect is that the libreadline supplied by
Apple is not GNU readline, but a symlink to an incompatible alternative,
libedit.

One idea is to install the real readline.  (using e.g. darwinports or fink)

Another idea is to disable the build of the ghc readline package (and
consequently ghci as well).

Regards,
    Malcolm
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to