On 26/08/2009 11:05, David Duke wrote:

This didn't seem like a ghc bug per se, but am happy to put an entry
into trac if appropriate.

In playing with DPH, I've recently tried building the head code, using
Mac OSX 10.5.8 and ghc 6.10.4

After compiling and installing, I tried building an existing package,
and noticed that runhaskell was returning with no result. On looking at
the script, runhaskell/runghc from the head build is attempting to
execute /usr/local/bin/ghc-stage2, rather than /usr/local/bin/ghc. The
attempt to invoke the stage2 compiler is coming from the runghc.wrapper
text in ghc/utils/runghc.

Problem with the wrapper, or did I break something in the build process?

My fault, I tried to make inplace/bin/runghc work, and broke the installed version at the same time. Am fixing it now.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to