
GHC runs fine under Cygwin: http://haskell.org/ghc/download_ghc_62.html GHC itself does not require Cygwin, though, thank goodness. Simon | -----Original Message----- | From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users- | bounces@haskell.org] On Behalf Of Igor Bukanov | Sent: 15 March 2004 23:06 | To: glasgow-haskell-users@haskell.org | Subject: Cygwin binary? | | Hi! | | Is it possible to find GHC cygwin binary for 6.* somewhere? Web searching | reveals only references to 2.* and my attempt to build it from mingw | distribution failed with messages about missed unix modules. | | Thanks in advance, Igor Bukanov | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Simon Peyton-Jones wrote:
GHC runs fine under Cygwin: http://haskell.org/ghc/download_ghc_62.html GHC itself does not require Cygwin, though, thank goodness.
But how do I produce binaries linked against cygwin? (Like to make darcs work under windows)? And what if I want to take advantage of symlinks etc. to make build process more convenient? Regards, Igor

Igor Bukanov (igor@fastmail.fm) wrote:
But how do I produce binaries linked against cygwin? (Like to make darcs work under windows)? And what if I want to take advantage of symlinks etc. to make build process more convenient?
I was able to build darcs with MinGW/MSYS and there are darcs win32 binaries too. Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
participants (3)
-
Gour
-
Igor Bukanov
-
Simon Peyton-Jones