id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1484,gcc installation problem?,guest,,"Under windows vista 32-bit and a clean install I cannot compile 'hello world'

The command line I am using is:
ghc --make Main.hs -o main.exe

the results:
[1 of 1] Compiling Main             ( Main.hs, Main.o )
gcc: installation problem, cannot exec `as': No such file or directory

The contents of Main.hs:
module Main where
main = putStrLn ""Hello World""",bug,closed,normal,,Compiler,6.6.1,duplicate,,,Windows,x86,,Unknown,,,,
