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

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

  $ /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/configure --enable-frame-pointers --with-pic --prefix=/home/mi/dev/kudu_apache/thirdparty/installed/uninstrumented

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

hostname = laiyingchun-pc
uname -m = x86_64
uname -r = 4.15.0-54-generic
uname -s = Linux
uname -v = #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019

/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: /home/mi/dev/kudu_apache/thirdparty/installed/common/bin
PATH: /home/mi/dev/kudu_xm/build/release/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
PATH: /usr/lib/jvm/java-8-oracle/bin
PATH: /usr/lib/jvm/java-8-oracle/db/bin
PATH: /usr/lib/jvm/java-8-oracle/jre/bin


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

configure:2608: checking build system type
configure:2622: result: x86_64-pc-linux-gnu
configure:2642: checking host system type
configure:2655: result: x86_64-pc-linux-gnu
configure:2691: checking for a BSD-compatible install
configure:2759: result: /usr/bin/install -c
configure:2770: checking whether build environment is sane
configure:2825: result: yes
configure:2976: checking for a thread-safe mkdir -p
configure:3015: result: /bin/mkdir -p
configure:3022: checking for gawk
configure:3052: result: no
configure:3022: checking for mawk
configure:3038: found /usr/bin/mawk
configure:3049: result: mawk
configure:3060: checking whether make sets $(MAKE)
configure:3082: result: yes
configure:3111: checking whether make supports nested variables
configure:3128: result: yes
configure:3258: checking whether to enable maintainer-specific portions of Makefiles
configure:3267: result: no
configure:3294: checking for git
configure:3312: found /usr/bin/git
configure:3325: result: /usr/bin/git
configure:3406: checking for style of include used by make
configure:3434: result: GNU
configure:3505: checking for gcc
configure:3521: found /usr/bin/gcc
configure:3532: result: gcc
configure:3761: checking for C compiler version
configure:3770: gcc --version >&5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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:3781: $? = 0
configure:3770: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 
configure:3781: $? = 0
configure:3770: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3781: $? = 1
configure:3770: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3781: $? = 1
configure:3801: checking whether the C compiler works
configure:3823: gcc -g -fno-omit-frame-pointer      conftest.c   >&5
configure:3827: $? = 0
configure:3875: result: yes
configure:3878: checking for C compiler default output file name
configure:3880: result: a.out
configure:3886: checking for suffix of executables
configure:3893: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:3897: $? = 0
configure:3919: result: 
configure:3941: checking whether we are cross compiling
configure:3949: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:3953: $? = 0
configure:3960: ./conftest
configure:3964: $? = 0
configure:3979: result: no
configure:3984: checking for suffix of object files
configure:4006: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:4010: $? = 0
configure:4031: result: o
configure:4035: checking whether we are using the GNU C compiler
configure:4054: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:4054: $? = 0
configure:4063: result: yes
configure:4072: checking whether gcc accepts -g
configure:4092: gcc -c -g  conftest.c >&5
configure:4092: $? = 0
configure:4133: result: yes
configure:4150: checking for gcc option to accept ISO C89
configure:4213: gcc  -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:4213: $? = 0
configure:4226: result: none needed
configure:4251: checking whether gcc understands -c and -o together
configure:4273: gcc -c conftest.c -o conftest2.o
configure:4276: $? = 0
configure:4273: gcc -c conftest.c -o conftest2.o
configure:4276: $? = 0
configure:4288: result: yes
configure:4307: checking dependency style of gcc
configure:4418: result: gcc3
configure:4445: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:15:8: error: '__s390__' undeclared (first use in this function); did you mean '__DATE__'?
 return __s390__
        ^~~~~~~~
        __DATE__
conftest.c:15:8: note: each undeclared identifier is reported only once for each function it appears in
configure:4445: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| return __s390__
|   ;
|   return 0;
| }
configure:4466: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:15:8: error: '__PPC64__' undeclared (first use in this function); did you mean '__LP64__'?
 return __PPC64__
        ^~~~~~~~~
        __LP64__
conftest.c:15:8: note: each undeclared identifier is reported only once for each function it appears in
configure:4466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| return __PPC64__
|   ;
|   return 0;
| }
configure:4634: checking for g++
configure:4650: found /usr/bin/g++
configure:4661: result: g++
configure:4688: checking for C++ compiler version
configure:4697: g++ --version >&5
g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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:4708: $? = 0
configure:4697: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 
configure:4708: $? = 0
configure:4697: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4708: $? = 1
configure:4697: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4708: $? = 1
configure:4712: checking whether we are using the GNU C++ compiler
configure:4731: g++ -c -g -fno-omit-frame-pointer -O2    conftest.cpp >&5
configure:4731: $? = 0
configure:4740: result: yes
configure:4749: checking whether g++ accepts -g
configure:4769: g++ -c -g  conftest.cpp >&5
configure:4769: $? = 0
configure:4810: result: yes
configure:4835: checking dependency style of g++
configure:4946: result: gcc3
configure:5009: checking for gcc
configure:5036: result: gcc
configure:5265: checking for C compiler version
configure:5274: gcc --version >&5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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:5285: $? = 0
configure:5274: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 
configure:5285: $? = 0
configure:5274: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5285: $? = 1
configure:5274: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5285: $? = 1
configure:5289: checking whether we are using the GNU C compiler
configure:5317: result: yes
configure:5326: checking whether gcc accepts -g
configure:5387: result: yes
configure:5404: checking for gcc option to accept ISO C89
configure:5480: result: none needed
configure:5505: checking whether gcc understands -c and -o together
configure:5542: result: yes
configure:5561: checking dependency style of gcc
configure:5672: result: gcc3
configure:5692: checking how to run the C preprocessor
configure:5723: gcc -E  conftest.c
configure:5723: $? = 0
configure:5737: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5737: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5762: result: gcc -E
configure:5782: gcc -E  conftest.c
configure:5782: $? = 0
configure:5796: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5878: checking for objcopy
configure:5894: found /usr/bin/objcopy
configure:5905: result: objcopy
configure:5928: checking if objcopy supports -W
configure:5944: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
conftest.c:13:1: error: redefinition of 'main'
 main ()
 ^~~~
conftest.c:11:19: note: previous definition of 'main' was here
 void foo() {} int main() {return 0;}
                   ^~~~
