[GHC] #10726: Upgrade MingW-w64 distributions for windows
GHC
ghc-devs at haskell.org
Tue Nov 17 03:06:47 UTC 2015
#10726: Upgrade MingW-w64 distributions for windows
-------------------------------------+-------------------------------------
Reporter: Phyx- | Owner:
Type: task | Status: new
Priority: normal | Milestone: 7.10.3
Component: Build System | Version: 7.11
Resolution: | Keywords:
Operating System: Windows | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #9218 #9014 | Differential Rev(s): Phab:D1123
#10435 |
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Phyx-):
I don't really know how `stack` works, and I am sort of confused why
`--interactive` is involved here. Never the less, I don't think anything
broke here, interactive was just never fixed. Previously when it built
`cabal run` was used as a test. This wouldn't use the runtime linker and
should still be working.
I think the duplicate symbols error is coming from the fact that the Rts
re-exports some symbols from `mingw` but not all. it includes
`SymI_HasProto(coshf)` under the comment:
{{{
/* These are statically linked from the mingw libraries into the ghc
executable, so we have to employ this hack. */
}}}
Does `run` still produce a working binary?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10726#comment:37>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list