Hello world fails on Win32

2003-12-28 Thread Gour
, the same 'program' compiles and produces executable on my Gentoo box. It looks like Win32 build of ghc-6.2 is broken or am I missing something (being still a ghc newbie in the begining stages of learning Haskell :-( Sincerely, Gour -- Gour [EMAIL PROTECTED] Registered Linux User #278493

Re: Hello world fails on Win32

2003-12-30 Thread Gour
/ -I. -I. -c c:\windows\tem p\ghc-511675.s -o main.orawSystem: does not exist (No such file or directory) *** Deleting temp files What does it mean? Sincerely, Gour -- Gour [EMAIL PROTECTED] Registered Linux User #278493 ___ Glasgow-haskell-bugs

Re: Hello world fails on Win32

2003-12-31 Thread Gour
in the archives describing some quirks in an attempt to build ghc from the source with MinGW. So, I downgraded to 6.0.1 and will try to build one of the latest 6.3 snapshots. Sincerely, Gour -- Gour [EMAIL PROTECTED] Registered Linux User #278493

Re: Hello world fails on Win32

2003-12-31 Thread Gour
, but I suppose it's possible. Are they not set, perhaps? They are set, but has something in GHC changed in regards to it between 6.0.1 6.2 since 6.0.1 has compiled darcs several times without any problem in the same environment. Sincerely, Gour -- Gour [EMAIL PROTECTED] Registered Linux User

Re: Hello world fails on Win32

2004-01-01 Thread Gour
-6.2\BIN;C:\PYTHON23;C:\AAP\EXEC; TMP=c:\windows\temp TEMP=C:\windows\temp HOME=c:\msys\1.0\home\gour windir=C:\WINDOWS CMDLINE=ghc -v -o main.exe main.hs and, as you can see, $TMP $TEMP are set, and here is the test 'program': $ cat main.hs module Main(main) where main = putStrLn Hello world!\n

Re: Hello world fails on Win32

2004-01-02 Thread Gour
:/tmp/ghc-522475.s ghc 6.0.1. works normally. (minus any line wrapping my e-mail client will no doubt introduce.) (no line wrapping introduced.) Sincerely, Gour -- Gour [EMAIL PROTECTED] Registered Linux User #278493 ___ Glasgow-haskell-bugs mailing

ghc 6.2 broken on Win98

2004-01-13 Thread Gour
/ -I. -I. -c c:\windows\tem p\ghc-511675.s -o main.orawSystem: does not exist (No such file or directory) *** Deleting temp files Is there anybody who can confirm/refute this error on Win98? Sincerely, Gour p.s. 6.0.1 works nicely and building from source fails on the same spot. -- Gour [EMAIL