On Sun, 28 Dec 2003 21:25:00 +0100 Gour <[EMAIL PROTECTED]> wrote: > Hi! > > Pls. excuse me for cross-posting - I did not realize that this list is > more appropriate for the problem for which I posted a message on > users' list. > > After having problem in building ghc-6.2 from source tarball, I > installed ghc-6-2-1.msi build and then tried to compile darcs with it, > but, strangely enough, configure script fails when trying to compile > "Hello world!" program.
I've been using the GHC 6.2 binary on Win2k with no issues. > I tried to compile: > > bash-2.05b# cat main.hs > module Main(main) where > > main = putStrLn "Hello world!\n" Are you sure it's not producing an a.out. You didn't give the commandline you used to invoke the compiler. You can use -o to explicitly name the executable file. _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
