[GHC] #9513: Building GHC on Windows
GHC
ghc-devs at haskell.org
Tue Aug 26 16:29:06 UTC 2014
#9513: Building GHC on Windows
-------------------------------------+-------------------------------------
Reporter: srutownik | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build | Version: 7.8.3
System | Keywords:
Resolution: | Architecture: x86_64 (amd64)
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: Building | Related Tickets:
GHC failed |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
OK, I read farther in configure and I see where `../install-sh` is coming
from now. I can see how that ''could'' work but for some reason it doesn't
actually appear to be working.
How does your `libffi/build/i386-unknown-mingw32/include/Makefile` define
`INSTALL`? (e.g. mine is `INSTALL = /usr/bin/install -c`.) It should be
`../../install-sh -c`, but I expect it will actually be `../install-sh
-c`.
I would suggest as a workaround ensuring that you have an `install` on
your path somewhere. Or someone familiar with Windows and autoconf should
comment.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9513#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list