[GHC] #12171: cygwin - option to accept ISO C99... unsupported

GHC ghc-devs at haskell.org
Thu Jun 9 10:57:52 UTC 2016


#12171: cygwin - 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):

 Inserting the following at ./configure:6143 suppresses the error and
 allows ./configure to complete

 {{{
 unset ac_cv_prog_cc_c99

 }}}

 'make' then fails due to 2 spaces in a path name being replaced with
 newlines:

 {{{
 make
 mk/config.mk:805: *** missing separator.  Stop.

 }}}

 {{{
 HSCOLOUR_CMD   = C:/Program
 Files/Haskell
 Platform/8.0.1/lib/extralibs/bin/HsColour

 }}}

 In ~/haskell/ghc/mk/config.mk change the above to

 {{{

 HSCOLOUR_CMD   = C:/Program Files/Haskell
 Platform/8.0.1/lib/extralibs/bin/HsColour
 }}}

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


More information about the ghc-tickets mailing list