[GHC] #8025: "During interactive linking, GHCi couldn't find the following symbol" typechecker error with TemplateHaskell involved
GHC
ghc-devs at haskell.org
Sun Jun 30 21:43:54 CEST 2013
#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:
glasgow-haskell-bugs at haskell.org
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/8025>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list