
6 Feb
2012
6 Feb
'12
5:54 p.m.
On 6 February 2012 06:09, Serge D. Mechveliani
On Mon, Feb 06, 2012 at 02:33:53PM +0100, Karel Gardas wrote:
[..] I would recommend to start here: http://hackage.haskell.org/trac/ghc/wiki/Building/Unregisterised
Thank you. Probably, there is something like an error on
http://hackage.haskell.org/trac/ghc/wiki/Building/Unregisterised :
" To do an unregisterised build, add the following to your mk/build.mk file:
GhcUnregisterised=YES GhcWithNativeCodeGen=NO SplitObjs=NO "
Because in ghc-7.4.1, mk/build.mk.sample contains [..] ifeq "$(BuildFlavour)" "unreg"
GhcUnregisterised = YES GhcWithNativeCodeGen = NO [..],
and the user rather needs to find and un-comment the line
#BuildFlavour = unreg
Right?
Yes.