#8025: "During interactive linking, GHCi couldn't find the following symbol"
typechecker error with TemplateHaskell involved
----------------------------------------------+-----------------------------
Reporter:  mojojojo                           |          Owner:                 
        
    Type:  bug                                |         Status:  new            
        
Priority:  normal                             |      Component:  Compiler (Type 
checker)
 Version:  7.6.3                              |       Keywords:                 
        
      Os:  MacOS X                            |   Architecture:  x86            
        
 Failure:  Incorrect warning at compile-time  |      Blockedby:                 
        
Blocking:                                     |        Related:                 
        
----------------------------------------------+-----------------------------
 Building the included project with
 {{{
 cabal configure && cabal build --ghc-options="-fforce-recomp -Wall -fno-
 code"
 }}}
 results in the following typechecker error:
 {{{
 ByteCodeLink.lookupCE
 During interactive linking, GHCi couldn't find the following symbol:
   supabugzm0zi1zi0_A_makeLenseszq_closure
 This may be due to you not asking GHCi to load extra object files,
 archives or DLLs needed by your current session.  Restart GHCi, specifying
 the missing library using the -L/path/to/object/dir and -lmissinglibname
 flags, or simply by naming the relevant files on the GHCi command line.
 Alternatively, this link failure might indicate a bug in GHCi.
 If you suspect the latter, please send a bug report to:
   [email protected]
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/8025>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
ghc-tickets mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-tickets

Reply via email to