
23 Oct
2007
23 Oct
'07
11:55 a.m.
Yup, that fixed the problem. Thanks for your help. :)
On 10/22/07, Simon Marlow
John Vogel wrote:
Running ghc 6.6.1 On Windows Vista
I get this error when I run: ghc Main.hs
gcc: installation problem, cannot exec `as': No such file or directory
This is a known problem on Vista. The GHC 6.8.1 snapshot should work for you, e.g.
http://www.haskell.org/ghc/dist/stable/dist/ghc-6.8.0.20071020-i386-unknown-...
Please try it out and let us know if that helps.
FYI, the bug we fixed is this:
http://hackage.haskell.org/trac/ghc/ticket/1110
Cheers, Simon