RE: Release Candidate for 6.2.1 available

Thanks to Sigbjorn, our long-suffering Windows installer guru, there is a new Windows installer release candidate for 6.2.1 is here: http://www.haskell.org/ghc/dist/stable/dist/ghc-6-2-1.msi Please test. We'd especially like to hear from Win98/WinME users. Also try installing under a directory path with spaces in if you can. Cheers, Simon
-----Original Message----- From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org] On Behalf Of Sigbjorn Finne Sent: 12 March 2004 02:32 To: GHC users Subject: Re: Release Candidate for 6.2.1 available
An installer for Windows users can now also be found in that directory.
--sigbjorn
----- Original Message ----- From: "Simon Marlow"
To: Sent: Thursday, March 11, 2004 04:43 Subject: RE: Release Candidate for 6.2.1 available ghc-6.2.20040304 and later are release candidates for 6.2.1
Get them from here:
This is your last chance to test... I'm going to freeze
the release on
Monday (15 March).
Cheers, Simon
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Simon Marlow (simonmar@microsoft.com) wrote:
Please test. We'd especially like to hear from Win98/WinME users. Also try installing under a directory path with spaces in if you can.
Here is the result of attempting to build ghc-6.2.1 with the 6.2.1rc binaries: [...] ==fptools== make boot - --unix -wr; in /ghc/fptools/libraries/base ------------------------------------------------------------------------ ../../ghc/utils/hsc2hs/hsc2hs-inplace -Iinclude -I../../ghc/includes -Icbits/regex -I. System/CPUTime.hsc Executing: c:/MinGW/bin/gcc -c -mno-cygwin -D__GLASGOW_HASKELL__=602 -Ic:/ghc/fptools/ghc/includes -Iinclude -I../../ghc/includes -Icbits/regex -I. System\CPUTime_hsc_make.c -o System\CPUTime_hsc_make.o Executing: c:/MinGW/bin/gcc System\CPUTime_hsc_make.o -o System\CPUTime_hsc_make.exe Fail: System\CPUTime_hsc_make.o: removeFile: does not exist (No such file or directory) make[2]: *** [System/CPUTime.hs] Error 1 make[1]: *** [boot] Error 1 make[1]: Leaving directory `/ghc/fptools/libraries' make: *** [build] Error 1 Again, the same problem: System\CPUTime_hsc_make.c -o System\CPUTime_hsc_make.o It should be: System/CPUTime_hsc_make.c -o System/CPUTime_hsc_make.o I'm angry at myself not knowing Haskell and being able to fix this stuff :-( Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
participants (2)
-
Gour
-
Simon Marlow