[GHC] #14312: Head does not build on Windows with the default make config.
GHC
ghc-devs at haskell.org
Thu Oct 5 03:12:43 UTC 2017
#14312: Head does not build on Windows with the default make config.
-------------------------------------+-------------------------------------
Reporter: AndreasK | Owner: (none)
Type: bug | Status: upstream
Priority: normal | Milestone:
Component: Build System | Version: 8.2.1
Resolution: | Keywords:
Operating System: Windows | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Phyx-):
Actually the GCC manual states:
{{{
The most commonly-used option is -Idir, which causes dir to be searched
after the current directory (for the quote form of the directive) and
ahead of the standard system directories. You can specify multiple -I
options on the command line, in which case the directories are searched in
left-to-right order.
}}}
Which means `-I` override system include directories. GCC is doing exactly
what It was told to. SO dunno what the correct fix here is. short term,
directory should just rename this file.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14312#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list