[GHC] #1484: gcc installation problem?
GHC
trac at galois.com
Mon Jul 2 02:16:09 EDT 2007
#1484: gcc installation problem?
-----------------------+----------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Windows
Testcase: | Architecture: x86
-----------------------+----------------------------------------------------
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"
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1484>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list