Hello, I do have libcurl installed on OpenBSD buildbot, yet cabal configure fails with: Setup: Missing dependencies on foreign libraries: * Missing C libraries: curl, curl This problem can usually be solved by installing the system packages that provide these libraries (you may need the "-dev" versions). If the libraries are already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
it seems I'll need to invoke it with --extra-include-dirs=/usr/local/include --extra-lib-dirs=/usr/local/lib to pass curl information down the road. Do you have any idea how to do this directly on my buildbot? Thanks, Karel _______________________________________________ darcs-users mailing list darcs-users@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-users