[GHC] #11042: Template Haskell / GHCi does not respect extra-lib-dirs
GHC
ghc-devs at haskell.org
Sun Nov 1 09:09:22 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-):
Hi @mboes,
Thanks for the report.
Are you trying to link against a static of dynamic library? The patch in
5d841108acef950fed6a5e608ac9b18e7431aa87 is only for dynamic libraries. I
have one locally that I haven't put for review yet for static libraries.
I know the error message mentions `libz.so` but that's probably because it
gave up and assumed it's an so, which is why I'm wondering if you're
trying to link a static lib.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11042#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list