[darcs-users] windows build slave status

Salvatore Insalaco kirby81 at gmail.com
Mon Mar 16 07:49:58 UTC 2009


On Sun, Mar 15, 2009 at 9:54 PM, zooko <zooko at zooko.com> 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


More information about the darcs-users mailing list