[GHC] #16231: GHCi under powershell fails to find libgmp-10.dll when built with hadrian.
GHC
ghc-devs at haskell.org
Thu Jan 24 22:19:39 UTC 2019
#16231: GHCi under powershell fails to find libgmp-10.dll when built with hadrian.
-------------------------------------+-------------------------------------
Reporter: AndreasK | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.6.3
(Hadrian) |
Keywords: | Operating System: Windows
Architecture: | Type of failure: GHCi crash
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The reason seems to be that it's placed in bin, but windows looks for it
under lib.
Or at least it works if I copy the file over manually.
GHCi works fine under msys however so only the windows shells seem to be
affected.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16231>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list