[GHC] #11042: Template Haskell / GHCi does not respect extra-lib-dirs
GHC
ghc-devs at haskell.org
Sun Nov 1 11:17:55 UTC 2015
#11042: Template Haskell / GHCi does not respect extra-lib-dirs
-------------------------------------+-------------------------------------
Reporter: mboes | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash | Test Case:
Blocked By: | Blocking:
Related Tickets: #10458 #5289 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Phyx-):
@mboes, in general by default GHC prefers static libraries, where GHCi
prefers dynamic ones. It seems like libz is only available as `libz.a`. So
the patch you cherry picked would have no effect.
Could you try this branch? https://github.com/Mistuke/ghc/tree/fix-ghci-
archive-loading
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11042#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list