On 23 March 2005 09:18, Andrei A. Voropaev wrote:

> Sorry. Forgot to ask the next question on this process. Now that I
> have unregistered compiler, how do I build the registered one?
>
> I've tried to start with new tree and then run
> 
> ./configure --with-ghc=T/ghc/compiler/ghc-inplace
> make

Yes, that should do it.  Except that x86_64 doesn't have support for
object splitting yet, so you need to add a file mk/build.mk with the
line:

  SplitObjs=NO

to turn off splitting.

For some reason that I don't quite understand, it seems from the error
message that you posted the compiler is attempting to generate code for
-split-objs, which is causing the assembler to fall over.  Turning off
splitting should fix that anyway.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to