Installation fails on FreeBSD 10.0; the configure script fails to locate the curl library.
Transcript:
[ master ] fraser% cabal install
Resolving dependencies...
Configuring curl-1.3.8...
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...␣
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
configure: error: curl libraries not found, so curl package cannot be built
See `config.log' for more details.
Failed to install curl-1.3.8
cabal: Error: some packages failed to install:
curl-1.3.8 failed during the configure step. The exception was:
ExitFailure 1
A portion of the resultant config.log:
[ master ] fraser% cabal install
Resolving dependencies...
Configuring curl-1.3.8...
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...␣
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
configure: error: curl libraries not found, so curl package cannot be built
See `config.log' for more details.
Failed to install curl-1.3.8
cabal: Error: some packages failed to install:
curl-1.3.8 failed during the configure step. The exception was:
ExitFailure 1
Installation fails on FreeBSD 10.0; the configure script fails to locate the curl library.
Transcript:
A portion of the resultant
config.log: