
#10726: Upgrade MingW-w64 distributions for windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Type: task | Status: patch Priority: high | 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 RyanGlScott): Wow, I ran `runghc -lmsvcr120 LogFloat.hs` and it works perfectly. It turns out there's another quirk: if I go to the `logfloat` source and run `ghc-stage2 --interactive -isrc src/Data/Number/LogFloat.hs`, I can then invoke `log1p 1.0` without any linker issues. If I run `cabal repl` instead and then call `log1p 1.0`, it can't find the `log1p` symbol. Hm. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10726#comment:55 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler