[GHC] #12171: option to accept ISO C99... unsupported
GHC
ghc-devs at haskell.org
Sun Jun 12 08:03:27 UTC 2016
#12171: option to accept ISO C99... unsupported
----------------------------------------+-----------------------------
Reporter: wozgonon | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.0.1
Resolution: | Keywords:
Operating System: Windows | Architecture: x86
Type of failure: Building GHC failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
----------------------------------------+-----------------------------
Comment (by wozgonon):
Looking at my build log, it would pick up gcc from the installed GHC at
"c/haskell/8.0.1/mingw/bin"
{{{
$ echo $PATH
/c/haskell/8.0.1/bin/:/c/haskell/8.0.1/lib/extralibs/bin/:/c/haskell/8.0.1/mingw/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0
}}}
The error from ./configure was:
{{{
checking how to run the C preprocessor...
C:/unix/haskell/ghc/inplace/mingw/bin/gcc.exe -E
checking for C:/unix/haskell/ghc/inplace/mingw/bin/gcc.exe option to
accept ISO C99... none needed
checking for C:/Program Files/Haskell
Platform/8.0.1/lib/../mingw/bin/gcc.exe option to accept ISO C99...
unsupported
configure: error: C99-compatible compiler needed
}}}
The error in config.log was:
{{{
./boot
config.log
./configure: line 1671: C:/Program: No such file or directory
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12171#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list