[GHC] #16157: Duplicate symbol error on Windows
GHC
ghc-devs at haskell.org
Wed Jan 9 17:24:31 UTC 2019
#16157: Duplicate symbol error on Windows
---------------------------------+----------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Resolution: | Keywords:
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Comment (by Phyx-):
This is a ghc annoyance that when you use it to compile a shared library
it will include haskell symbol even if they're not used, because we
compile with export-all enabled.
I guess I should finally bite the bullet and just use gcc directly.. The
test is broken too often.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16157#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list