>>>>> "Julian" == Julian Seward <(Intl Vendor)" <[EMAIL PROTECTED]>> writes:

    Julian> On possible thing you can do is

    Julian> * Find a copy of libreadline.so.4 from somewhere (your home
    Julian> PC ?)  * Place it in some dir under your control, eg
    Julian> /home/herrman/lib * export
    Julian> LD_LIBRARY_PATH=/home/herrman/lib:$LD_LIBRARY_PATH

    Julian> Now ldd /path/to/ghc-5.02-executable should show
    Julian> libreadline.so.4 being picked up from /home/herrman/lib and
    Julian> you should be able to run ghc.

Done.

Calling ghci delivers the following error message:
   ghc-5.02: not built for interactive use

ghc works (seems OK) and using ldd shows the correct link.

How can I enforce the interactive build of ghci, 
maybe without recompiling the whole stuff?

Christoph



_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to