> I have followed all the instructions mentioned in
> http://www.haskell.org/ghc to install Haskell compiler on a Win95
> machine. After complete installation, I created the main.hs file
> containing the following : module Main(main) where
> 
> main = putStrLn "Hello, world!"
> After this, I renamed the file ghc-4.08 to ghc-408.exe and ran it with the following 
>command :
> ghc-408 -o main main.hs.

Renaming ghc-4.08 to ghc-408.exe is a mistake, since it is a Perl script,
not an exe. What happens when you don't rename it?

-- 
http://sc3d.org/rrt/
L'art des vers est de transformer en beautés les faiblesses (Aragon)


Reply via email to