[Haskell-cafe] Unix emulation
Stephen Tetley
stephen.tetley at gmail.com
Sun Aug 22 10:12:43 EDT 2010
On 22 August 2010 13:48, Felipe Lessa <felipe.lessa at gmail.com> wrote:
> I take it that the problem is that libcurl is a C library with a
> Unix-like build system, and that is the problem that needs Cygwin,
> right?
No - generally you don't want to compile bindings with Cygwin,
compiling with Cygwin brings in dependencies on cygwin1.dll which
doesn't work well with GHC.
More information about the Haskell-Cafe
mailing list