Re: Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-10 Thread Marcin Benke
Simon L Peyton Jones writes: > > > > I tried, but it seems to complete successfully. Nevertheless, later > > make all fails with the same message. > > Probably the dependencies generated by make boot (or make depend, for > > that matter) _are_ circular (citing from ghc/compiler/.depend): >

Re: Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-09 Thread Simon L Peyton Jones
> > I tried, but it seems to complete successfully. Nevertheless, later > make all fails with the same message. > Probably the dependencies generated by make boot (or make depend, for > that matter) _are_ circular (citing from ghc/compiler/.depend): > > utils/FastString.o : basicTypes/Unique.hi

Re: Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-09 Thread Marcin Benke
Sigbjorn Finne writes: > > my guess is that the Makefile dependencies aren't generated properly, > try doing 'make depend' in ghc/compiler and see if that fails to > complete properly for some reason. > I tried, but it seems to complete successfully. Nevertheless, later make all fails with

Re: Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-03 Thread Sigbjorn Finne
Marcin Benke writes: > > Hi, > > while trying to compile GHC 2.07 with 2.02 (on i386 Linux) I > encountered the following: > > > ==fptools== make all; > in /export/linux/ben/Dlubanie/Build/fptools/ghc/lib > -

Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-03 Thread Marcin Benke
Hi, while trying to compile GHC 2.07 with 2.02 (on i386 Linux) I encountered the following: ==fptools== make all; in /export/linux/ben/Dlubanie/Build/fptools/ghc/lib ---