Ticket #3642 (closed bug: fixed)
GHC does not build using the Haskell Platform on Windows
| Reported by: | simonmar | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.2 |
| Component: | Build System | Version: | 6.10.4 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
We still have issues with paths containing spaces in the build system. I have fixed some of them, but there are more (that are not easy to fix). The current bug I ran into is in rules/distdir-way-opts.mk where we make the HSC2HS_OPTS by prepending --cflag/--lflag to the beginning of CC_OPTS and LD_OPTS respectively, that doesn't know where the word breaks in CC_OPTS/LD_OPTS are supposed to be.
Change History
Note: See
TracTickets for help on using
tickets.
