On Sun, Mar 15, 2009 at 9:54 PM, zooko <[email protected]> wrote: > $ cabal build 2>&1 | tee zooko.build.log.txt > Preprocessing library darcs-2.2.0... > c:\ghc\ghc-6.10.1\gcc-lib\ld.exe: cannot find -lcurl
This is easy to fix. Just take libcurl.dll from darcs for windows binary distribution and put it in ghc\gcc-lib, then take the curl headers directory (from any libcurl binary distribution for windows) and put it in ghc\gcc-lib\include. If you have issues finding it, I can email you a zip file with it. The library must be in a directory within the path too, or in the executable directory, otherwise it won't start. If you need to compile without curl, then just add -f-curl to the cabal script. Salvatore _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
