unregisterized

Serge D. Mechveliani mechvel at botik.ru
Mon Feb 6 15:09:22 CET 2012


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?

Regards,

------
Sergei
mechvel at botik.ru



More information about the Glasgow-haskell-users mailing list