#5264: Add support for out of source tree compilation.
---------------------------------+------------------------------------------
Reporter: kgardas | Owner:
Type: feature request | Status: new
Priority: normal | Component: Build System
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Hello,
it would be good if GHC supports also out of source tree compilation so
that files produced during the build will not pollute source tree. E.g.
{{{
mkdir obj-ghc
cd obj-ghc
../ghc/configure
make
}}}
Currently configure step complain about:
{{{
$ ../ghc/configure
mk/config.h.in doesn't exist: perhaps you haven't run 'perl boot'?
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5264>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs