[GHC] #12796: hschooks.c #include path is incorrect

GHC ghc-devs at haskell.org
Thu Dec 1 14:44:12 UTC 2016


#12796: hschooks.c #include path is incorrect
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:
            Type:  bug               |               Status:  closed
        Priority:  normal            |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.0.1
      Resolution:  fixed             |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Building GHC      |  Unknown/Multiple
  failed                             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 The patch in comment:1 is very wrong. In fact, we *need* to include
 `Rts.h` from the bootstrap compiler; afterall, the final `ghc` executable
 will be linked against the bootstrap RTS. This was reverted in
 795f8bd460d604c792a5df8cfec937b2a74c3956.

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


More information about the ghc-tickets mailing list