[GHC] #15934: Building ghc with profiling libraries fails on windows.

GHC ghc-devs at haskell.org
Mon Nov 26 23:14:56 UTC 2018


#15934: Building ghc with profiling libraries fails on windows.
---------------------------------+----------------------------------------
        Reporter:  AndreasK      |                Owner:  (none)
            Type:  bug           |               Status:  new
        Priority:  highest       |            Milestone:  8.6.3
       Component:  Compiler      |              Version:  8.6.2
      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 bgamari):

 Andreas reports that, as suggested on StackOverflow, passing `-mbig-obj`
 to the assembler helps. However, things then fail at linking. I believe
 this will be fixed by passing `--oformat pe-bigobj-x86-64` to the linker,
 although this hasn't been confirmed yet.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15934#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list