configure:5944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| /* end confdefs.h.  */
| void foo() {} int main() {return 0;}
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5956: result: no
configure:6016: checking how to print strings
configure:6043: result: printf
configure:6064: checking for a sed that does not truncate output
configure:6128: result: /bin/sed
configure:6146: checking for grep that handles long lines and -e
configure:6204: result: /bin/grep
configure:6209: checking for egrep
configure:6271: result: /bin/grep -E
configure:6276: checking for fgrep
configure:6338: result: /bin/grep -F
configure:6373: checking for ld used by gcc
configure:6440: result: /usr/bin/ld
configure:6447: checking if the linker (/usr/bin/ld) is GNU ld
configure:6462: result: yes
configure:6474: checking for BSD- or MS-compatible name lister (nm)
configure:6528: result: /usr/bin/nm -B
configure:6658: checking the name lister (/usr/bin/nm -B) interface
configure:6665: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:6668: /usr/bin/nm -B "conftest.o"
configure:6671: output
0000000000000000 B some_variable
configure:6678: result: BSD nm
configure:6681: checking whether ln -s works
configure:6685: result: yes
configure:6693: checking the maximum length of command line arguments
configure:6824: result: 1572864
configure:6872: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6912: result: func_convert_file_noop
configure:6919: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6939: result: func_convert_file_noop
configure:6946: checking for /usr/bin/ld option to reload object files
configure:6953: result: -r
configure:7027: checking for objdump
configure:7043: found /usr/bin/objdump
configure:7054: result: objdump
configure:7086: checking how to recognize dependent libraries
configure:7286: result: pass_all
configure:7371: checking for dlltool
configure:7401: result: no
configure:7431: checking how to associate runtime and link libraries
configure:7458: result: printf %s\n
configure:7518: checking for ar
configure:7534: found /usr/bin/ar
configure:7545: result: ar
configure:7582: checking for archiver @FILE support
configure:7599: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:7599: $? = 0
configure:7602: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7605: $? = 0
configure:7610: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7613: $? = 1
configure:7625: result: @
configure:7683: checking for strip
configure:7699: found /usr/bin/strip
configure:7710: result: strip
configure:7782: checking for ranlib
configure:7798: found /usr/bin/ranlib
configure:7809: result: ranlib
configure:7911: checking command to parse /usr/bin/nm -B output from gcc object
configure:8064: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:8067: $? = 0
configure:8071: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8074: $? = 0
configure:8140: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c conftstm.o >&5
configure:8143: $? = 0
configure:8181: result: ok
configure:8228: checking for sysroot
configure:8258: result: no
configure:8265: checking for a working dd
configure:8303: result: /bin/dd
configure:8307: checking how to truncate binary pipes
configure:8322: result: /bin/dd bs=4096 count=1
configure:8458: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:8461: $? = 0
configure:8651: checking for mt
configure:8667: found /bin/mt
configure:8678: result: mt
configure:8701: checking if mt is a manifest tool
configure:8707: mt '-?'
configure:8715: result: no
configure:9388: checking for ANSI C header files
configure:9408: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9408: $? = 0
configure:9481: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:9481: $? = 0
configure:9481: ./conftest
configure:9481: $? = 0
configure:9492: result: yes
configure:9505: checking for sys/types.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for sys/stat.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for stdlib.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for string.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for memory.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for strings.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for inttypes.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for stdint.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9505: checking for unistd.h
configure:9505: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9505: $? = 0
configure:9505: result: yes
configure:9519: checking for dlfcn.h
configure:9519: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:9519: $? = 0
configure:9519: result: yes
configure:9786: checking for objdir
configure:9801: result: .libs
configure:10065: checking if gcc supports -fno-rtti -fno-exceptions
configure:10083: gcc -c -g -fno-omit-frame-pointer    -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:10087: $? = 0
configure:10100: result: no
configure:10458: checking for gcc option to produce PIC
configure:10465: result: -fPIC -DPIC
configure:10473: checking if gcc PIC flag -fPIC -DPIC works
configure:10491: gcc -c -g -fno-omit-frame-pointer    -fPIC -DPIC -DPIC conftest.c >&5
configure:10495: $? = 0
configure:10508: result: yes
configure:10537: checking if gcc static flag -static works
configure:10565: result: yes
configure:10580: checking if gcc supports -c -o file.o
configure:10601: gcc -c -g -fno-omit-frame-pointer    -o out/conftest2.o conftest.c >&5
configure:10605: $? = 0
configure:10627: result: yes
configure:10635: checking if gcc supports -c -o file.o
configure:10682: result: yes
configure:10715: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11978: result: yes
configure:12015: checking whether -lc should be explicitly linked in
configure:12023: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:12026: $? = 0
configure:12041: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:12044: $? = 0
configure:12058: result: no
configure:12218: checking dynamic linker characteristics
configure:12799: gcc -o conftest -g -fno-omit-frame-pointer      -Wl,-rpath -Wl,/foo conftest.c   >&5
configure:12799: $? = 0
configure:13048: result: GNU/Linux ld.so
configure:13170: checking how to hardcode library paths into programs
configure:13195: result: immediate
configure:13743: checking whether stripping libraries is possible
configure:13748: result: yes
configure:13783: checking if libtool supports shared libraries
configure:13785: result: yes
configure:13788: checking whether to build shared libraries
configure:13813: result: yes
configure:13816: checking whether to build static libraries
configure:13820: result: yes
configure:13843: checking how to run the C++ preprocessor
configure:13870: g++ -E  conftest.cpp
configure:13870: $? = 0
configure:13884: g++ -E  conftest.cpp
conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13884: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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:13909: result: g++ -E
configure:13929: g++ -E  conftest.cpp
configure:13929: $? = 0
configure:13943: g++ -E  conftest.cpp
conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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:14105: checking for ld used by g++
configure:14172: result: /usr/bin/ld -m elf_x86_64
configure:14179: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14194: result: yes
configure:14249: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15322: result: yes
configure:15358: g++ -c -g -fno-omit-frame-pointer -O2    conftest.cpp >&5
configure:15361: $? = 0
configure:15842: checking for g++ option to produce PIC
configure:15849: result: -fPIC -DPIC
configure:15857: checking if g++ PIC flag -fPIC -DPIC works
configure:15875: g++ -c -g -fno-omit-frame-pointer -O2    -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15879: $? = 0
configure:15892: result: yes
configure:15915: checking if g++ static flag -static works
configure:15943: result: yes
configure:15955: checking if g++ supports -c -o file.o
configure:15976: g++ -c -g -fno-omit-frame-pointer -O2    -o out/conftest2.o conftest.cpp >&5
configure:15980: $? = 0
configure:16002: result: yes
configure:16007: checking if g++ supports -c -o file.o
configure:16054: result: yes
configure:16084: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16127: result: yes
configure:16268: checking dynamic linker characteristics
configure:17025: result: GNU/Linux ld.so
configure:17090: checking how to hardcode library paths into programs
configure:17115: result: immediate
configure:17177: checking for inline
configure:17193: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17193: $? = 0
configure:17201: result: inline
configure:17220: checking for __attribute__
configure:17239: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17239: $? = 0
configure:17253: result: yes
configure:17257: checking for __attribute__((aligned(N))) on functions
configure:17276: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17276: $? = 0
configure:17290: result: yes
configure:17295: checking for ANSI C header files
configure:17399: result: yes
configure:17409: checking for __int64
configure:17409: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:13: error: '__int64' undeclared (first use in this function); did you mean '__int64_t'?
 if (sizeof (__int64))
             ^~~~~~~
             __int64_t
