On Tue, 30 Dec 2003 11:24:01 +0100
Gour <[EMAIL PROTECTED]> wrote:

> Derek Elkins ([EMAIL PROTECTED]) wrote:
> 
> > Add -v and see what's going on, make sure everything seems right.
> 
> Failed: C:\GHC\GHC-6.2\gcc -B"C:\GHC\GHC-6.2\gcc-lib/" -I. -I. -c
> c:\windows\tem p\ghc-511675.s -o main.orawSystem: does not exist (No
> such file or directory)*** Deleting temp files
> 
> What does it mean?

It looks like it's saying that it couldn't find the gcc that should be
at c:\ghc\ghc-6.2

e.g.
Prelude> System.Cmd.rawSystem "foo" []
***Exception: rawSystem: does not exist (No such file or directory)

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to