From: simonmar Date: Wed, 2 Feb 2005 09:59:41 +0000 (+0000) Subject: [project @ 2005-02-02 09:59:41 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1130 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b5330f142899721cbd48d3a2eb508ddfc78df235;p=ghc-hetmet.git [project @ 2005-02-02 09:59:41 by simonmar] Add an entry for "duplicate definition for __module_registered" --- 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. + +