unregisterized
David Terei
davidterei at gmail.com
Mon Feb 6 18:54:57 CET 2012
On 6 February 2012 06:09, Serge D. Mechveliani <mechvel at botik.ru> wrote:
> 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.
More information about the Glasgow-haskell-users
mailing list