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 
> > -H8000000 to compile not enough heap space. Which file can I edit so "make all" 
> > works? I just changed Makefile so that it does not make "contrib", and did a 
> > make install. Am I missing something??
> 
> 
    ...
> 
> 
> I have set  GhcLibHcOpts += -H24m  in  mk/build.mk
> 
> Still `make all' compiles  .../src/SetMap.hs  with the default  -H6m.
> Then i add also
>                              SetMap_HC_OPTS = -H16m
> to   $(..._TOP)/Makefile,
>      $(..._TOP)/hslibs/contrib/Makefile
> 

Try adding src/SetMap_HC_OPTS = -H16m to either mk/build.mk or
hslibs/contrib/Makefile.

--Sigbjorn

Reply via email to