From dc6afe4242238aa1a7a5d3a150a346d23dd6ea22 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 12 Jul 2004 08:47:19 +0000 Subject: [PATCH] [project @ 2004-07-12 08:47:19 by simonmar] Add a (rather vague) FAQ entry about the readline build problem reported in bug #988585. --- ghc/docs/users_guide/faq.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ghc/docs/users_guide/faq.sgml b/ghc/docs/users_guide/faq.sgml index 4c6bc43..beda1cb 100644 --- a/ghc/docs/users_guide/faq.sgml +++ b/ghc/docs/users_guide/faq.sgml @@ -156,6 +156,17 @@ + The build fails in readline. + + It has been reported that if you have multiple versions + of the readline library installed on Linux, then this may + cause the build to fail. If you have multiple versions of + readline, try uninstalling all except the most recent + version. + + + + When I try to start ghci (probably one I compiled myself) it says ghc-5.02: not built for interactive use -- 1.7.10.4