Updated to Redhat 5.0, and now dead.....

1998-02-09 Thread David Barton
Sigh. I upgraded to Redhat 5.0 between GHC 2.10 and GHC 3.00. Catastrophe!! Ah, well, I knew things had been going too well. I fixed a couple of errors: 1) The new library seems to use __USE_BSD rather than __FreeBSD__; I had to change one "ifndef" to get it through "gmake boot". 2) The fu

Re: -H in ghc-3.00 installing

1998-02-09 Thread Simon Marlow
[EMAIL PROTECTED] (S.D.Mechveliani) writes: > I have set GhcLibHcOpts += -H24m in mk/build.mk Yes, hslibs/contrib/Makefile forgets to add GhcLibHcOpts to its SRC_HC_OPTS. This is a bug, thanks. The libraries have been completely re-organised for the next release, though. Cheers, Si

Re: Is this a bug???

1998-02-09 Thread Simon L Peyton Jones
> Test.hs:13: > Too many parameters for class `ParentWidget' > In the class declaration for `ParentWidget' I think you must have omitted -fglasow-exts as Sigbjorn says. The code that generates the error is this checkTc (opt_GlasgowExts || length tyvar_names == 1) (clas

Re: -H in ghc-3.00 installing

1998-02-09 Thread Sigbjorn Finne
S.D.Mechveliani writes: > Osman Buyukisik <[EMAIL PROTECTED]> writes: > > > I have obtained ghc 3.0 . I had 2.10. "make all" took >8 hrs! (P120-32MB-linux-2 > > .0.30-gcc-2.7.2.3.f.1). It failed during making of hslibs/contrib. Needed > > -H800 to compile not enough heap space. Which file

-H in ghc-3.00 installing

1998-02-09 Thread S.D.Mechveliani
Osman Buyukisik <[EMAIL PROTECTED]> writes: > I have obtained ghc 3.0 . I had 2.10. "make all" took >8 hrs! (P120-32MB-linux-2 > .0.30-gcc-2.7.2.3.f.1). It failed during making of hslibs/contrib. Needed > -H800 to compile not enough heap space. Which file can I edit so "make all" > works? I