Re: bootstrapping ghc on AIX

1998-10-25 Thread Simon Marlow
Jan Kort <[EMAIL PROTECTED]> writes: > It looks like I'm either missing more code, or I'm on the wrong > track. I can't find the powerpc assembly code for "JMP_" (should > be in ghc/includes/TailCalls.h), "StgRun" (should be in > ghc/rts/StgCRun.c) and for "StgReturn" (should be in ghc/rts/StgRun

Re: bootstrapping ghc on AIX

1998-10-20 Thread Jan Kort
Sigbjorn Finne (Intl Vendor) wrote: > > Jan Kort <[EMAIL PROTECTED]> writes: > > > > Thanks, I can get a lot further now, everything apart from > > compiling the assembler files and linking the hsc works, but > > that will have to wait till tommorow :) > > > > Jan > > > > Great, if you should

RE: bootstrapping ghc on AIX

1998-10-18 Thread Sigbjorn Finne (Intl Vendor)
Jan Kort <[EMAIL PROTECTED]> writes: > > Hi, > > I tried to bootstrap ghc4.00 on AIX with the "--enable-hc-boot" > flag, but I got an error: [] > make[2]: *** [all] Error 1 > make[1]: *** [all] Error 1 > make: *** [all] Error 1 > > Which I don't understand, am I missing some hc files ?

RE: bootstrapping ghc on AIX

1998-10-16 Thread Sigbjorn Finne (Intl Vendor)
Jan Kort [mailto:[EMAIL PROTECTED]] writes: > > Hi, > > In ghc/Makefile it says: > > 17 # Order is important! driver/ has to come before > includes/ which > 18 # again has to come before the rest. > 19 # > 20 # If we're booting from .hc files, swap the order > 21 #

Re: bootstrapping ghc on AIX

1998-10-16 Thread Jan Kort
Hi, In ghc/Makefile it says: 17 # Order is important! driver/ has to come before includes/ which 18 # again has to come before the rest. 19 # 20 # If we're booting from .hc files, swap the order 21 # we descend into compiler/ and lib/ 22 # 23 ifeq "$(GhcWithH

bootstrapping ghc on AIX

1998-10-16 Thread Jan Kort
Hi, I tried to bootstrap ghc4.00 on AIX with the "--enable-hc-boot" flag, but I got an error: RTS -K2m -H10m -RTS-g rename/ParseIface.y make[2]: RTS: Command not found make[2]: *** [rename/ParseIface.hs] Error 127 make[1]: *** [boot] Error 1 make: *** [boot] Error 1 It looks like the vari