Project

General

Profile

Bug #9840 » config.log

pje (patrick ellis), 05/14/2014 07:30 PM

 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = friend-bear.local
uname -m = x86_64
uname -r = 13.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 8.00 gigabytes
Default processor set: 172 tasks, 782 threads, 2 processors
Load average: 3.08, Mach factor: 0.61
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /Users/pje/bin
PATH: /usr/local/share/npm/bin
PATH: /usr/local/opt/ruby/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2904: checking build system type
configure:2918: result: x86_64-apple-darwin13.1.0
configure:3018: checking host system type
configure:3031: result: x86_64-apple-darwin13.1.0
configure:3051: checking target system type
configure:3064: result: x86_64-apple-darwin13.1.0
configure:3335: checking for gcc-4.2
configure:3365: result: no
configure:3335: checking for clang
configure:3351: found /usr/bin/clang
configure:3362: result: clang
configure:3544: checking for gcc
configure:3571: result: clang
configure:3800: checking for C compiler version
configure:3809: clang --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
configure:3820: $? = 0
configure:3809: clang -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
configure:3820: $? = 0
configure:3809: clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3820: $? = 1
configure:3809: clang -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:3820: $? = 1
configure:3840: checking whether the C compiler works
configure:3862: clang conftest.c >&5
configure:3866: $? = 0
configure:3914: result: yes
configure:3917: checking for C compiler default output file name
configure:3919: result: a.out
configure:3925: checking for suffix of executables
configure:3932: clang -o conftest conftest.c >&5
configure:3936: $? = 0
configure:3958: result:
configure:3980: checking whether we are cross compiling
configure:3988: clang -o conftest conftest.c >&5
configure:3992: $? = 0
configure:3999: ./conftest
configure:4003: $? = 0
configure:4018: result: no
configure:4023: checking for suffix of object files
configure:4045: clang -c conftest.c >&5
configure:4049: $? = 0
configure:4070: result: o
configure:4074: checking whether we are using the GNU C compiler
configure:4093: clang -c conftest.c >&5
configure:4093: $? = 0
configure:4102: result: yes
configure:4111: checking whether clang accepts -g
configure:4131: clang -c -g conftest.c >&5
configure:4131: $? = 0
configure:4172: result: yes
configure:4189: checking for clang option to accept ISO C89
configure:4252: clang -c -g -O2 conftest.c >&5
configure:4252: $? = 0
configure:4265: result: none needed
configure:4343: checking for g++
configure:4359: found /usr/bin/g++
configure:4370: result: g++
configure:4397: checking for C++ compiler version
configure:4406: g++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:4417: $? = 0
configure:4406: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
configure:4417: $? = 0
configure:4406: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4417: $? = 1
configure:4406: g++ -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:4417: $? = 1
configure:4421: checking whether we are using the GNU C++ compiler
configure:4440: g++ -c conftest.cpp >&5
configure:4440: $? = 0
configure:4449: result: yes
configure:4458: checking whether g++ accepts -g
configure:4478: g++ -c -g conftest.cpp >&5
configure:4478: $? = 0
configure:4519: result: yes
configure:4548: checking how to run the C preprocessor
configure:4579: clang -E conftest.c
configure:4579: $? = 0
configure:4593: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4593: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CANONICALIZATION_FOR_MATHN 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4618: result: clang -E
configure:4638: clang -E conftest.c
configure:4638: $? = 0
configure:4652: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CANONICALIZATION_FOR_MATHN 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4732: checking for grep that handles long lines and -e
configure:4790: result: /usr/bin/grep
configure:4795: checking for egrep
configure:4857: result: /usr/bin/grep -E
configure:4863: checking whether clang needs -traditional
conftest.c:10:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:4897: result: no
configure:5051: checking for ld
configure:5067: found /usr/bin/ld
configure:5078: result: ld
configure:5112: checking whether the linker is GNU ld
configure:5124: result: no
configure:5128: checking whether clang -E accepts -o
configure:5140: clang -E -o conftest-1.i conftest.c
configure:5140: $? = 0
configure:5147: result: yes
configure:5274: checking for real target cpu
configure:5293: result: x86_64
configure:5446: checking for ranlib
configure:5462: found /usr/bin/ranlib
configure:5473: result: ranlib
configure:5538: checking for ar
configure:5554: found /usr/bin/ar
configure:5565: result: ar
configure:5676: checking for as
configure:5692: found /usr/bin/as
configure:5703: result: as
configure:5785: checking for objdump
configure:5815: result: no
configure:5785: checking for gobjdump
configure:5815: result: no
configure:5885: checking for objcopy
configure:5915: result: no
configure:5885: checking for gobjcopy
configure:5915: result: no
configure:6329: checking for nm
configure:6345: found /usr/bin/nm
configure:6356: result: nm
configure:6379: checking whether ln -s works
configure:6383: result: yes
configure:6390: checking whether make sets $(MAKE)
configure:6412: result: yes
configure:6435: checking for a BSD-compatible install
configure:6503: result: /usr/bin/install -c
configure:6514: checking for a thread-safe mkdir -p
configure:6553: result: -d
configure:6573: checking for dtrace
configure:6589: found /usr/sbin/dtrace
configure:6600: result: dtrace
configure:6652: checking for dot
configure:6682: result: no
configure:6694: checking for doxygen
configure:6724: result: no
configure:6780: checking for pkg-config
configure:6801: found /usr/local/bin/pkg-config
configure:6824: result: pkg-config
configure:6834: checking for ANSI C header files
configure:6854: clang -c -g -O2 conftest.c >&5
configure:6854: $? = 0
configure:6927: clang -o conftest -g -O2 conftest.c >&5
2014-05-14 12:28:59.055 dsymutil[38191:303] There was an error parsing the Info.plist for the bundle at URL Info.plist -- file:///Users/pje/
The operation couldn’t be completed. (Cocoa error 3840.)
<CFBasicHash 0x7fe3725013b0 [0x7fff70e21f00]>{type = immutable dict, count = 1,
entries =>
0 : <CFString 0x7fff70e04e00 [0x7fff70e21f00]>{contents = "NSDebugDescription"} = <CFString 0x7fe372500be0 [0x7fff70e21f00]>{contents = "Cannot parse a NULL or zero-length data"}
}
configure:6927: $? = 0
configure:6927: ./conftest
configure:6927: $? = 0
configure:6938: result: yes
configure:6951: checking for sys/types.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for sys/stat.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for stdlib.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for string.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for memory.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for strings.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for inttypes.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for stdint.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for unistd.h
configure:6951: clang -c -g -O2 conftest.c >&5
configure:6951: $? = 0
configure:6951: result: yes
configure:6964: checking minix/config.h usability
configure:6964: clang -c -g -O2 conftest.c >&5
conftest.c:53:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:6964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CANONICALIZATION_FOR_MATHN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6964: result: no
configure:6964: checking minix/config.h presence
configure:6964: clang -E conftest.c
conftest.c:20:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:6964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CANONICALIZATION_FOR_MATHN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:6964: result: no
configure:6964: checking for minix/config.h
configure:6964: result: no
configure:6985: checking whether it is safe to define __EXTENSIONS__
configure:7003: clang -c -g -O2 conftest.c >&5
configure:7003: $? = 0
configure:7010: result: yes
configure:7042: checking for cd using physical directory
configure:7057: result: cd -P
configure:7075: checking whether CFLAGS is valid
configure:7088: clang -c -g -O2 conftest.c >&5
configure:7088: $? = 0
configure:7089: result: yes
configure:7100: checking whether LDFLAGS is valid
configure:7113: clang -o conftest -g -O2 conftest.c >&5
2014-05-14 12:28:59.987 dsymutil[38379:303] There was an error parsing the Info.plist for the bundle at URL Info.plist -- file:///Users/pje/
The operation couldn’t be completed. (Cocoa error 3840.)
<CFBasicHash 0x7fda79d013d0 [0x7fff70e21f00]>{type = immutable dict, count = 1,
entries =>
0 : <CFString 0x7fff70e04e00 [0x7fff70e21f00]>{contents = "NSDebugDescription"} = <CFString 0x7fda79d01390 [0x7fff70e21f00]>{contents = "Cannot parse a NULL or zero-length data"}
}
configure:7113: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CANONICALIZATION_FOR_MATHN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7118: result: no
configure:7120: error: something wrong with LDFLAGS=""

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin13.1.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.1.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DTRACE=dtrace
ac_cv_prog_PKG_CONFIG=pkg-config
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_target=x86_64-apple-darwin13.1.0
rb_cv_cppoutfile=yes
rb_cv_prog_gnu_ld=no
rb_cv_target_archs=x86_64

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
AR='ar'
ARCHFILE=''
ARCH_FLAG=''
AS='as'
ASFLAGS=''
BASERUBY='ruby --disable=gems'
BTESTRUBY=''
BUILTIN_ENCOBJS=''
BUILTIN_TRANSOBJS=''
BUILTIN_TRANSSRCS=''
CAPITARGET=''
CC='clang'
CCDLFLAGS=''
CC_VERSION='$(CC) -v'
CFLAGS='-g -O2 '
CHDIR='cd -P'
COMMON_HEADERS=''
COMMON_LIBS=''
COMMON_MACROS=''
COUTFLAG='-o '
CP='cp'
CPP='clang -E'
CPPFLAGS=''
CPPOUTFILE='-o conftest.i'
CROSS_COMPILING=''
CXX='g++'
CXXFLAGS='-g -O2'
DEFS=''
DLDFLAGS=''
DLDLIBS=''
DLEXT2=''
DLEXT=''
DLLWRAP=''
DLNOBJ=''
DOT=''
DOXYGEN=''
DTRACE='dtrace'
DTRACE_EXT=''
DTRACE_GLOMMED_OBJ=''
DTRACE_OBJ=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_SHARED=''
ENCOBJS=''
EXECUTABLE_EXTS=''
EXEEXT=''
EXPORT_PREFIX=''
EXTDLDFLAGS=''
EXTLDFLAGS=''
EXTOBJS=''
EXTOUT=''
EXTSTATIC=''
GCC='yes'
GNU_LD='no'
GREP='/usr/bin/grep'
INSTALLDOC=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDSHARED=''
LDSHAREDXX=''
LIBEXT=''
LIBOBJS=''
LIBPATHENV=''
LIBPATHFLAG=''
LIBRUBY=''
LIBRUBYARG=''
LIBRUBYARG_SHARED=''
LIBRUBYARG_STATIC=''
LIBRUBY_A=''
LIBRUBY_ALIASES=''
LIBRUBY_A_OBJS=''
LIBRUBY_DLDFLAGS=''
LIBRUBY_LDSHARED=''
LIBRUBY_RELATIVE=''
LIBRUBY_SO=''
LIBS=''
LINK_SO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINLIBS=''
MAJOR='2'
MAKEDIRS='mkdir -p'
MAKEFILES=''
MANTYPE=''
MINIOBJS=''
MINIRUBY=''
MINOR='1'
MKDIR_P='mkdir -p'
NACL_SDK_ROOT=''
NACL_SDK_VARIANT=''
NACL_TOOLCHAIN=''
NM='nm'
NROFF=''
NULLCMD=''
OBJCOPY=''
OBJDUMP=''
OBJEXT='o'
OUTFLAG='-o '
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
PLATFORM_DIR=''
POSTLINK=''
PREP=''
PYTHON=''
RANLIB='ranlib'
RDOCTARGET=''
RI_BASE_NAME=''
RM='rm -f'
RMALL='rm -fr'
RMDIR='rmdir'
RMDIRS='rmdir -p'
RPATHFLAG=''
RUBYW_BASE_NAME='rubyw'
RUBYW_INSTALL_NAME=''
RUBY_BASE_NAME='ruby'
RUBY_EXEC_PREFIX=''
RUBY_INSTALL_NAME=''
RUBY_LIB_VERSION=''
RUBY_LIB_VERSION_STYLE=''
RUBY_PROGRAM_VERSION='2.1.2'
RUBY_RELEASE_DATE='2014-05-08'
RUBY_SEARCH_PATH=''
RUBY_SO_NAME=''
RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
RUNRUBY=''
RUNRUBY_COMMAND=''
SET_MAKE=''
SHELL='/bin/sh'
SOLIBS=''
STATIC=''
STRIP=''
SYMBOL_PREFIX=''
TEENY='0'
TEST_RUNNABLE=''
THREAD_MODEL=''
TRY_LINK=''
UNIVERSAL_ARCHNAMES=''
UNIVERSAL_INTS=''
USE_RUBYGEMS=''
WERRORFLAG=''
WINDRES=''
XCFLAGS=''
XLDFLAGS=''
XRUBY=''
XRUBY_LIBDIR=''
XRUBY_RUBYHDRDIR=''
XRUBY_RUBYLIBDIR=''
ac_ct_CC='clang'
ac_ct_CXX='g++'
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
arch=''
archincludedir=''
archlibdir=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.1.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.1.0'
build_vendor='apple'
cflags=' ${optflags} ${debugflags} ${warnflags}'
codesign=''
configure_args=''
cppflags=''
cxxflags=' ${optflags} ${debugflags} ${warnflags}'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
debugflags=''
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec=''
exec_prefix='NONE'
host='x86_64-apple-darwin13.1.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.1.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libdirname=''
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
optflags='-O3'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s&^&&'
psdir='${docdir}'
ridir=''
ruby_pc=''
ruby_version=''
rubyarchdir=''
rubyarchhdrdir=''
rubyarchprefix=''
rubyhdrdir=''
rubylibdir=''
rubylibprefix=''
rubysitearchprefix=''
rubyw_install_name=''
sbindir='${exec_prefix}/sbin'
setup=''
sharedstatedir='${prefix}/com'
sitearch=''
sitearchdir=''
sitearchhdrdir=''
sitearchincludedir=''
sitearchlibdir=''
sitedir=''
sitehdrdir=''
sitelibdir=''
strict_warnflags=''
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin13.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin13.0'
target_vendor='apple'
try_header=''
vendorarchdir=''
vendorarchhdrdir=''
vendordir=''
vendorhdrdir=''
vendorlibdir=''
warnflags=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define CANONICALIZATION_FOR_MATHN 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1

configure: exit 1
    (1-1/1)