I installed ghc-4.01 on an NT machine using the InstallShield installer.
When I try to compile the "Hello World" program I get the following
error message (from bash, I suppose). Typing the command directly
in bash works fine.
Thanks.
Mircea
> ghc -v -o main main.hs
The Glorious Glasgow Haskell Compilation System, version 4.01,
patchlevel 0
Effective command line: -v -o main
Ineffective C pre-processor:
echo '{-# LINE 1 "main.hs" -}' > D:/tmp/ghc15247.cpp && cat
main.hs >> D:/tmp/ghc15247.cpp
Ambiguous output redirect.
deleting... D:/tmp/ghc15247.cpp
rm -f D:/tmp/ghc15247*