Volker Wysk <[EMAIL PROTECTED]> wrote:
> > ===fptools== Recursively making `all' in utils driver includes runtime 
>                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > docs lib compiler ...
>   ^^^^^^^^^^^^^^^^^
> ... ...
> > sh: /homes/graduates/monnier/scratch/fptools/ghc/driver/../compiler/hsc:  
> > not found
> 
> The order looks strange to me. The compiler may have to be built before 
> ghc/lib. Try  
> 
>   cd ghc/compiler; gmake all; cd ../..; gmake all

Thanks I'll try that.

> > PS: Am I the only one who thinks it's annoying to wait for makeindex, gmp and
> > other such external code to be compiled since they might already be (and are
> > in my case) installed on the system. 
> Oh, it isn't too annoying. Some minutes of compilation time don't matter 
> since ghc-2.05 takes over 40 hours on a 486-133 MHz with 32 Megs of RAM, 
> before even completing ghc/compiler... :->>>

Right, but gmp's Makefile doesn't build a sharedlib version, so in the end
ghc generated files using gmp are bigger and use more in-core memory since
most of gmp is already in core (thanks to ssh).


        Stefan

Reply via email to