curl-1.3.7: config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Haskell curl package configure 1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ configure --with-compiler=ghc --prefix=/home/dons/.cabal --with-gcc=/usr/bin/gcc
## --------- ##
## Platform. ##
## --------- ##
hostname = paprika
uname -m = x86_64
uname -r = 2.6.38-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/dons/bin
PATH: /home/dons/.cabal/bin
PATH: /home/dons/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1311: checking for gcc
configure:1327: found /usr/bin/gcc
configure:1337: result: gcc
configure:1581: checking for C compiler version
configure:1584: gcc --version </dev/null >&5
gcc (GCC) 4.6.0 20110415 (prerelease)
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1587: $? = 0
configure:1589: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/src/gcc-4.6-20110415/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --enable-checking=release
Thread model: posix
gcc version 4.6.0 20110415 (prerelease) (GCC)
configure:1592: $? = 0
configure:1594: gcc -V </dev/null >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:1597: $? = 1
configure:1620: checking for C compiler default output file name
configure:1623: gcc -fno-stack-protector -I/usr/local/include -I/home/dons/include -L/usr/local/lib -L/home/dons/lib conftest.c >&5
configure:1626: $? = 0
configure:1672: result: a.out
configure:1677: checking whether the C compiler works
configure:1683: ./a.out
configure:1686: $? = 0
configure:1703: result: yes
configure:1710: checking whether we are cross compiling
configure:1712: result: no
configure:1715: checking for suffix of executables
configure:1717: gcc -o conftest -fno-stack-protector -I/usr/local/include -I/home/dons/include -L/usr/local/lib -L/home/dons/lib conftest.c >&5
configure:1720: $? = 0
configure:1745: result:
configure:1751: checking for suffix of object files
configure:1772: gcc -c -fno-stack-protector -I/usr/local/include -I/home/dons/include conftest.c >&5
configure:1775: $? = 0
configure:1797: result: o
configure:1801: checking whether we are using the GNU C compiler
configure:1825: gcc -c -fno-stack-protector -I/usr/local/include -I/home/dons/include conftest.c >&5
configure:1831: $? = 0
configure:1835: test -z
|| test ! -s conftest.err
configure:1838: $? = 0
configure:1841: test -s conftest.o
configure:1844: $? = 0
configure:1857: result: yes
configure:1863: checking whether gcc accepts -g
configure:1884: gcc -c -g -I/usr/local/include -I/home/dons/include conftest.c >&5
configure:1890: $? = 0
configure:1894: test -z
|| test ! -s conftest.err
configure:1897: $? = 0
configure:1900: test -s conftest.o
configure:1903: $? = 0
configure:1914: result: yes
configure:1931: checking for gcc option to accept ANSI C
configure:2001: gcc -c -fno-stack-protector -I/usr/local/include -I/home/dons/include conftest.c >&5
configure:2007: $? = 0
configure:2011: test -z
|| test ! -s conftest.err
configure:2014: $? = 0
configure:2017: test -s conftest.o
configure:2020: $? = 0
configure:2038: result: none needed
configure:2056: gcc -c -fno-stack-protector -I/usr/local/include -I/home/dons/include conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2062: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2201: checking how to run the C preprocessor
configure:2236: gcc -E -I/usr/local/include -I/home/dons/include conftest.c
configure:2242: $? = 0
configure:2274: gcc -E -I/usr/local/include -I/home/dons/include conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:2280: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Haskell curl package"
| #define PACKAGE_TARNAME "curl"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "Haskell curl package 1.1"
| #define PACKAGE_BUGREPORT "dons@galois.com"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2319: result: gcc -E
configure:2343: gcc -E -I/usr/local/include -I/home/dons/include conftest.c
configure:2349: $? = 0
configure:2381: gcc -E -I/usr/local/include -I/home/dons/include conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:2387: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Haskell curl package"
| #define PACKAGE_TARNAME "curl"
| #define PACKAGE_VERSION "1.1"
| #define PACKAGE_STRING "Haskell curl package 1.1"
| #define PACKAGE_BUGREPORT "dons@galois.com"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2439: gcc -E -I/usr/local/include -I/home/dons/include conftest.c
configure:2445: $? = 0
configure:2608: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Haskell curl package config.status 1.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on paprika
config.status:634: creating curl.buildinfo
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-fno-stack-protector
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/include -I/home/dons/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -L/home/dons/lib'
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
## ----------------- ##
## Output variables. ##
## ----------------- ##
BUILD_PACKAGE_BOOL='True'
CC='gcc'
CFLAGS='-fno-stack-protector'
CPP='gcc -E'
CPPFLAGS='-I/usr/local/include -I/home/dons/include'
CURL_BUILD_PACKAGE='yes'
DEFS='-DPACKAGE_NAME=\"Haskell\ curl\ package\" -DPACKAGE_TARNAME=\"curl\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"Haskell\ curl\ package\ 1.1\" -DPACKAGE_BUGREPORT=\"dons@galois.com\" '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
LDFLAGS='-L/usr/local/lib -L/home/dons/lib'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='dons@galois.com'
PACKAGE_NAME='Haskell curl package'
PACKAGE_STRING='Haskell curl package 1.1'
PACKAGE_TARNAME='curl'
PACKAGE_VERSION='1.1'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/home/dons/.cabal'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT "dons@galois.com"
#define PACKAGE_NAME "Haskell curl package"
#define PACKAGE_STRING "Haskell curl package 1.1"
#define PACKAGE_TARNAME "curl"
#define PACKAGE_VERSION "1.1"
configure: exit 0