[GHC] #14312: Head does not build on Windows with the default make config.
GHC
ghc-devs at haskell.org
Thu Oct 5 04:24:46 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 Rufflewind):
What about `-iquote` instead of `-I`? According to the manual `-iquote`
only affects `#include "..."` but not `#include <...>`.
Alternatively, one could also try something like
{{{
cd $original_dir
gcc -x c - <$temp_input
}}}
It seems GCC always uses the current working directory when stdin is used
as input.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14312#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list