conftest.c:62:13: note: each undeclared identifier is reported only once for each function it appears in
configure:17409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 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 (__int64))
| 	 return 0;
|   ;
|   return 0;
| }
configure:17409: result: no
configure:17419: checking for struct mallinfo
configure:17419: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17419: $? = 0
configure:17419: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:30: error: expected expression before ')' token
 if (sizeof ((struct mallinfo)))
                              ^
configure:17419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <malloc.h>
| 
| int
| main ()
| {
| if (sizeof ((struct mallinfo)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17419: result: yes
configure:17430: checking for Elf32_Versym
configure:17430: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17430: $? = 0
configure:17430: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:32:27: error: expected expression before ')' token
 if (sizeof ((Elf32_Versym)))
                           ^
configure:17430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| /* end confdefs.h.  */
| #include <elf.h>
| 
| int
| main ()
| {
| if (sizeof ((Elf32_Versym)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17430: result: yes
configure:17443: checking for sbrk
configure:17443: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:17443: $? = 0
configure:17443: result: yes
configure:17454: checking for geteuid
configure:17454: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:17454: $? = 0
configure:17454: result: yes
configure:17465: checking for fork
configure:17465: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
conftest.c:53:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch]
 char fork ();
      ^~~~
configure:17465: $? = 0
configure:17465: result: yes
configure:17476: checking features.h usability
configure:17476: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17476: $? = 0
configure:17476: result: yes
configure:17476: checking features.h presence
configure:17476: gcc -E  conftest.c
configure:17476: $? = 0
configure:17476: result: yes
configure:17476: checking for features.h
configure:17476: result: yes
configure:17488: checking malloc.h usability
configure:17488: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17488: $? = 0
configure:17488: result: yes
configure:17488: checking malloc.h presence
configure:17488: gcc -E  conftest.c
configure:17488: $? = 0
configure:17488: result: yes
configure:17488: checking for malloc.h
configure:17488: result: yes
configure:17500: checking glob.h usability
configure:17500: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17500: $? = 0
configure:17500: result: yes
configure:17500: checking glob.h presence
configure:17500: gcc -E  conftest.c
configure:17500: $? = 0
configure:17500: result: yes
configure:17500: checking for glob.h
configure:17500: result: yes
configure:17512: checking execinfo.h usability
configure:17512: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17512: $? = 0
configure:17512: result: yes
configure:17512: checking execinfo.h presence
configure:17512: gcc -E  conftest.c
configure:17512: $? = 0
configure:17512: result: yes
configure:17512: checking for execinfo.h
configure:17512: result: yes
configure:17524: checking unwind.h usability
configure:17524: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17524: $? = 0
configure:17524: result: yes
configure:17524: checking unwind.h presence
configure:17524: gcc -E  conftest.c
configure:17524: $? = 0
configure:17524: result: yes
configure:17524: checking for unwind.h
configure:17524: result: yes
configure:17536: checking sched.h usability
configure:17536: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17536: $? = 0
configure:17536: result: yes
configure:17536: checking sched.h presence
configure:17536: gcc -E  conftest.c
configure:17536: $? = 0
configure:17536: result: yes
configure:17536: checking for sched.h
configure:17536: result: yes
configure:17548: checking conflict-signal.h usability
configure:17548: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c:70:10: fatal error: conflict-signal.h: No such file or directory
 #include <conflict-signal.h>
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:17548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <conflict-signal.h>
configure:17548: result: no
configure:17548: checking conflict-signal.h presence
configure:17548: gcc -E  conftest.c
conftest.c:37:10: fatal error: conflict-signal.h: No such file or directory
 #include <conflict-signal.h>
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:17548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| #include <conflict-signal.h>
configure:17548: result: no
configure:17548: checking for conflict-signal.h
configure:17548: result: no
configure:17560: checking sys/prctl.h usability
configure:17560: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17560: $? = 0
configure:17560: result: yes
configure:17560: checking sys/prctl.h presence
configure:17560: gcc -E  conftest.c
configure:17560: $? = 0
configure:17560: result: yes
configure:17560: checking for sys/prctl.h
configure:17560: result: yes
configure:17572: checking linux/ptrace.h usability
configure:17572: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17572: $? = 0
configure:17572: result: yes
configure:17572: checking linux/ptrace.h presence
configure:17572: gcc -E  conftest.c
configure:17572: $? = 0
configure:17572: result: yes
configure:17572: checking for linux/ptrace.h
configure:17572: result: yes
configure:17584: checking sys/syscall.h usability
configure:17584: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17584: $? = 0
configure:17584: result: yes
configure:17584: checking sys/syscall.h presence
configure:17584: gcc -E  conftest.c
configure:17584: $? = 0
configure:17584: result: yes
configure:17584: checking for sys/syscall.h
configure:17584: result: yes
configure:17596: checking sys/socket.h usability
configure:17596: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17596: $? = 0
configure:17596: result: yes
configure:17596: checking sys/socket.h presence
configure:17596: gcc -E  conftest.c
configure:17596: $? = 0
configure:17596: result: yes
configure:17596: checking for sys/socket.h
configure:17596: result: yes
configure:17608: checking sys/wait.h usability
configure:17608: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17608: $? = 0
configure:17608: result: yes
configure:17608: checking sys/wait.h presence
configure:17608: gcc -E  conftest.c
configure:17608: $? = 0
configure:17608: result: yes
configure:17608: checking for sys/wait.h
configure:17608: result: yes
configure:17620: checking poll.h usability
configure:17620: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17620: $? = 0
configure:17620: result: yes
configure:17620: checking poll.h presence
configure:17620: gcc -E  conftest.c
configure:17620: $? = 0
configure:17620: result: yes
configure:17620: checking for poll.h
configure:17620: result: yes
configure:17632: checking fcntl.h usability
configure:17632: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17632: $? = 0
configure:17632: result: yes
configure:17632: checking fcntl.h presence
configure:17632: gcc -E  conftest.c
configure:17632: $? = 0
configure:17632: result: yes
configure:17632: checking for fcntl.h
configure:17632: result: yes
configure:17644: checking grp.h usability
configure:17644: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17644: $? = 0
configure:17644: result: yes
configure:17644: checking grp.h presence
configure:17644: gcc -E  conftest.c
configure:17644: $? = 0
configure:17644: result: yes
configure:17644: checking for grp.h
configure:17644: result: yes
configure:17656: checking pwd.h usability
configure:17656: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17656: $? = 0
configure:17656: result: yes
configure:17656: checking pwd.h presence
configure:17656: gcc -E  conftest.c
configure:17656: $? = 0
configure:17656: result: yes
configure:17656: checking for pwd.h
configure:17656: result: yes
configure:17668: checking sys/resource.h usability
configure:17668: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17668: $? = 0
configure:17668: result: yes
configure:17668: checking sys/resource.h presence
configure:17668: gcc -E  conftest.c
configure:17668: $? = 0
configure:17668: result: yes
configure:17668: checking for sys/resource.h
configure:17668: result: yes
configure:17680: checking valgrind.h usability
configure:17680: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c:80:10: fatal error: valgrind.h: No such file or directory
 #include <valgrind.h>
          ^~~~~~~~~~~~
compilation terminated.
configure:17680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind.h>
configure:17680: result: no
configure:17680: checking valgrind.h presence
configure:17680: gcc -E  conftest.c
conftest.c:47:10: fatal error: valgrind.h: No such file or directory
 #include <valgrind.h>
          ^~~~~~~~~~~~
compilation terminated.
configure:17680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h.  */
| #include <valgrind.h>
configure:17680: result: no
configure:17680: checking for valgrind.h
configure:17680: result: no
configure:17692: checking sys/cdefs.h usability
configure:17692: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17692: $? = 0
configure:17692: result: yes
configure:17692: checking sys/cdefs.h presence
configure:17692: gcc -E  conftest.c
configure:17692: $? = 0
configure:17692: result: yes
configure:17692: checking for sys/cdefs.h
configure:17692: result: yes
configure:17704: checking for features.h
configure:17704: result: yes
configure:17719: checking whether cfree is declared
configure:17719: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:10: error: 'cfree' undeclared (first use in this function); did you mean 'free'?
   (void) cfree;
          ^~~~~
          free
conftest.c:60:10: note: each undeclared identifier is reported only once for each function it appears in
configure:17719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #define _XOPEN_SOURCE 600
|                 #include <stdlib.h>
|                 #include <malloc.h>
| 
| int
| main ()
| {
| #ifndef cfree
| #ifdef __cplusplus
|   (void) cfree;
| #else
|   (void) cfree;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:17719: result: no
configure:17732: checking whether posix_memalign is declared
configure:17732: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17732: $? = 0
configure:17732: result: yes
configure:17745: checking whether memalign is declared
configure:17745: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17745: $? = 0
configure:17745: result: yes
configure:17758: checking whether valloc is declared
configure:17758: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17758: $? = 0
configure:17758: result: yes
configure:17771: checking whether pvalloc is declared
configure:17771: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17771: $? = 0
configure:17771: result: yes
configure:17820: checking for stdlib.h
configure:17820: result: yes
configure:17820: checking for unistd.h
configure:17820: result: yes
configure:17820: checking for sys/param.h
configure:17820: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:17820: $? = 0
configure:17820: result: yes
configure:17840: checking for getpagesize
configure:17840: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:17840: $? = 0
configure:17840: result: yes
configure:17849: checking for working mmap
configure:17998: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:17998: $? = 0
configure:17998: ./conftest
configure:17998: $? = 0
configure:18008: result: yes
configure:18023: checking if int32_t is the same type as intptr_t
configure:18036: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:46: error: invalid operands to binary - (have 'int32_t * {aka int *}' and 'intptr_t * {aka long int *}')
 int32_t v1 = 0; intptr_t v2 = 0; return (&v1 - &v2)
                                          ~~~ ^ ~~~
configure:18036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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
| /* end confdefs.h.  */
| #include <stdint.h>
| int
| main ()
| {
| int32_t v1 = 0; intptr_t v2 = 0; return (&v1 - &v2)
|   ;
|   return 0;
| }
configure:18043: result: no
configure:18057: checking ucontext.h usability
configure:18057: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:18057: $? = 0
configure:18057: result: yes
configure:18057: checking ucontext.h presence
configure:18057: gcc -E  conftest.c
configure:18057: $? = 0
configure:18057: result: yes
configure:18057: checking for ucontext.h
configure:18057: result: yes
configure:18077: checking sys/ucontext.h usability
configure:18077: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:18077: $? = 0
configure:18077: result: yes
configure:18077: checking sys/ucontext.h presence
configure:18077: gcc -E  conftest.c
configure:18077: $? = 0
configure:18077: result: yes
configure:18077: checking for sys/ucontext.h
configure:18077: result: yes
configure:18090: checking cygwin/signal.h usability
configure:18090: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c:94:10: fatal error: cygwin/signal.h: No such file or directory
 #include <cygwin/signal.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:18090: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cygwin/signal.h>
configure:18090: result: no
configure:18090: checking cygwin/signal.h presence
configure:18090: gcc -E  conftest.c
conftest.c:61:10: fatal error: cygwin/signal.h: No such file or directory
 #include <cygwin/signal.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:18090: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| /* end confdefs.h.  */
| #include <cygwin/signal.h>
configure:18090: result: no
configure:18090: checking for cygwin/signal.h
configure:18090: result: no
configure:18100: checking how to access the program counter from a struct ucontext
configure:18163: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:42: error: 'REG_PC' undeclared (first use in this function); did you mean 'REG_RCX'?
 ucontext_t u; return u.uc_mcontext.gregs[REG_PC] == 0;
                                          ^~~~~~
                                          REG_RCX
conftest.c:66:42: note: each undeclared identifier is reported only once for each function it appears in
configure:18163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
|                          #include <sys/ucontext.h>
| int
| main ()
| {
| ucontext_t u; return u.uc_mcontext.gregs[REG_PC] == 0;
|   ;
|   return 0;
| }
configure:18163: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:42: error: 'REG_EIP' undeclared (first use in this function); did you mean 'REG_RIP'?
 ucontext_t u; return u.uc_mcontext.gregs[REG_EIP] == 0;
                                          ^~~~~~~
                                          REG_RIP
conftest.c:66:42: note: each undeclared identifier is reported only once for each function it appears in
configure:18163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
|                          #include <sys/ucontext.h>
| int
| main ()
| {
| ucontext_t u; return u.uc_mcontext.gregs[REG_EIP] == 0;
|   ;
|   return 0;
| }
configure:18163: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:18163: $? = 0
configure:18169: result: uc_mcontext.gregs[REG_RIP]
configure:18276: checking libunwind.h usability
configure:18276: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c:95:10: fatal error: libunwind.h: No such file or directory
 #include <libunwind.h>
          ^~~~~~~~~~~~~
compilation terminated.
configure:18276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libunwind.h>
configure:18276: result: no
configure:18276: checking libunwind.h presence
configure:18276: gcc -E  conftest.c
conftest.c:62:10: fatal error: libunwind.h: No such file or directory
 #include <libunwind.h>
          ^~~~~~~~~~~~~
compilation terminated.
configure:18276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| /* end confdefs.h.  */
| #include <libunwind.h>
configure:18276: result: no
configure:18276: checking for libunwind.h
configure:18276: result: no
configure:18346: checking for x86 without frame pointers
configure:18361: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:18361: $? = 0
configure:18382: gcc -c -g -fno-omit-frame-pointer   -S -O2 -o fp.s  conftest.c >&5
configure:18382: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| /* end confdefs.h.  */
| int f(int x) {return x;}
| int
| main ()
| {
| return f(0);
|   ;
|   return 0;
| }
configure:18402: result: no
configure:18419: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:8: error: '__i386__' undeclared (first use in this function); did you mean '__k8__'?
 return __i386__ == 1 ? 0 : 1
        ^~~~~~~~
        __k8__
conftest.c:66:8: note: each undeclared identifier is reported only once for each function it appears in
configure:18419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| return __i386__ == 1 ? 0 : 1
|   ;
|   return 0;
| }
configure:18438: checking if the compiler supports -Wno-unused-result
configure:18465: gcc -c -g -fno-omit-frame-pointer   -Wno-error -Wunused-result  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:9: warning: division by zero [-Wdiv-by-zero]
 return 1/0
         ^
configure:18465: $? = 0
configure:18473: result: yes
configure:18516: Will build sized deallocation operators that ignore size
configure:18521: checking if C++ compiler supports -fsized-deallocation
configure:18546: g++ -o conftest -g -fno-omit-frame-pointer -O2   -fsized-deallocation    conftest.cpp   >&5
configure:18546: $? = 0
configure:18561: result: yes
configure:18573: checking if C++ compiler supports std::align_val_t without options
configure:18595: g++ -o conftest -g -fno-omit-frame-pointer -O2      conftest.cpp   >&5
conftest.cpp: In function 'int main()':
conftest.cpp:66:48: error: 'align_val_t' is not a member of 'std'
 (::operator delete)((::operator new)(256, std::align_val_t(16)), std::align_val_t(16))
                                                ^~~~~~~~~~~
conftest.cpp:66:48: note: suggested alternative: 'alignment_of'
 (::operator delete)((::operator new)(256, std::align_val_t(16)), std::align_val_t(16))
                                                ^~~~~~~~~~~
                                                alignment_of
conftest.cpp:66:71: error: 'align_val_t' is not a member of 'std'
 (::operator delete)((::operator new)(256, std::align_val_t(16)), std::align_val_t(16))
                                                                       ^~~~~~~~~~~
conftest.cpp:66:71: note: suggested alternative: 'alignment_of'
 (::operator delete)((::operator new)(256, std::align_val_t(16)), std::align_val_t(16))
                                                                       ^~~~~~~~~~~
                                                                       alignment_of
configure:18595: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| /* end confdefs.h.  */
| #include <new>
| int
| main ()
| {
| (::operator delete)((::operator new)(256, std::align_val_t(16)), std::align_val_t(16))
|   ;
|   return 0;
| }
configure:18609: result: no
configure:18612: checking if C++ compiler supports -faligned-new
configure:18636: g++ -o conftest -g -fno-omit-frame-pointer -O2   -faligned-new    conftest.cpp   >&5
configure:18636: $? = 0
configure:18651: result: yes
configure:18667: Will build new/delete operators for overaligned types
configure:18683: checking if target has _Unwind_Backtrace
configure:18705: g++ -c -g -fno-omit-frame-pointer -O2    conftest.cpp >&5
configure:18705: $? = 0
configure:18718: result: yes
configure:18768: checking printf format code for printing a size_t and ssize_t
configure:18784: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:49: error: invalid operands to binary - (have 'unsigned int *' and 'size_t * {aka long unsigned int *}')
 unsigned int v1 = 0; size_t v2 = 0; return (&v1 - &v2)
                                             ~~~ ^ ~~~
configure:18784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| int
| main ()
| {
| unsigned int v1 = 0; size_t v2 = 0; return (&v1 - &v2)
|   ;
|   return 0;
| }
configure:18799: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:18799: $? = 0
configure:18814: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:55: error: invalid operands to binary - (have 'long long unsigned int *' and 'size_t * {aka long unsigned int *}')
 unsigned long long v1 = 0; size_t v2 = 0; return (&v1 - &v2)
                                                   ~~~ ^ ~~~
configure:18814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| int
| main ()
| {
| unsigned long long v1 = 0; size_t v2 = 0; return (&v1 - &v2)
|   ;
|   return 0;
| }
configure:18820: result: l
configure:18847: checking for __builtin_stack_pointer()
configure:18860: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
conftest.c: In function 'main':
conftest.c:71:12: warning: implicit declaration of function '__builtin_stack_pointer'; did you mean '__builtin_extend_pointer'? [-Wimplicit-function-declaration]
 void *sp = __builtin_stack_pointer()
            ^~~~~~~~~~~~~~~~~~~~~~~
            __builtin_extend_pointer
conftest.c:71:12: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
/tmp/ccK8ci9V.o: In function `main':
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:71: undefined reference to `__builtin_stack_pointer'
collect2: error: ld returned 1 exit status
configure:18860: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| void *sp = __builtin_stack_pointer()
|   ;
|   return 0;
| }
configure:18867: result: no
configure:18874: checking for __builtin_expect()
configure:18887: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:18887: $? = 0
configure:18891: result: yes
configure:18901: checking for __environ
configure:18914: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:18914: $? = 0
configure:18918: result: yes
configure:18938: checking for __thread
configure:18958: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:18958: $? = 0
configure:18962: result: yes
configure:18975: checking if nanosleep requires any libraries
configure:18998: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:18998: $? = 0
configure:19031: result: no
configure:19054: checking whether uname is declared
configure:19054: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:19054: $? = 0
configure:19054: result: yes
configure:19233: checking for the pthreads library -lpthreads
configure:19266: gcc -o conftest -g -fno-omit-frame-pointer       conftest.c -lpthreads   >&5
conftest.c: In function 'main':
conftest.c:76:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^~~~~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:19266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:19275: result: no
configure:19178: checking whether pthreads work without any flags
configure:19266: gcc -o conftest -g -fno-omit-frame-pointer       conftest.c    >&5
conftest.c: In function 'main':
conftest.c:76:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^~~~~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
/tmp/ccptcfy5.o: In function `main':
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:75: undefined reference to `pthread_join'
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:76: undefined reference to `__pthread_register_cancel'
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:77: undefined reference to `pthread_create'
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:77: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:19266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:19275: result: no
configure:19183: checking whether pthreads work with -Kthread
configure:19266: gcc -o conftest -g -fno-omit-frame-pointer   -Kthread    conftest.c    >&5
gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
configure:19266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:19275: result: no
configure:19183: checking whether pthreads work with -kthread
configure:19266: gcc -o conftest -g -fno-omit-frame-pointer   -kthread    conftest.c    >&5
gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
configure:19266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:19275: result: no
configure:19233: checking for the pthreads library -llthread
configure:19266: gcc -o conftest -g -fno-omit-frame-pointer       conftest.c -llthread   >&5
conftest.c: In function 'main':
conftest.c:76:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^~~~~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:19266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:19275: result: no
configure:19183: checking whether pthreads work with -pthread
configure:19266: gcc -o conftest -g -fno-omit-frame-pointer   -pthread    conftest.c    >&5
conftest.c: In function 'main':
conftest.c:76:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
                      ^~~~~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
                      ^~~~~~~~~~~~~~
conftest.c:77:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
configure:19266: $? = 0
configure:19275: result: yes
configure:19294: checking for joinable pthread attribute
configure:19309: gcc -o conftest -g -fno-omit-frame-pointer   -pthread    conftest.c    >&5
configure:19309: $? = 0
configure:19315: result: PTHREAD_CREATE_JOINABLE
configure:19325: checking if more special flags are required for pthreads
configure:19332: result: no
configure:19421: checking whether to check for GCC pthread/shared inconsistencies
configure:19434: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -fno-omit-frame-pointer   -pthread    conftest.c    >&5
configure:19434: $? = 0
configure:19446: result: yes
configure:19452: checking whether -pthread is sufficient with -shared
configure:19467: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -fno-omit-frame-pointer   -pthread    conftest.c    >&5
conftest.c: In function 'main':
conftest.c:76:8: warning: null argument where non-null required (argument 1) [-Wnonnull]
        pthread_attr_init(0); pthread_cleanup_push(0, 0);
        ^~~~~~~~~~~~~~~~~
conftest.c:77:8: warning: null argument where non-null required (argument 1) [-Wnonnull]
        pthread_create(0,0,0,0); pthread_cleanup_pop(0);
        ^~~~~~~~~~~~~~
conftest.c:77:8: warning: null argument where non-null required (argument 3) [-Wnonnull]
configure:19467: $? = 0
configure:19474: result: yes
configure:19562: checking whether what we have so far is sufficient with -nostdlib
configure:19580: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -g -fno-omit-frame-pointer   -pthread    conftest.c    -lc >&5
conftest.c: In function 'main':
conftest.c:76:9: warning: null argument where non-null required (argument 1) [-Wnonnull]
         pthread_attr_init(0); pthread_cleanup_push(0, 0);
         ^~~~~~~~~~~~~~~~~
conftest.c:77:9: warning: null argument where non-null required (argument 1) [-Wnonnull]
         pthread_create(0,0,0,0); pthread_cleanup_pop(0);
         ^~~~~~~~~~~~~~
conftest.c:77:9: warning: null argument where non-null required (argument 3) [-Wnonnull]
/tmp/ccLljJ1j.o: In function `main':
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:75: undefined reference to `pthread_join'
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:76: undefined reference to `__pthread_register_cancel'
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:77: undefined reference to `pthread_create'
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.c:77: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:19580: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| 	       pthread_attr_init(0); pthread_cleanup_push(0, 0);
| 	       pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:19592: result: no
configure:19597: checking whether -lpthread saves the day
configure:19613: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -g -fno-omit-frame-pointer   -pthread    conftest.c -lpthread    -lc >&5
conftest.c: In function 'main':
conftest.c:76:9: warning: null argument where non-null required (argument 1) [-Wnonnull]
         pthread_attr_init(0); pthread_cleanup_push(0, 0);
         ^~~~~~~~~~~~~~~~~
conftest.c:77:9: warning: null argument where non-null required (argument 1) [-Wnonnull]
         pthread_create(0,0,0,0); pthread_cleanup_pop(0);
         ^~~~~~~~~~~~~~
conftest.c:77:9: warning: null argument where non-null required (argument 3) [-Wnonnull]
configure:19613: $? = 0
configure:19622: result: yes
configure:19669: checking whether pthread symbols are available in C++ without including pthread.h
configure:19688: g++ -o conftest -g -fno-omit-frame-pointer -O2      conftest.cpp   >&5
/tmp/ccdOitCp.o: In function `main':
/home/mi/dev/kudu_apache/thirdparty/build/gperftools-2.6.90/conftest.cpp:80: undefined reference to `pthread_join'
collect2: error: ld returned 1 exit status
configure:19688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| 
|       #include <string>
|       #include <vector>
| 
| int
| main ()
| {
| 
|       pthread_t th; pthread_join(th, 0);
| 
|   ;
|   return 0;
| }
configure:19700: result: no
configure:19719: checking whether the compiler implements namespaces
configure:19743: g++ -c -g -fno-omit-frame-pointer -O2    conftest.cpp >&5
configure:19743: $? = 0
configure:19756: result: yes
configure:19763: checking what namespace STL code is in
configure:19787: g++ -c -g -fno-omit-frame-pointer -O2    conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:77:1: error: 'vector' was not declared in this scope
 vector<int> t; return 0;
 ^~~~~~
conftest.cpp:77:1: note: suggested alternative:
In file included from /usr/include/c++/7/vector:64:0,
                 from conftest.cpp:73:
/usr/include/c++/7/bits/stl_vector.h:216:11: note:   'std::vector'
     class vector : protected _Vector_base<_Tp, _Alloc>
           ^~~~~~
conftest.cpp:77:8: error: expected primary-expression before 'int'
 vector<int> t; return 0;
        ^~~
configure:19787: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.6.90"
| #define PACKAGE_STRING "gperftools 2.6.90"
| #define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.6.90"
| #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___ATTRIBUTE__ 1
| #define HAVE___ATTRIBUTE__ALIGNED_FN 1
| #define STDC_HEADERS 1
| #define HAVE_STRUCT_MALLINFO 1
| #define HAVE_ELF32_VERSYM 1
| #define HAVE_SBRK 1
| #define HAVE_GETEUID 1
| #define HAVE_FORK 1
| #define HAVE_FEATURES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNWIND_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_LINUX_PTRACE_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_CFREE 0
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_DECL_MEMALIGN 1
| #define HAVE_DECL_VALLOC 1
| #define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
| #define HAVE_SYS_UCONTEXT_H 1
| #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
| #define ENABLE_ALIGNED_NEW_DELETE 1
| #define HAVE_UNWIND_BACKTRACE 1
| #define PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define HAVE_DECL_UNAME 1
| #define HAVE_PTHREAD 1
| #define HAVE_NAMESPACES 1
| /* end confdefs.h.  */
| #include <vector>
| int
| main ()
| {
| vector<int> t; return 0;
|   ;
|   return 0;
| }
configure:19802: g++ -c -g -fno-omit-frame-pointer -O2    conftest.cpp >&5
configure:19802: $? = 0
configure:19813: result: std
configure:19828: checking for program_invocation_name
configure:19844: gcc -o conftest -g -fno-omit-frame-pointer      conftest.c   >&5
configure:19844: $? = 0
configure:19853: result: yes
configure:20078: checking for Linux SIGEV_THREAD_ID
configure:20092: gcc -c -g -fno-omit-frame-pointer    conftest.c >&5
configure:20092: $? = 0
configure:20097: result: yes
configure:20217: checking that generated files are newer than configure
configure:20223: result: done
configure:20334: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gperftools config.status 2.6.90, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on laiyingchun-pc

config.status:1292: creating Makefile
config.status:1292: creating src/gperftools/tcmalloc.h
config.status:1292: creating src/windows/gperftools/tcmalloc.h
config.status:1292: creating src/config.h
config.status:1506: executing depfiles commands
config.status:1506: executing libtool commands

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

ac_cv___attribute__=yes
ac_cv___attribute__aligned_fn=yes
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_namespaces=yes
ac_cv_cxx_stl_namespace=std
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=set
ac_cv_env_CFLAGS_value='-g -fno-omit-frame-pointer  '
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=set
ac_cv_env_CXXFLAGS_value='-g -fno-omit-frame-pointer -O2  '
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' '
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=' '
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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_formatting_prius_prefix=l
ac_cv_func_fork=yes
ac_cv_func_geteuid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_sbrk=yes
ac_cv_have_decl_cfree=no
ac_cv_have_decl_memalign=yes
ac_cv_have_decl_posix_memalign=yes
ac_cv_have_decl_pvalloc=yes
ac_cv_have_decl_uname=yes
ac_cv_have_decl_valloc=yes
ac_cv_have_program_invocation_name=yes
ac_cv_have_std_align_val_t=1
ac_cv_have_struct_mallinfo=1
ac_cv_header_conflict_signal_h=no
ac_cv_header_cygwin_signal_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libunwind_h=no
ac_cv_header_linux_ptrace_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sched_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_cdefs_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_ucontext_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_unwind_h=yes
ac_cv_header_valgrind_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_install_prefix=/home/mi/dev/kudu_apache/thirdparty/installed/uninstrumented
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GIT=/usr/bin/git
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prius_defined=1
ac_cv_prog_AWK=mawk
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_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJCOPY=objcopy
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_Elf32_Versym=yes
ac_cv_type___int64=no
ac_cv_type_struct_mallinfo=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gpt_cv_objcopy_weaken=no
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
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=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
perftools_cv_have_align_val_t=no
perftools_cv_have_f_aligned_new=yes
perftools_cv_have_unwind_backtrace=yes
perftools_cv_sized_deallocation_result=yes
perftools_cv_w_no_unused_result=yes

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





		$(CHANGELOG_GIT_FLAGS) $(CHANGELOG_GIT_RANGE) \
		--git-dir=$(CHANGELOG_GIT_DIR) --work-tree=$(top_srcdir) log \
		| fmt --split-only >.ChangeLog.tmp; \
	$(AM_V_GEN)if $(GIT) \
	else rm -f .ChangeLog.tmp; exit 1; fi
	then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
#
#    (exclusive). (Default: include all commits)
#    ChangeLog. (Default: various)
#  - CHANGELOG_GIT_DIR: .git directory to use. (Default: $(top_srcdir)/.git)
#  - CHANGELOG_GIT_FLAGS: General flags to pass to git-log when generating the
#  - CHANGELOG_START: git commit ID or tag name to output changelogs from
# Generate ChangeLog
# Generate a ChangeLog in $(top_distdir)
# Optional:
# git-specific
'
.PHONY: dist-ChangeLog
ACLOCAL='${SHELL} /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/missing autoconf'
AUTOHEADER='${SHELL} /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/missing autoheader'
AUTOMAKE='${SHELL} /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/missing automake-1.15'
AWK='mawk'
BUILD_EMERGENCY_MALLOC_FALSE=''
BUILD_EMERGENCY_MALLOC_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -fno-omit-frame-pointer  '
CHANGELOG_GIT_DIR ?= $(top_srcdir)/.git
CHANGELOG_GIT_FLAGS ?= --stat -M -C --name-status --no-color
CHANGELOG_GIT_RANGE =
CHANGELOG_GIT_RANGE = $(CHANGELOG_START)..
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -fno-omit-frame-pointer -O2  '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_FRAME_POINTERS_FALSE='#'
ENABLE_FRAME_POINTERS_TRUE=''
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GCC_FALSE='#'
GCC_TRUE=''
GENERATE_CHANGELOG_RULES='
GIT='/usr/bin/git'
GREP='/bin/grep'
HAVE_F_ALIGNED_NEW_FALSE='#'
HAVE_F_ALIGNED_NEW_TRUE=''
HAVE_OBJCOPY_WEAKEN_FALSE=''
HAVE_OBJCOPY_WEAKEN_TRUE='#'
HAVE_PTHREAD_DESPITE_ASKING_FOR_FALSE=''
HAVE_PTHREAD_DESPITE_ASKING_FOR_TRUE='#'
HAVE_SIZED_DEALLOCATION_FALSE='#'
HAVE_SIZED_DEALLOCATION_TRUE=''
HAVE_W_NO_UNUSED_RESULT_FALSE='#'
HAVE_W_NO_UNUSED_RESULT_TRUE=''
I386_FALSE=''
I386_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' '
LIBOBJS=''
LIBS=' '
LIBSTDCXX_LA_LINKER_FLAG=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/missing makeinfo'
MANIFEST_TOOL=':'
MINGW_FALSE=''
MINGW_TRUE='#'
MKDIR_P='/bin/mkdir -p'
NANOSLEEP_LIBS=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJEXT='o'
OSX_FALSE=''
OSX_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='gperftools'
PACKAGE_BUGREPORT='gperftools@googlegroups.com'
PACKAGE_NAME='gperftools'
PACKAGE_STRING='gperftools 2.6.90'
PACKAGE_TARNAME='gperftools'
PACKAGE_URL=''
PACKAGE_VERSION='2.6.90'
PATH_SEPARATOR=':'
PROFILER_SO_VERSION='4:17:4'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=' -lpthread'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TCMALLOC_SO_VERSION='9:2:5'
TC_VERSION_MAJOR='2'
TC_VERSION_MINOR='6'
TC_VERSION_PATCH='.90'
UNWIND_LIBS=''
VERSION='2.6.90'
WITH_CPU_PROFILER_FALSE='#'
WITH_CPU_PROFILER_TRUE=''
WITH_DEBUGALLOC_FALSE='#'
WITH_DEBUGALLOC_TRUE=''
WITH_HEAP_CHECKER_FALSE='#'
WITH_HEAP_CHECKER_TRUE=''
WITH_HEAP_PROFILER_FALSE='#'
WITH_HEAP_PROFILER_OR_CHECKER_FALSE='#'
WITH_HEAP_PROFILER_OR_CHECKER_TRUE=''
WITH_HEAP_PROFILER_TRUE=''
WITH_STACK_TRACE_FALSE='#'
WITH_STACK_TRACE_TRUE=''
X86_64_AND_NO_FP_BY_DEFAULT_FALSE=''
X86_64_AND_NO_FP_BY_DEFAULT_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_cv_have_std_align_val_t='1'
ac_cv_have_struct_mallinfo='1'
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=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dist-ChangeLog:
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
else
endif
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
ifeq ($(CHANGELOG_START),)
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mi/dev/kudu_apache/thirdparty/src/gperftools-2.6.90/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/mi/dev/kudu_apache/thirdparty/installed/uninstrumented'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "gperftools"
#define PACKAGE_TARNAME "gperftools"
#define PACKAGE_VERSION "2.6.90"
#define PACKAGE_STRING "gperftools 2.6.90"
#define PACKAGE_BUGREPORT "gperftools@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "gperftools"
#define VERSION "2.6.90"
#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___ATTRIBUTE__ 1
#define HAVE___ATTRIBUTE__ALIGNED_FN 1
#define STDC_HEADERS 1
#define HAVE_STRUCT_MALLINFO 1
#define HAVE_ELF32_VERSYM 1
#define HAVE_SBRK 1
#define HAVE_GETEUID 1
#define HAVE_FORK 1
#define HAVE_FEATURES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_GLOB_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_UNWIND_H 1
#define HAVE_SCHED_H 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_LINUX_PTRACE_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_POLL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_FEATURES_H 1
#define HAVE_DECL_CFREE 0
#define HAVE_DECL_POSIX_MEMALIGN 1
#define HAVE_DECL_MEMALIGN 1
#define HAVE_DECL_VALLOC 1
#define HAVE_DECL_PVALLOC 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_UCONTEXT_H 1
#define HAVE_SYS_UCONTEXT_H 1
#define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
#define ENABLE_ALIGNED_NEW_DELETE 1
#define HAVE_UNWIND_BACKTRACE 1
#define PRIuS "lu"
#define PRIxS "lx"
#define PRIdS "ld"
#define HAVE_BUILTIN_EXPECT 1
#define HAVE___ENVIRON 1
#define HAVE_TLS 1
#define HAVE_DECL_UNAME 1
#define HAVE_PTHREAD 1
#define HAVE_NAMESPACES 1
#define STL_NAMESPACE std
#define HAVE_PROGRAM_INVOCATION_NAME 1
#define INSTALL_PREFIX "/home/mi/dev/kudu_apache/thirdparty/installed/uninstrumented"
#define PERFTOOLS_DLL_DECL /**/
#define HAVE_LINUX_SIGEV_THREAD_ID 1

configure: exit 0
