Skip to content

Instantly share code, notes, and snippets.

Created April 25, 2012 14:29
Show Gist options
  • Save anonymous/6c77e09dffbb2b0209f6 to your computer and use it in GitHub Desktop.
Save anonymous/6c77e09dffbb2b0209f6 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by HyperDex configure 0.2b9, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure --enable-python-bindings --prefix=/home/pc/Programming/Databases/hyperdex
## --------- ##
## Platform. ##
## --------- ##
hostname = linux-b1am
uname -m = x86_64
uname -r = 3.3.2-20-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Apr 13 20:52:58 UTC 2012 (addbdfa)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/pc/local/bin
PATH: /home/pc/local/bin
PATH: /usr/local/bin
PATH: /home/pc/local/bin
PATH: /home/pc/local/bin
PATH: /home/pc/local/bin
PATH: /home/pc/.rvm/gems/ruby-1.9.2-head/bin
PATH: /home/pc/.rvm/gems/ruby-1.9.2-head@global/bin
PATH: /home/pc/.rvm/rubies/ruby-1.9.2-head/bin
PATH: /home/pc/.rvm/bin
PATH: /usr/local/bin
PATH: /home/pc/local/bin
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /home/pc/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /home/pc/Programming/Software/tup
PATH: /home/pc/Programming/Libraries/depottools
PATH: /home/pc/Programming/Libraries/apache-maven-3.0.4/bin
PATH: /home/pc/Programming/IDEs/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201203300216-rel-r37/gwt-2.4.0
PATH: /home/pc/Programming/Software/tup
PATH: /home/pc/Programming/Libraries/depottools
PATH: /home/pc/Programming/Libraries/apache-maven-3.0.4/bin
PATH: /home/pc/Programming/IDEs/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201203300216-rel-r37/gwt-2.4.0
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2774: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via \$CONFIG_SITE environment varaible.
|
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
|
| # We are trying to guess 32-bit target compilation. It's not as easy as
| # it sounds, as there is possible several intermediate combinations.
| ac_config_site_32bit_target=NONE
|
| # User defined -m32 in CFLAGS or CXXFLAGS:
| # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| case "$CFLAGS" in
| *-m32*)
| ac_config_site_32bit_target=YES
| ;;
| esac
| case "$CXXFLAGS" in
| *-m32*)
| ac_config_site_32bit_target=YES
| ;;
| esac
|
| # User explicitly specified counterpart --host:
| # (If cross toolchain is installed, generates 32-bit, else generates native.)
| case "$host" in
| *i[3456]86-* | ppc-* | s390-* )
| ac_config_site_32bit_target=YES
| ;;
| esac
|
| # Running with linux32:
| # (Changes detected platform, but not the toolchain target.)
| case "`/bin/uname -i`" in
| x86_64 | ppc64 | s390x )
| ;;
| * )
| ac_config_site_32bit_target=YES
| ;;
| esac
|
| if test "x$ac_config_site_32bit_target" = xNONE; then
| libdir='${exec_prefix}/lib64'
| fi
| fi
|
| # If user did not specify libexecdir, guess the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
|
| libexecdir='${exec_prefix}/lib'
|
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| ac_site_file1=$prefix/share/config.site
| ac_site_file2=$prefix/etc/config.site
| else
| ac_site_file1=$ac_default_prefix/share/config.site
| ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| test "x$ac_site_file" = xNONE && continue
| if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| sed 's/^/| /' "$ac_site_file" >&5
| . "$ac_site_file" \
| || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| fi
| done
configure:2918: checking for a BSD-compatible install
configure:2986: result: /usr/bin/install -c
configure:2997: checking whether build environment is sane
configure:3047: result: yes
configure:3188: checking for a thread-safe mkdir -p
configure:3227: result: /bin/mkdir -p
configure:3240: checking for gawk
configure:3256: found /usr/bin/gawk
configure:3267: result: gawk
configure:3278: checking whether make sets $(MAKE)
configure:3300: result: yes
configure:3423: checking for a Python interpreter with version >= 2.6
configure:3440: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:3443: $? = 0
configure:3449: result: python
configure:3457: checking for python
configure:3475: found /usr/bin/python
configure:3487: result: /usr/bin/python
configure:3505: checking for python version
configure:3512: result: 2.7
configure:3524: checking for python platform
configure:3531: result: linux2
configure:3538: checking for python script directory
configure:3567: result: ${prefix}/lib/python2.7/site-packages
configure:3576: checking for python extension module directory
configure:3605: result: ${exec_prefix}/lib64/python2.7/site-packages
configure:3648: checking build system type
configure:3662: result: x86_64-unknown-linux-gnu
configure:3682: checking host system type
configure:3695: result: x86_64-unknown-linux-gnu
configure:3727: checking for style of include used by make
configure:3755: result: GNU
configure:3825: checking for gcc
configure:3841: found /usr/bin/gcc
configure:3852: result: gcc
configure:4081: checking for C compiler version
configure:4090: gcc --version >&5
gcc (SUSE Linux) 4.6.2
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:4101: $? = 0
configure:4090: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.6.2 (SUSE Linux)
configure:4101: $? = 0
configure:4090: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4101: $? = 1
configure:4090: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4101: $? = 1
configure:4121: checking whether the C compiler works
configure:4143: gcc conftest.c >&5
configure:4147: $? = 0
configure:4195: result: yes
configure:4198: checking for C compiler default output file name
configure:4200: result: a.out
configure:4206: checking for suffix of executables
configure:4213: gcc -o conftest conftest.c >&5
configure:4217: $? = 0
configure:4239: result:
configure:4261: checking whether we are cross compiling
configure:4269: gcc -o conftest conftest.c >&5
configure:4273: $? = 0
configure:4280: ./conftest
configure:4284: $? = 0
configure:4299: result: no
configure:4304: checking for suffix of object files
configure:4326: gcc -c conftest.c >&5
configure:4330: $? = 0
configure:4351: result: o
configure:4355: checking whether we are using the GNU C compiler
configure:4374: gcc -c conftest.c >&5
configure:4374: $? = 0
configure:4383: result: yes
configure:4392: checking whether gcc accepts -g
configure:4412: gcc -c -g conftest.c >&5
configure:4412: $? = 0
configure:4453: result: yes
configure:4470: checking for gcc option to accept ISO C89
configure:4534: gcc -c -g -O2 conftest.c >&5
configure:4534: $? = 0
configure:4547: result: none needed
configure:4569: checking dependency style of gcc
configure:4679: result: gcc3
configure:4694: checking for a sed that does not truncate output
configure:4758: result: /usr/bin/sed
configure:4776: checking for grep that handles long lines and -e
configure:4834: result: /usr/bin/grep
configure:4839: checking for egrep
configure:4901: result: /usr/bin/grep -E
configure:4906: checking for fgrep
configure:4968: result: /usr/bin/grep -F
configure:5003: checking for ld used by gcc
configure:5070: result: /usr/x86_64-suse-linux/bin/ld
configure:5077: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:5092: result: yes
configure:5104: checking for BSD- or MS-compatible name lister (nm)
configure:5153: result: /usr/bin/nm -B
configure:5271: checking the name lister (/usr/bin/nm -B) interface
configure:5278: gcc -c -g -O2 conftest.c >&5
configure:5281: /usr/bin/nm -B "conftest.o"
configure:5284: output
0000000000000000 B some_variable
configure:5291: result: BSD nm
configure:5294: checking whether ln -s works
configure:5298: result: yes
configure:5306: checking the maximum length of command line arguments
configure:5426: result: 1572864
configure:5443: checking whether the shell understands some XSI constructs
configure:5453: result: yes
configure:5457: checking whether the shell understands "+="
configure:5463: result: yes
configure:5498: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:5505: result: -r
configure:5574: checking for objdump
configure:5590: found /usr/bin/objdump
configure:5601: result: objdump
configure:5633: checking how to recognize dependent libraries
configure:5829: result: pass_all
configure:5889: checking for ar
configure:5905: found /usr/bin/ar
configure:5916: result: ar
configure:5994: checking for strip
configure:6010: found /usr/bin/strip
configure:6021: result: strip
configure:6093: checking for ranlib
configure:6109: found /usr/bin/ranlib
configure:6120: result: ranlib
configure:6210: checking command to parse /usr/bin/nm -B output from gcc object
configure:6328: gcc -c -g -O2 conftest.c >&5
configure:6331: $? = 0
configure:6335: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6338: $? = 0
configure:6392: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6395: $? = 0
configure:6433: result: ok
configure:6529: gcc -c -g -O2 conftest.c >&5
configure:6532: $? = 0
configure:7242: checking how to run the C preprocessor
configure:7273: gcc -E conftest.c
configure:7273: $? = 0
configure:7287: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7312: result: gcc -E
configure:7332: gcc -E conftest.c
configure:7332: $? = 0
configure:7346: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7375: checking for ANSI C header files
configure:7395: gcc -c -g -O2 conftest.c >&5
configure:7395: $? = 0
configure:7468: gcc -o conftest -g -O2 conftest.c >&5
configure:7468: $? = 0
configure:7468: ./conftest
configure:7468: $? = 0
configure:7479: result: yes
configure:7492: checking for sys/types.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for sys/stat.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for stdlib.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for string.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for memory.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for strings.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for inttypes.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for stdint.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for unistd.h
configure:7492: gcc -c -g -O2 conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7506: checking for dlfcn.h
configure:7506: gcc -c -g -O2 conftest.c >&5
configure:7506: $? = 0
configure:7506: result: yes
configure:7690: checking for objdir
configure:7705: result: .libs
configure:8001: checking if gcc supports -fno-rtti -fno-exceptions
configure:8019: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8023: $? = 0
configure:8036: result: no
configure:8056: checking for gcc option to produce PIC
configure:8328: result: -fPIC -DPIC
configure:8340: checking if gcc PIC flag -fPIC -DPIC works
configure:8358: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8362: $? = 0
configure:8375: result: yes
configure:8399: checking if gcc static flag -static works
configure:8427: result: no
configure:8442: checking if gcc supports -c -o file.o
configure:8463: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8467: $? = 0
configure:8489: result: yes
configure:8497: checking if gcc supports -c -o file.o
configure:8544: result: yes
configure:8577: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:9568: result: yes
configure:9605: checking whether -lc should be explicitly linked in
configure:9610: gcc -c -g -O2 conftest.c >&5
configure:9613: $? = 0
configure:9628: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:9631: $? = 0
configure:9643: result: no
configure:9807: checking dynamic linker characteristics
configure:10240: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10240: $? = 0
configure:10470: result: GNU/Linux ld.so
configure:10572: checking how to hardcode library paths into programs
configure:10597: result: immediate
configure:11117: checking whether stripping libraries is possible
configure:11122: result: yes
configure:11157: checking if libtool supports shared libraries
configure:11159: result: yes
configure:11162: checking whether to build shared libraries
configure:11183: result: yes
configure:11186: checking whether to build static libraries
configure:11190: result: yes
configure:11289: checking for g++
configure:11305: found /usr/bin/g++
configure:11316: result: g++
configure:11343: checking for C++ compiler version
configure:11352: g++ --version >&5
g++ (SUSE Linux) 4.6.2
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:11363: $? = 0
configure:11352: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.6.2 (SUSE Linux)
configure:11363: $? = 0
configure:11352: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:11363: $? = 1
configure:11352: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:11363: $? = 1
configure:11367: checking whether we are using the GNU C++ compiler
configure:11386: g++ -c conftest.cpp >&5
configure:11386: $? = 0
configure:11395: result: yes
configure:11404: checking whether g++ accepts -g
configure:11424: g++ -c -g conftest.cpp >&5
configure:11424: $? = 0
configure:11465: result: yes
configure:11490: checking dependency style of g++
configure:11600: result: gcc3
configure:11728: checking for C++ compiler version
configure:11737: g++ --version >&5
g++ (SUSE Linux) 4.6.2
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:11748: $? = 0
configure:11737: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.6.2 (SUSE Linux)
configure:11748: $? = 0
configure:11737: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:11748: $? = 1
configure:11737: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:11748: $? = 1
configure:11752: checking whether we are using the GNU C++ compiler
configure:11780: result: yes
configure:11789: checking whether g++ accepts -g
configure:11850: result: yes
configure:11875: checking dependency style of g++
configure:11985: result: gcc3
configure:12008: checking how to run the C++ preprocessor
configure:12035: g++ -E conftest.cpp
configure:12035: $? = 0
configure:12049: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12074: result: g++ -E
configure:12094: g++ -E conftest.cpp
configure:12094: $? = 0
configure:12108: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12276: checking for ld used by g++
configure:12343: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:12350: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
configure:12365: result: yes
configure:12420: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:13333: result: yes
configure:13361: g++ -c -g -O2 conftest.cpp >&5
configure:13364: $? = 0
configure:13546: checking for g++ option to produce PIC
configure:13863: result: -fPIC -DPIC
configure:13872: checking if g++ PIC flag -fPIC -DPIC works
configure:13890: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13894: $? = 0
configure:13907: result: yes
configure:13928: checking if g++ static flag -static works
configure:13956: result: no
configure:13968: checking if g++ supports -c -o file.o
configure:13989: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13993: $? = 0
configure:14015: result: yes
configure:14020: checking if g++ supports -c -o file.o
configure:14067: result: yes
configure:14097: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:14126: result: yes
configure:14263: checking dynamic linker characteristics
configure:14644: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
configure:14644: $? = 0
configure:14874: result: GNU/Linux ld.so
configure:14925: checking how to hardcode library paths into programs
configure:14950: result: immediate
configure:15037: checking for gcc
configure:15064: result: gcc
configure:15293: checking for C compiler version
configure:15302: gcc --version >&5
gcc (SUSE Linux) 4.6.2
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:15313: $? = 0
configure:15302: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.6.2 (SUSE Linux)
configure:15313: $? = 0
configure:15302: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:15313: $? = 1
configure:15302: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:15313: $? = 1
configure:15317: checking whether we are using the GNU C compiler
configure:15345: result: yes
configure:15354: checking whether gcc accepts -g
configure:15415: result: yes
configure:15432: checking for gcc option to accept ISO C89
configure:15509: result: none needed
configure:15531: checking dependency style of gcc
configure:15641: result: gcc3
configure:16321: checking for 'gtest-config'
configure:16342: checking for gtest-config
configure:16375: result: no
configure:16396: result: no
configure:16424: checking for poptGetContext in -lpopt
configure:16449: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:16449: $? = 0
configure:16458: result: yes
configure:16528: checking for pkg-config
configure:16546: found /usr/bin/pkg-config
configure:16558: result: /usr/bin/pkg-config
configure:16583: checking pkg-config is at least version 0.9.0
configure:16586: result: yes
configure:16596: checking for PO6
configure:16603: $PKG_CONFIG --exists --print-errors "libpo6 >= 0.2"
configure:16606: $? = 0
configure:16619: $PKG_CONFIG --exists --print-errors "libpo6 >= 0.2"
configure:16622: $? = 0
configure:16679: result: yes
configure:16685: checking for E
configure:16692: $PKG_CONFIG --exists --print-errors "libe >= 0.2"
configure:16695: $? = 0
configure:16708: $PKG_CONFIG --exists --print-errors "libe >= 0.2"
configure:16711: $? = 0
configure:16768: result: yes
configure:16778: checking netinet/in.h usability
configure:16778: g++ -c -g -O2 conftest.cpp >&5
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking netinet/in.h presence
configure:16778: g++ -E conftest.cpp
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking for netinet/in.h
configure:16778: result: yes
configure:16778: checking for stdint.h
configure:16778: result: yes
configure:16778: checking for stdlib.h
configure:16778: result: yes
configure:16778: checking sys/socket.h usability
configure:16778: g++ -c -g -O2 conftest.cpp >&5
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking sys/socket.h presence
configure:16778: g++ -E conftest.cpp
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking for sys/socket.h
configure:16778: result: yes
configure:16778: checking for unistd.h
configure:16778: result: yes
configure:16788: checking city.h usability
configure:16788: g++ -c -g -O2 conftest.cpp >&5
configure:16788: $? = 0
configure:16788: result: yes
configure:16788: checking city.h presence
configure:16788: g++ -E conftest.cpp
configure:16788: $? = 0
configure:16788: result: yes
configure:16788: checking for city.h
configure:16788: result: yes
configure:16800: checking glog/logging.h usability
configure:16800: g++ -c -g -O2 conftest.cpp >&5
configure:16800: $? = 0
configure:16800: result: yes
configure:16800: checking glog/logging.h presence
configure:16800: g++ -E conftest.cpp
configure:16800: $? = 0
configure:16800: result: yes
configure:16800: checking for glog/logging.h
configure:16800: result: yes
configure:16812: checking popt.h usability
configure:16812: g++ -c -g -O2 conftest.cpp >&5
configure:16812: $? = 0
configure:16812: result: yes
configure:16812: checking popt.h presence
configure:16812: g++ -E conftest.cpp
configure:16812: $? = 0
configure:16812: result: yes
configure:16812: checking for popt.h
configure:16812: result: yes
configure:16826: checking for stdbool.h that conforms to C99
configure:16911: g++ -c -g -O2 conftest.cpp >&5
configure:16911: $? = 0
configure:16918: result: yes
configure:16920: checking for _Bool
configure:16920: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:65:13: error: '_Bool' was not declared in this scope
configure:16920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_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
| int
| main ()
| {
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:16920: result: no
configure:16936: checking for inline
configure:16952: g++ -c -g -O2 conftest.cpp >&5
configure:16952: $? = 0
configure:16960: result: inline
configure:16978: checking for int64_t
configure:16978: g++ -c -g -O2 conftest.cpp >&5
configure:16978: $? = 0
configure:16978: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:55: warning: integer overflow in expression [-Woverflow]
conftest.cpp:68:58: error: size of array 'test_array' is negative
configure:16978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_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
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:16978: result: yes
configure:16989: checking for size_t
configure:16989: g++ -c -g -O2 conftest.cpp >&5
configure:16989: $? = 0
configure:16989: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:66:20: error: expected primary-expression before ')' token
configure:16989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16989: result: yes
configure:17000: checking for ssize_t
configure:17000: g++ -c -g -O2 conftest.cpp >&5
configure:17000: $? = 0
configure:17000: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:66:21: error: expected primary-expression before ')' token
configure:17000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_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
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:17000: result: yes
configure:17011: checking for uint16_t
configure:17011: g++ -c -g -O2 conftest.cpp >&5
configure:17011: $? = 0
configure:17011: result: yes
configure:17023: checking for uint32_t
configure:17023: g++ -c -g -O2 conftest.cpp >&5
configure:17023: $? = 0
configure:17023: result: yes
configure:17037: checking for uint64_t
configure:17037: g++ -c -g -O2 conftest.cpp >&5
configure:17037: $? = 0
configure:17037: result: yes
configure:17051: checking for uint8_t
configure:17051: g++ -c -g -O2 conftest.cpp >&5
configure:17051: $? = 0
configure:17051: result: yes
configure:17067: checking for error_at_line
configure:17083: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17083: $? = 0
configure:17091: result: yes
configure:17108: checking for stdlib.h
configure:17108: result: yes
configure:17108: checking for unistd.h
configure:17108: result: yes
configure:17108: checking for sys/param.h
configure:17108: g++ -c -g -O2 conftest.cpp >&5
configure:17108: $? = 0
configure:17108: result: yes
configure:17128: checking for getpagesize
configure:17128: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17128: $? = 0
configure:17128: result: yes
configure:17137: checking for working mmap
configure:17284: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17284: $? = 0
configure:17284: ./conftest
configure:17284: $? = 0
configure:17294: result: yes
configure:17306: checking for alarm
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for clock_gettime
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
/tmp/ccZI3PC8.o: In function `main':
/home/pc/Programming/Databases/hyperdex-0.2b9/conftest.cpp:70: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:17306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:17306: result: no
configure:17306: checking for ftruncate
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for memmove
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for mkdir
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for munmap
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for rmdir
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for socket
configure:17306: g++ -o conftest -g -O2 conftest.cpp -lpopt >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17361: checking for python2.7
configure:17391: result: /usr/bin/python
configure:17407: checking for a version of Python >= '2.1.0'
configure:17433: result: yes
configure:17441: checking for a version of Python >= 2.6
configure:17447: result: yes
configure:17464: checking for the distutils Python package
configure:17468: result: yes
configure:17482: checking for Python include path
configure:17492: result: -I/usr/include/python2.7
configure:17499: checking for Python library path
configure:17584: result: -L/usr/lib64 -lpython2.7
configure:17591: checking for Python site-packages path
configure:17597: result: /usr/lib/python2.7/site-packages
configure:17604: checking python extra libraries
configure:17611: result: -lpthread -ldl -lutil
configure:17618: checking python extra linking flags
configure:17625: result: -Xlinker -export-dynamic
configure:17632: checking consistency of all components of python development environment
configure:17656: gcc -o conftest -g -O2 -I/usr/include/python2.7 conftest.c -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil >&5
configure:17656: $? = 0
configure:17673: result: yes
configure:17973: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by HyperDex config.status 0.2b9, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on linux-b1am
config.status:1201: creating Makefile
config.status:1201: creating config.h
config.status:1429: executing depfiles commands
config.status:1429: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int64_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_E_CFLAGS_set=
ac_cv_env_E_CFLAGS_value=
ac_cv_env_E_LIBS_set=
ac_cv_env_E_LIBS_value=
ac_cv_env_GTEST_CONFIG_set=
ac_cv_env_GTEST_CONFIG_value=
ac_cv_env_GTEST_CPPFLAGS_set=
ac_cv_env_GTEST_CPPFLAGS_value=
ac_cv_env_GTEST_CXXFLAGS_set=
ac_cv_env_GTEST_CXXFLAGS_value=
ac_cv_env_GTEST_LDFLAGS_set=
ac_cv_env_GTEST_LDFLAGS_value=
ac_cv_env_GTEST_LIBS_set=
ac_cv_env_GTEST_LIBS_value=
ac_cv_env_GTEST_VERSION_set=
ac_cv_env_GTEST_VERSION_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PO6_CFLAGS_set=
ac_cv_env_PO6_CFLAGS_value=
ac_cv_env_PO6_LIBS_set=
ac_cv_env_PO6_LIBS_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_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_func_alarm=yes
ac_cv_func_clock_gettime=no
ac_cv_func_ftruncate=yes
ac_cv_func_getpagesize=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdir=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_rmdir=yes
ac_cv_func_socket=yes
ac_cv_header_city_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_glog_logging_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_popt_h=yes
ac_cv_header_stdbool_h=yes
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_param_h=yes
ac_cv_header_sys_socket_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-unknown-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_popt_poptGetContext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=no
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_pathless_PYTHON=python
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
pkg_cv_E_CFLAGS='-I/usr/local/include '
pkg_cv_E_LIBS='-L/usr/local/lib64 -le '
pkg_cv_PO6_CFLAGS='-I/usr/local/include '
pkg_cv_PO6_LIBS='-L/usr/local/lib64 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/missing --run autoconf'
AUTOHEADER='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/missing --run autoheader'
AUTOMAKE='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
COVERAGE_CXXFLAGS=''
COVERAGE_LDADD=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_COVERAGE_FALSE=''
ENABLE_COVERAGE_TRUE='#'
ENABLE_JAVA_BINDINGS_FALSE=''
ENABLE_JAVA_BINDINGS_TRUE='#'
ENABLE_PYTHON_BINDINGS_FALSE='#'
ENABLE_PYTHON_BINDINGS_TRUE=''
ENABLE_TRACEPLAYER_FALSE=''
ENABLE_TRACEPLAYER_TRUE='#'
ENABLE_YCSB_DRIVER_FALSE=''
ENABLE_YCSB_DRIVER_TRUE='#'
EXEEXT=''
E_CFLAGS='-I/usr/local/include '
E_LIBS='-L/usr/local/lib64 -le '
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
GTEST_CONFIG=''
GTEST_CPPFLAGS=''
GTEST_CXXFLAGS=''
GTEST_LDFLAGS=''
GTEST_LIBS=''
GTEST_VERSION=''
HAVE_GTEST='no'
HAVE_GTEST_FALSE=''
HAVE_GTEST_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAR=''
JAVAC=''
JNI_CPPFLAGS=''
LCOV=''
LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='hyperdex'
PACKAGE_BUGREPORT='escriva@cs.cornell.edu'
PACKAGE_NAME='HyperDex'
PACKAGE_STRING='HyperDex 0.2b9'
PACKAGE_TARNAME='hyperdex'
PACKAGE_URL=''
PACKAGE_VERSION='0.2b9'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PO6_CFLAGS='-I/usr/local/include '
PO6_LIBS='-L/usr/local/lib64 '
PYTHON='/usr/bin/python'
PYTHON_CPPFLAGS='-I/usr/include/python2.7'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS=' -lpthread -ldl -lutil'
PYTHON_LDFLAGS='-L/usr/lib64 -lpython2.7'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/usr/lib/python2.7/site-packages'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG=''
SWIG_LIB=''
VERSION='0.2b9'
_ACJNI_JAVAC=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/pc/Programming/Databases/hyperdex-0.2b9/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/hyperdex'
pkgpythondir='${pythondir}/hyperdex'
prefix='/home/pc/Programming/Databases/hyperdex'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "HyperDex"
#define PACKAGE_TARNAME "hyperdex"
#define PACKAGE_VERSION "0.2b9"
#define PACKAGE_STRING "HyperDex 0.2b9"
#define PACKAGE_BUGREPORT "escriva@cs.cornell.edu"
#define PACKAGE_URL ""
#define PACKAGE "hyperdex"
#define VERSION "0.2b9"
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBPOPT 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ALARM 1
#define HAVE_FTRUNCATE 1
#define HAVE_MEMMOVE 1
#define HAVE_MKDIR 1
#define HAVE_MUNMAP 1
#define HAVE_RMDIR 1
#define HAVE_SOCKET 1
#define HAVE_PYTHON "2.7"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment