Re: building ghc-3.00 using ghc-2.10

1998-02-21 Thread Timothy Robin BARBOUR
"Sigbjorn" == Sigbjorn Finne [EMAIL PROTECTED] writes: Sigbjorn Thanks, could you check to see if you've got a .depend Sigbjorn in ghc/lib that's non-empty trb@elysium /usr/local/build/fptools-test ls -l ghc/lib/.depend -rw--- 1 trb users 45391 Feb 20 14:56

Re: building ghc-3.00 using ghc-2.10

1998-02-20 Thread Timothy Robin BARBOUR
"Sigbjorn" == Sigbjorn Finne [EMAIL PROTECTED] writes: Sigbjorn looks like the initial `make boot' in ghc/lib didn't Sigbjorn succeed, as the first module that should have been Sigbjorn compiled was ghc/PrelBase.lhs Sigbjorn Try re-running `make boot' from within ghc/lib and

Re: building ghc-3.00 using ghc-2.10

1998-02-20 Thread Sigbjorn Finne
Timothy Robin BARBOUR writes: I had already worked around the problem by making the missing .hi's individually. However, in a spirit of investigation, I lndir'd another build tree, did './configure', 'make boot', 'make all' (with of course the same result). Re-running 'make boot' from

Re: building ghc-3.00 using ghc-2.10

1998-02-19 Thread Sigbjorn Finne
Timothy Robin BARBOUR writes: I am trying to use ghc-2.10 (from a Glasgow binary bundle) to build ghc-3.00 from source, on a debian 1.3 linux box. .. configure and make boot go okay, but make all ends thus:

building ghc-3.00 using ghc-2.10

1998-02-19 Thread Timothy Robin BARBOUR
Hi, I am trying to use ghc-2.10 (from a Glasgow binary bundle) to build ghc-3.00 from source, on a debian 1.3 linux box. My build.mk is as follows: WithGhcHc = ghc-2.10 Ghc2_0=YES ProjectsToBuild += happy ProjectsToInstall += literate happy GhcHcOpts += -H32m -O GhcLibWays += mc mr