> Yes, it should have, I have been waiting for this for a while 
> (the Linux
> distribution works well for me).
> 
> However:
> 
> ghc -c Graph.hs -O -Rghc-timing -recomp 
> NOTE: Simplifier still going after 4 iterations; bailing out.
> <<ghc: 151692472 bytes, 74 GCs, 1784351/3004084 avg/max bytes 
> residency (6
> samples), 9M in use, 0.00 INIT (0.05 elapsed), 9.45 MUT 
> (13.48 elapsed),
> 4.11 GC (16.00 elapsed) :ghc>>
> ghc: module version unchanged at 1
> sh: gcc-2.7.2.3: not found
> ghc: failed to open `/tmp/ghc1667.ccout'
> 
> My gcc is installed in a (very, don't ask) nonstandard place. Still, I
> think 'configure' should take care of this. So why is it looking for
> gcc-2.7.2.3, rather than just gcc? The old 4.0 distribution 
> does not have
> this problem.

Ah, sorry about that.  I built it on a machine that had both gcc 2.8.1 and
2.7.2.3 installed, so I had to fix it to use the latter.  Just edit ghc-4.03
(the Perl script) and change gcc-2.7.2.3 to gcc.

Cheers,
        Simon

Reply via email to