Pregunta

Desde un símbolo del sistema de Windows,

c:\>cabal install curl
Resolving dependencies...
Configuring curl-1.3.5...
cabal: Error: some packages failed to install:
curl-1.3.5 failed during the configure step. The exception was:
sh: runGenProcess: does not exist (No such file or directory)

He instalado el paquete curl-devel de Cygwin, pero desde un mensaje de Cygwin cabal install curl también falla, incluso si señalo --extra-lib-dirs y --extra-include-dirs en eso, p.ej.,

$ cabal install curl --extra-include-dirs=c:/cygwin/usr/include \
                     --extra-lib-dirs=c:/cygwin/usr/lib
Resolving dependencies...
Configuring curl-1.3.5...
[...]
configure: error: curl libraries not found, so curl package cannot be built
See `config.log' for more details.
cabal.exe: Error: some packages failed to install:
curl-1.3.5 failed during the configure step. The exception was:
exit: ExitFailure 1

Los intentos anteriores son con ghc-6.10.3, Cabal-1.6.0.3 y cabal-install-0.6.2.

¿Fue útil?
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top