
| 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? We don't support targeting Cygwin, I'm afraid. Details here: http://www.haskell.org/ghc/docs/latest/html/building/winbuild.html Various people have worked to provide libraries offering Posix-like facilities for Haskell on Windows, to ease the kind of porting you are trying to do. I'm not sure what the status is, though. Mike Thomas might be a good person to ask. Simon | -----Original Message----- | From: Igor Bukanov [mailto:igor@fastmail.fm] | Sent: 16 March 2004 10:55 | To: Simon Peyton-Jones | Cc: glasgow-haskell-users@haskell.org | Subject: Re: Cygwin binary? | | 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