Build of sparsehash with clang_glibc toolchain

The build took 00h 02m 26s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
6,624 cpp
3,960 sh
1,356 ansic
1,187 makefile
13,127 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: sparsehash 2.0.3-1 (Thu Apr 13 15:37:44 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for memcpy... yes
# checking for memmove... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for uint16_t... yes
# checking for u_int16_t... yes
# checking for __uint16... no
# checking for long long... yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking for unistd.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking google/malloc_extension.h usability... no
# checking google/malloc_extension.h presence... no
# checking for google/malloc_extension.h... no
# checking whether the compiler implements namespaces... yes
# checking the location of hash_map...
# checking how to include hash_fun directly...
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# [ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internal
# echo "/*" > src/sparsehash/internal/_sparsehash_config
# echo " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_config
# echo " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_config
# echo " */" >> src/sparsehash/internal/_sparsehash_config
# gawk '{prevline=currline; currline=$0;} \
# /^#/ {in_second_file = 1;} \
# !in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; \
# in_second_file { for (i in inc) { \
# if (index(currline, i) != 0) { \
# print "\n"prevline"\n"currline; \
# delete inc[i]; \
# } \
# } }' \
# ./src/config.h.include ./src/config.h \
# >> src/sparsehash/internal/_sparsehash_config
# mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h
# make all-am
# make[1]: Entering directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT template_util_unittest.o -MD -MP -MF .deps/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo './'`src/template_util_unittest.cc
# mv -f .deps/template_util_unittest.Tpo .deps/template_util_unittest.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o template_util_unittest template_util_unittest.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT type_traits_unittest.o -MD -MP -MF .deps/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo './'`src/type_traits_unittest.cc
# src/type_traits_unittest.cc:296:28: warning: 'const' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-qualifiers]
# EXPECT_TRUE(is_reference::value);
# ^~~~~~
# ./src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE'
# if (!(cond)) { \
# ^
# src/type_traits_unittest.cc:297:28: warning: 'volatile' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-qualifiers]
# EXPECT_TRUE(is_reference::value);
# ^~~~~~~~~
# ./src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE'
# if (!(cond)) { \
# ^
# src/type_traits_unittest.cc:298:28: warning: 'const' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-qualifiers]
# EXPECT_TRUE(is_reference::value);
# ^~~~~~
# ./src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE'
# if (!(cond)) { \
# ^
# src/type_traits_unittest.cc:298:34: warning: 'volatile' qualifier on reference type 'RefFloat' (aka 'float &') has no effect [-Wignored-qualifiers]
# EXPECT_TRUE(is_reference::value);
# ^~~~~~~~~
# ./src/testutil.h:51:9: note: expanded from macro 'EXPECT_TRUE'
# if (!(cond)) { \
# ^
# src/type_traits_unittest.cc:88:7: warning: private field 'n_' is not used [-Wunused-private-field]
# int n_;
# ^
# src/type_traits_unittest.cc:98:7: warning: private field 'n_' is not used [-Wunused-private-field]
# int n_;
# ^
# src/type_traits_unittest.cc:112:7: warning: private field 'n_' is not used [-Wunused-private-field]
# int n_;
# ^
# src/type_traits_unittest.cc:138:7: warning: private field 'n_' is not used [-Wunused-private-field]
# int n_;
# ^
# 8 warnings generated.
# mv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o type_traits_unittest type_traits_unittest.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT libc_allocator_with_realloc_test.o -MD -MP -MF .deps/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo './'`src/libc_allocator_with_realloc_test.cc
# mv -f .deps/libc_allocator_with_realloc_test.Tpo .deps/libc_allocator_with_realloc_test.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT sparsetable_unittest.o -MD -MP -MF .deps/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo './'`src/sparsetable_unittest.cc
# mv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o sparsetable_unittest sparsetable_unittest.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT hashtable_test.o -MD -MP -MF .deps/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo './'`src/hashtable_test.cc
# src/hashtable_test.cc:520:1: warning: unused variable 'HashtableCharStarTest_numtypes' [-Wunused-const-variable]
# TYPED_TEST_CASE_6(HashtableCharStarTest, CharStarHashtables);
# ^
# ./src/testutil.h:106:20: note: expanded from macro 'TYPED_TEST_CASE_6'
# static const int classname##_numtypes = 6; \
# ^
# :73:1: note: expanded from here
# HashtableCharStarTest_numtypes
# ^
# 1 warning generated.
# mv -f .deps/hashtable_test.Tpo .deps/hashtable_test.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o hashtable_test hashtable_test.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT simple_test.o -MD -MP -MF .deps/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo './'`src/simple_test.cc
# mv -f .deps/simple_test.Tpo .deps/simple_test.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o simple_test simple_test.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT simple_compat_test.o -MD -MP -MF .deps/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo './'`src/simple_compat_test.cc
# mv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o simple_compat_test simple_compat_test.o
# clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT time_hash_map-time_hash_map.o -MD -MP -MF .deps/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo './'`src/time_hash_map.cc
# mv -f .deps/time_hash_map-time_hash_map.Tpo .deps/time_hash_map-time_hash_map.Po
# clang++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o time_hash_map time_hash_map-time_hash_map.o
# echo 'prefix=/usr' > "libsparsehash.pc".tmp
# echo 'exec_prefix='`echo '/usr' | sed 's@^/usr@${prefix}@'` >> "libsparsehash.pc".tmp
# echo 'libdir='`echo '/usr/lib' | sed 's@^/usr@${exec_prefix}@'` >> "libsparsehash.pc".tmp
# echo 'includedir='`echo '/usr/include' | sed 's@^/usr@${prefix}@'` >> "libsparsehash.pc".tmp
# echo '' >> "libsparsehash.pc".tmp
# echo 'Name: sparsehash' >> "libsparsehash.pc".tmp
# echo 'Version: 2.0.2' >> "libsparsehash.pc".tmp
# grep '^Summary:' ./packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libsparsehash.pc".tmp
# grep '^URL: ' ./packages/rpm/rpm.spec >> "libsparsehash.pc".tmp
# echo 'Requires:' >> "libsparsehash.pc".tmp
# echo 'Libs:' >> "libsparsehash.pc".tmp
# echo 'Cflags: -I${includedir}' >> "libsparsehash.pc".tmp
# mv -f "libsparsehash.pc".tmp "libsparsehash.pc"
# make[1]: Leaving directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-am
# make[1]: Entering directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'
# make[2]: Entering directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/lib"
# test -z "/usr/share/doc/sparsehash-2.0.2" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/share/doc/sparsehash-2.0.2"
# /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt TODO doc/dense_hash_map.html doc/dense_hash_set.html doc/sparse_hash_map.html doc/sparse_hash_set.html doc/sparsetable.html doc/implementation.html doc/performance.html doc/index.html doc/designstyle.css '/tmp/sparsehash/pkg/sparsehash//usr/share/doc/sparsehash-2.0.2'
# test -z "/usr/include/google" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/google"
# /usr/bin/install -c -m 644 src/google/dense_hash_map src/google/dense_hash_set src/google/sparse_hash_map src/google/sparse_hash_set src/google/sparsetable src/google/template_util.h src/google/type_traits.h '/tmp/sparsehash/pkg/sparsehash//usr/include/google'
# test -z "/usr/include/google/sparsehash" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/google/sparsehash"
# /usr/bin/install -c -m 644 src/google/sparsehash/densehashtable.h src/google/sparsehash/sparsehashtable.h src/google/sparsehash/hashtable-common.h src/google/sparsehash/libc_allocator_with_realloc.h '/tmp/sparsehash/pkg/sparsehash//usr/include/google/sparsehash'
# test -z "/usr/include/sparsehash/internal" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal"
# /usr/bin/install -c -m 644 src/sparsehash/internal/densehashtable.h src/sparsehash/internal/sparsehashtable.h src/sparsehash/internal/hashtable-common.h src/sparsehash/internal/libc_allocator_with_realloc.h '/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal'
# test -z "/usr/include/sparsehash/internal" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal"
# /usr/bin/install -c -m 644 src/sparsehash/internal/sparseconfig.h '/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 libsparsehash.pc '/tmp/sparsehash/pkg/sparsehash//usr/lib/pkgconfig'
# test -z "/usr/include/sparsehash" || /usr/bin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash"
# /usr/bin/install -c -m 644 src/sparsehash/dense_hash_map src/sparsehash/dense_hash_set src/sparsehash/sparse_hash_map src/sparsehash/sparse_hash_set src/sparsehash/sparsetable src/sparsehash/template_util.h src/sparsehash/type_traits.h '/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash'
# make[2]: Leaving directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'
# make[1]: Leaving directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "sparsehash"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: sparsehash 2.0.3-1 (Thu Apr 13 15:38:55 UTC 2017)

CMD: pacman --query --file sparsehash-2.0.3-1-any.pkg.tar.xz
# sparsehash 2.0.3-1

Creating hybrid package for 'sparsehash'

Trying to find vanilla package 'sparsehash'...

CMD: pacman --query --file /mirror/sparsehash-2.0.3-1.pkg.tar.xz
# sparsehash 2.0.3-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/pkgconfig/libsparsehash.pc
# /usr/include/google/dense_hash_map
# /usr/include/google/dense_hash_set
# /usr/include/google/sparse_hash_map
# /usr/include/google/sparse_hash_set
# /usr/include/google/sparsetable
# /usr/include/google/template_util.h
# /usr/include/google/type_traits.h
# /usr/include/google/sparsehash/densehashtable.h
# /usr/include/google/sparsehash/sparsehashtable.h
# /usr/include/google/sparsehash/hashtable-common.h
# /usr/include/google/sparsehash/libc_allocator_with_realloc.h
# /usr/include/sparsehash/dense_hash_map
# /usr/include/sparsehash/dense_hash_set
# /usr/include/sparsehash/sparse_hash_map
# /usr/include/sparsehash/sparse_hash_set
# /usr/include/sparsehash/sparsetable
# /usr/include/sparsehash/template_util.h
# /usr/include/sparsehash/type_traits.h
# /usr/include/sparsehash/internal/densehashtable.h
# /usr/include/sparsehash/internal/sparsehashtable.h
# /usr/include/sparsehash/internal/hashtable-common.h
# /usr/include/sparsehash/internal/libc_allocator_with_realloc.h
# /usr/include/sparsehash/internal/sparseconfig.h
# /usr/share/doc/sparsehash-2.0.2/AUTHORS
# /usr/share/doc/sparsehash-2.0.2/COPYING
# /usr/share/doc/sparsehash-2.0.2/ChangeLog
# /usr/share/doc/sparsehash-2.0.2/INSTALL
# /usr/share/doc/sparsehash-2.0.2/NEWS
# /usr/share/doc/sparsehash-2.0.2/README
# /usr/share/doc/sparsehash-2.0.2/README_windows.txt
# /usr/share/doc/sparsehash-2.0.2/TODO
# /usr/share/doc/sparsehash-2.0.2/dense_hash_map.html
# /usr/share/doc/sparsehash-2.0.2/dense_hash_set.html
# /usr/share/doc/sparsehash-2.0.2/sparse_hash_map.html
# /usr/share/doc/sparsehash-2.0.2/sparse_hash_set.html
# /usr/share/doc/sparsehash-2.0.2/sparsetable.html
# /usr/share/doc/sparsehash-2.0.2/implementation.html
# /usr/share/doc/sparsehash-2.0.2/performance.html
# /usr/share/doc/sparsehash-2.0.2/index.html
# /usr/share/doc/sparsehash-2.0.2/designstyle.css
# /usr/share/licenses/sparsehash/COPYING
# /sysroot/usr/lib/pkgconfig/libsparsehash.pc
# /sysroot/usr/include/google/dense_hash_map
# /sysroot/usr/include/google/dense_hash_set
# /sysroot/usr/include/google/sparse_hash_map
# /sysroot/usr/include/google/sparse_hash_set
# /sysroot/usr/include/google/sparsetable
# /sysroot/usr/include/google/template_util.h
# /sysroot/usr/include/google/type_traits.h
# /sysroot/usr/include/google/sparsehash/densehashtable.h
# /sysroot/usr/include/google/sparsehash/sparsehashtable.h
# /sysroot/usr/include/google/sparsehash/hashtable-common.h
# /sysroot/usr/include/google/sparsehash/libc_allocator_with_realloc.h
# /sysroot/usr/include/sparsehash/dense_hash_map
# /sysroot/usr/include/sparsehash/dense_hash_set
# /sysroot/usr/include/sparsehash/sparse_hash_map
# /sysroot/usr/include/sparsehash/sparse_hash_set
# /sysroot/usr/include/sparsehash/sparsetable
# /sysroot/usr/include/sparsehash/template_util.h
# /sysroot/usr/include/sparsehash/type_traits.h
# /sysroot/usr/include/sparsehash/internal/densehashtable.h
# /sysroot/usr/include/sparsehash/internal/sparsehashtable.h
# /sysroot/usr/include/sparsehash/internal/hashtable-common.h
# /sysroot/usr/include/sparsehash/internal/libc_allocator_with_realloc.h
# /sysroot/usr/include/sparsehash/internal/sparseconfig.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf sparsehash.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/sparsehash.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sparsehash.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/sparsehash.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/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 sparsehash configure 2.0.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3a6669ee5802
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2422: checking for a BSD-compatible install
# configure:2490: result: /usr/bin/install -c
# configure:2501: checking whether build environment is sane
# configure:2551: result: yes
# configure:2600: checking for x86_64-unknown-linux-strip
# configure:2630: result: no
# configure:2640: checking for strip
# configure:2656: found /usr/bin/strip
# configure:2667: result: strip
# configure:2692: checking for a thread-safe mkdir -p
# configure:2731: result: /usr/bin/mkdir -p
# configure:2744: checking for gawk
# configure:2760: found /usr/bin/gawk
# configure:2771: result: gawk
# configure:2782: checking whether make sets $(MAKE)
# configure:2804: result: yes
# configure:3000: checking for C++ compiler version
# configure:3009: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3020: $? = 0
# configure:3009: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3020: $? = 0
# configure:3009: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3020: $? = 1
# configure:3009: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3020: $? = 1
# configure:3040: checking whether the C++ compiler works
# configure:3062: clang++ conftest.cpp >&5
# configure:3066: $? = 0
# configure:3114: result: yes
# configure:3117: checking for C++ compiler default output file name
# configure:3119: result: a.out
# configure:3125: checking for suffix of executables
# configure:3132: clang++ -o conftest conftest.cpp >&5
# configure:3136: $? = 0
# configure:3158: result:
# configure:3180: checking whether we are cross compiling
# configure:3188: clang++ -o conftest conftest.cpp >&5
# configure:3192: $? = 0
# configure:3199: ./conftest
# configure:3203: $? = 0
# configure:3218: result: no
# configure:3223: checking for suffix of object files
# configure:3245: clang++ -c conftest.cpp >&5
# configure:3249: $? = 0
# configure:3270: result: o
# configure:3274: checking whether we are using the GNU C++ compiler
# configure:3293: clang++ -c conftest.cpp >&5
# configure:3293: $? = 0
# configure:3302: result: yes
# configure:3311: checking whether clang++ accepts -g
# configure:3331: clang++ -c -g conftest.cpp >&5
# configure:3331: $? = 0
# configure:3372: result: yes
# configure:3406: checking for style of include used by make
# configure:3434: result: GNU
# configure:3459: checking dependency style of clang++
# configure:3569: result: gcc3
# configure:3592: checking for x86_64-unknown-linux-gcc
# configure:3619: result: clang
# configure:3888: checking for C compiler version
# configure:3897: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3908: $? = 0
# configure:3897: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3908: $? = 0
# configure:3897: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3908: $? = 1
# configure:3897: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3908: $? = 1
# configure:3912: checking whether we are using the GNU C compiler
# configure:3931: clang -c conftest.c >&5
# configure:3931: $? = 0
# configure:3940: result: yes
# configure:3949: checking whether clang accepts -g
# configure:3969: clang -c -g conftest.c >&5
# configure:3969: $? = 0
# configure:4010: result: yes
# configure:4027: checking for clang option to accept ISO C89
# configure:4091: clang -c conftest.c >&5
# configure:4091: $? = 0
# configure:4104: result: none needed
# configure:4126: checking dependency style of clang
# configure:4236: result: gcc3
# configure:4256: checking how to run the C preprocessor
# configure:4287: clang -E conftest.c
# configure:4287: $? = 0
# configure:4301: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4301: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | /* end confdefs.h. */
# | #include
# configure:4326: result: clang -E
# configure:4346: clang -E conftest.c
# configure:4346: $? = 0
# configure:4360: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4360: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | /* end confdefs.h. */
# | #include
# configure:4400: checking for grep that handles long lines and -e
# configure:4458: result: /usr/bin/grep
# configure:4463: checking for egrep
# configure:4525: result: /usr/bin/grep -E
# configure:4530: checking for ANSI C header files
# configure:4550: clang -c conftest.c >&5
# configure:4550: $? = 0
# configure:4623: clang -o conftest conftest.c >&5
# configure:4623: $? = 0
# configure:4623: ./conftest
# configure:4623: $? = 0
# configure:4634: result: yes
# configure:4645: checking for memcpy
# configure:4645: clang -o conftest conftest.c >&5
# conftest.c:35:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:35:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:4645: $? = 0
# configure:4645: result: yes
# configure:4645: checking for memmove
# configure:4645: clang -o conftest conftest.c >&5
# conftest.c:36:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:36:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:4645: $? = 0
# configure:4645: result: yes
# configure:4659: checking for sys/types.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for sys/stat.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for stdlib.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for string.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for memory.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for strings.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for inttypes.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for stdint.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4659: checking for unistd.h
# configure:4659: clang -c conftest.c >&5
# configure:4659: $? = 0
# configure:4659: result: yes
# configure:4671: checking for uint16_t
# configure:4671: clang -c conftest.c >&5
# configure:4671: $? = 0
# configure:4671: clang -c conftest.c >&5
# conftest.c:59:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:4671: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4671: result: yes
# configure:4681: checking for u_int16_t
# configure:4681: clang -c conftest.c >&5
# configure:4681: $? = 0
# configure:4681: clang -c conftest.c >&5
# conftest.c:60:24: error: expected expression
# if (sizeof ((u_int16_t)))
# ^
# 1 error generated.
# configure:4681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((u_int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4681: result: yes
# configure:4691: checking for __uint16
# configure:4691: clang -c conftest.c >&5
# conftest.c:61:13: error: use of undeclared identifier '__uint16'
# if (sizeof (__uint16))
# ^
# 1 error generated.
# configure:4691: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (__uint16))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4691: result: no
# configure:4701: checking for long long
# configure:4701: clang -c conftest.c >&5
# configure:4701: $? = 0
# configure:4701: clang -c conftest.c >&5
# conftest.c:61:24: error: expected expression
# if (sizeof ((long long)))
# ^
# 1 error generated.
# configure:4701: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((long long)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4701: result: yes
# configure:4716: checking sys/resource.h usability
# configure:4716: clang -c conftest.c >&5
# configure:4716: $? = 0
# configure:4716: result: yes
# configure:4716: checking sys/resource.h presence
# configure:4716: clang -E conftest.c
# configure:4716: $? = 0
# configure:4716: result: yes
# configure:4716: checking for sys/resource.h
# configure:4716: result: yes
# configure:4716: checking for unistd.h
# configure:4716: result: yes
# configure:4716: checking sys/time.h usability
# configure:4716: clang -c conftest.c >&5
# configure:4716: $? = 0
# configure:4716: result: yes
# configure:4716: checking sys/time.h presence
# configure:4716: clang -E conftest.c
# configure:4716: $? = 0
# configure:4716: result: yes
# configure:4716: checking for sys/time.h
# configure:4716: result: yes
# configure:4716: checking sys/utsname.h usability
# configure:4716: clang -c conftest.c >&5
# configure:4716: $? = 0
# configure:4716: result: yes
# configure:4716: checking sys/utsname.h presence
# configure:4716: clang -E conftest.c
# configure:4716: $? = 0
# configure:4716: result: yes
# configure:4716: checking for sys/utsname.h
# configure:4716: result: yes
# configure:4742: checking how to run the C++ preprocessor
# configure:4769: clang++ -E conftest.cpp
# configure:4769: $? = 0
# configure:4783: clang++ -E conftest.cpp
# conftest.cpp:30:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4783: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | /* end confdefs.h. */
# | #include
# configure:4808: result: clang++ -E
# configure:4828: clang++ -E conftest.cpp
# configure:4828: $? = 0
# configure:4842: clang++ -E conftest.cpp
# conftest.cpp:30:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4842: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | /* end confdefs.h. */
# | #include
# configure:4873: checking google/malloc_extension.h usability
# configure:4873: clang++ -c conftest.cpp >&5
# conftest.cpp:63:10: fatal error: 'google/malloc_extension.h' file not found
# #include
# ^
# 1 error generated.
# configure:4873: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4873: result: no
# configure:4873: checking google/malloc_extension.h presence
# configure:4873: clang++ -E conftest.cpp
# conftest.cpp:30:10: fatal error: 'google/malloc_extension.h' file not found
# #include
# ^
# 1 error generated.
# configure:4873: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | /* end confdefs.h. */
# | #include
# configure:4873: result: no
# configure:4873: checking for google/malloc_extension.h
# configure:4873: result: no
# configure:5561: checking whether the compiler implements namespaces
# configure:5585: clang++ -c conftest.cpp >&5
# configure:5585: $? = 0
# configure:5598: result: yes
# configure:5606: checking the location of hash_map
# configure:5632: clang++ -c conftest.cpp >&5
# configure:5632: $? = 0
# configure:5654: clang++ -c conftest.cpp >&5
# In file included from conftest.cpp:31:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/unordered_map:35:
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
# #error This file requires compiler and library support \
# ^
# conftest.cpp:35:7: error: use of undeclared identifier 'std'
# const std::unordered_map t;
# ^
# conftest.cpp:35:25: error: expected unqualified-id
# const std::unordered_map t;
# ^
# conftest.cpp:36:33: error: use of undeclared identifier 't'
# return t.find(5) == t.end();
# ^
# conftest.cpp:36:46: error: use of undeclared identifier 't'
# return t.find(5) == t.end();
# ^
# 5 errors generated.
# configure:5654: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_NAMESPACES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | const std::unordered_map t;
# | return t.find(5) == t.end();
# | ;
# | return 0;
# | }
# configure:5654: clang++ -c conftest.cpp >&5
# In file included from conftest.cpp:31:
# In file included from /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/unordered_map:35:
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
# #error This file requires compiler and library support \
# ^
# conftest.cpp:35:7: error: use of undeclared identifier 'std'
# const std::tr1::unordered_map t;
# ^
# conftest.cpp:35:30: error: expected unqualified-id
# const std::tr1::unordered_map t;
# ^
# conftest.cpp:36:33: error: use of undeclared identifier 't'
# return t.find(5) == t.end();
# ^
# conftest.cpp:36:46: error: use of undeclared identifier 't'
# return t.find(5) == t.end();
# ^
# 5 errors generated.
# configure:5654: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_NAMESPACES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | const std::tr1::unordered_map t;
# | return t.find(5) == t.end();
# | ;
# | return 0;
# | }
# configure:5654: clang++ -c conftest.cpp >&5
# conftest.cpp:35:7: error: no template named 'unordered_map' in namespace 'std'; did you mean 'std::tr1::unordered_map'?
# const std::unordered_map t;
# ^~~~~~~~~~~~~~~~~~
# std::tr1::unordered_map
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/tr1/unordered_map.h:180:11: note: 'std::tr1::unordered_map' declared here
# class unordered_map
# ^
# 1 error generated.
# configure:5654: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_NAMESPACES 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | const std::unordered_map t;
# | return t.find(5) == t.end();
# | ;
# | return 0;
# | }
# configure:5654: clang++ -c conftest.cpp >&5
# configure:5654: $? = 0
# configure:5715: result:
# configure:5725: checking how to include hash_fun directly
# configure:5751: clang++ -c conftest.cpp >&5
# conftest.cpp:41:14: error: no member named 'tr1' in namespace 'std'
# int x = std::tr1::hash()(5)
# ~~~~~^
# conftest.cpp:41:27: error: expected '(' for function-style cast or type construction
# int x = std::tr1::hash()(5)
# ~~~^
# conftest.cpp:41:29: error: expected expression
# int x = std::tr1::hash()(5)
# ^
# 3 errors generated.
# configure:5751: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sparsehash"
# | #define PACKAGE_TARNAME "sparsehash"
# | #define PACKAGE_VERSION "2.0.2"
# | #define PACKAGE_STRING "sparsehash 2.0.2"
# | #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# | #define PACKAGE_URL ""
# | #define PACKAGE "sparsehash"
# | #define VERSION "2.0.2"
# | #define STDC_HEADERS 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MEMMOVE 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_UINT16_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_LONG_LONG 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_NAMESPACES 1
# | #define HAVE_HASH_MAP 1
# | #define HAVE_HASH_SET 1
# | #define HASH_MAP_H
# | #define HASH_SET_H
# | #define HASH_NAMESPACE std::tr1
# | #define HAVE_UNORDERED_MAP 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | int x = std::tr1::hash()(5)
# | ;
# | return 0;
# | }
# configure:5751: clang++ -c conftest.cpp >&5
# configure:5751: $? = 0
# configure:5773: result:
# configure:5973: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by sparsehash config.status 2.0.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3a6669ee5802
#
# config.status:905: creating Makefile
# config.status:905: creating src/config.h
# config.status:1134: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_cxx_hash_map=''
# ac_cv_cxx_hash_namespace=std::tr1
# ac_cv_cxx_hash_set=''
# ac_cv_cxx_have_unordered_map=yes
# ac_cv_cxx_namespaces=yes
# ac_cv_cxx_stl_hash_fun=''
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=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=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_header_google_malloc_extension_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_resource_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_unistd_h=yes
# 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_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# 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___uint16=no
# ac_cv_type_long_long=yes
# ac_cv_type_u_int16_t=yes
# ac_cv_type_uint16_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run tar'
# AUTOCONF='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GCC_FALSE='#'
# GCC_TRUE=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='sparsehash'
# PACKAGE_BUGREPORT='google-sparsehash@googlegroups.com'
# PACKAGE_NAME='sparsehash'
# PACKAGE_STRING='sparsehash 2.0.2'
# PACKAGE_TARNAME='sparsehash'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.2'
# PATH_SEPARATOR=':'
# PTHREAD_CC=''
# PTHREAD_CFLAGS=''
# PTHREAD_LIBS=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.0.2'
# ac_ct_CC=''
# ac_ct_CXX=''
# acx_pthread_config=''
# 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=''
# build_alias=''
# build_cpu=''
# build_os=''
# build_vendor=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux'
# host_alias='x86_64-unknown-linux'
# host_cpu=''
# host_os=''
# host_vendor=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# tcmalloc_flags=''
# tcmalloc_libs=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "sparsehash"
# #define PACKAGE_TARNAME "sparsehash"
# #define PACKAGE_VERSION "2.0.2"
# #define PACKAGE_STRING "sparsehash 2.0.2"
# #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"
# #define PACKAGE_URL ""
# #define PACKAGE "sparsehash"
# #define VERSION "2.0.2"
# #define STDC_HEADERS 1
# #define HAVE_MEMCPY 1
# #define HAVE_MEMMOVE 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_UINT16_T 1
# #define HAVE_U_INT16_T 1
# #define HAVE_LONG_LONG 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_NAMESPACES 1
# #define HAVE_HASH_MAP 1
# #define HAVE_HASH_SET 1
# #define HASH_MAP_H
# #define HASH_SET_H
# #define HASH_NAMESPACE std::tr1
# #define HAVE_UNORDERED_MAP 1
# #define HASH_FUN_H
# #define HASH_NAMESPACE std::tr1
# #define GOOGLE_NAMESPACE ::google
# #define _START_GOOGLE_NAMESPACE_ namespace google {
# #define _END_GOOGLE_NAMESPACE_ }
# #define SPARSEHASH_HASH_NO_NAMESPACE hash
# #define SPARSEHASH_HASH HASH_NAMESPACE::hash
#
# configure: exit 0