Hello world fails on Win32

Derek Elkins ddarius at hotpop.com
Wed Dec 31 02:21:35 EST 2003


On Tue, 30 Dec 2003 11:24:01 +0100
Gour <gour at mail.inet.hr> wrote:

> Derek Elkins (ddarius at hotpop.com) 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)



More information about the Glasgow-haskell-bugs mailing list