GHC 6.4 release candidates available
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Thu Feb 10 08:31:29 EST 2005
"Simon Marlow" <simonmar at microsoft.com> writes:
> We are finally at the release candidate stage for GHC 6.4. Snapshots
> with versions 6.4.20050209 and later should be considered release
> candidates for 6.4.
Using: ghc-6.4.20050209-i386-unknown-linux.tar.bz2
$ cat hello.hs
main = putStrLn "hello world"
$ ghc--6.4.20050209 -o hello hello.hs
ld: cannot find -lHSbase_cbits
collect2: ld returned 1 exit status
$
Pretty much a show-stopper.
Regards,
Malcolm
More information about the Glasgow-haskell-users
mailing list