[GHC] #7134: ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32
GHC
ghc-devs at haskell.org
Sun Jul 28 13:02:00 CEST 2013
#7134: ghc-7.6.0.20120810-x86_64-windows.exe -> internal error R_X86_64_PC32
-------------------------------+----------------------------------
Reporter: cetinsert | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 7.8.1
Component: GHCi | Version: 7.6.1-rc1
Resolution: | Keywords: R_X86_64_PC32
Operating System: Windows | Architecture: x86_64 (amd64)
Type of failure: GHCi crash | Difficulty: Unknown
Test Case: | Blocked By: 3658
Blocking: | Related Tickets:
-------------------------------+----------------------------------
Comment (by awson):
Enabling DynamicGhcPrograms makes ghci work, but again, since -dynamic-too
does not work on Windows it's impossible to build any libraries for ghci
using Cabal (it uses dynamic-too flag to build shared libraries), because
the libraries built this way lack dyn_hi interface files.
What one have to do further to get working ghc on Win64? Fix dynamic-too
for windows? Or introduce some workaround into Cabal to make it not to use
'dynamic-too' when building shared libraries on Windows?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7134#comment:23>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list