From b5330f142899721cbd48d3a2eb508ddfc78df235 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Feb 2005 09:59:41 +0000 Subject: [PATCH] [project @ 2005-02-02 09:59:41 by simonmar] Add an entry for "duplicate definition for __module_registered" --- ghc/docs/users_guide/faq.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ghc/docs/users_guide/faq.xml b/ghc/docs/users_guide/faq.xml index 93840e9..011a735 100644 --- a/ghc/docs/users_guide/faq.xml +++ b/ghc/docs/users_guide/faq.xml @@ -465,6 +465,23 @@ details. + + I get an error message from GHCi about a "duplicate definition for + symbol __module_registered" + + An error message like this: + + +GHCi runtime linker: fatal error: I found a duplicate definition for symbol + __module_registered + whilst processing object file + /usr/local/lib/ghc-6.2/HSfgl.o + + probably indicates that when building a library for GHCi + (HSfgl.o in the above example), you should use + the option to ld. + + -- 1.7.10.4