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.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /root/contrail/third_party/gperftools-2.1/configure --prefix=/root/contrail/build --enable-frame-pointers

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

hostname = jenkins-test-unit-agent-1920-1.novalocal
uname -m = x86_64
uname -r = 5.14.0-284.11.1.el9_2.x86_64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Tue May 9 17:09:15 UTC 2023

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

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


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

configure:2547: checking build system type
configure:2561: result: x86_64-unknown-linux-gnu
configure:2581: checking host system type
configure:2594: result: x86_64-unknown-linux-gnu
configure:2630: checking for a BSD-compatible install
configure:2698: result: /usr/bin/install -c
configure:2709: checking whether build environment is sane
configure:2764: result: yes
configure:2915: checking for a thread-safe mkdir -p
configure:2954: result: /usr/bin/mkdir -p
configure:2961: checking for gawk
configure:2977: found /usr/bin/gawk
configure:2988: result: gawk
configure:2999: checking whether make sets $(MAKE)
configure:3021: result: yes
configure:3050: checking whether make supports nested variables
configure:3067: result: yes
configure:3283: checking for g++
configure:3299: found /usr/bin/g++
configure:3310: result: g++
configure:3337: checking for C++ compiler version
configure:3346: g++ --version >&5
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Copyright (C) 2015 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:3357: $? = 0
configure:3346: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 
configure:3357: $? = 0
configure:3346: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3357: $? = 4
configure:3346: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3357: $? = 4
configure:3377: checking whether the C++ compiler works
configure:3399: g++    conftest.cpp  >&5
configure:3403: $? = 0
configure:3451: result: yes
configure:3454: checking for C++ compiler default output file name
configure:3456: result: a.out
configure:3462: checking for suffix of executables
configure:3469: g++ -o conftest    conftest.cpp  >&5
configure:3473: $? = 0
configure:3495: result: 
configure:3517: checking whether we are cross compiling
configure:3525: g++ -o conftest    conftest.cpp  >&5
configure:3529: $? = 0
configure:3536: ./conftest
configure:3540: $? = 0
configure:3555: result: no
configure:3560: checking for suffix of object files
configure:3582: g++ -c   conftest.cpp >&5
configure:3586: $? = 0
configure:3607: result: o
configure:3611: checking whether we are using the GNU C++ compiler
configure:3630: g++ -c   conftest.cpp >&5
configure:3630: $? = 0
configure:3639: result: yes
configure:3648: checking whether g++ accepts -g
configure:3668: g++ -c -g  conftest.cpp >&5
configure:3668: $? = 0
configure:3709: result: yes
configure:3745: checking for style of include used by make
configure:3773: result: GNU
configure:3799: checking dependency style of g++
configure:3910: result: gcc3
configure:3973: checking for gcc
configure:3989: found /usr/bin/gcc
configure:4000: result: gcc
configure:4229: checking for C compiler version
configure:4238: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Copyright (C) 2015 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:4249: $? = 0
configure:4238: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 
configure:4249: $? = 0
configure:4238: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4249: $? = 4
configure:4238: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4249: $? = 4
configure:4253: checking whether we are using the GNU C compiler
configure:4272: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:4272: $? = 0
configure:4281: result: yes
configure:4290: checking whether gcc accepts -g
configure:4310: gcc -c -g  conftest.c >&5
configure:4310: $? = 0
configure:4351: result: yes
configure:4368: checking for gcc option to accept ISO C89
configure:4431: gcc  -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:4431: $? = 0
configure:4444: result: none needed
configure:4466: checking dependency style of gcc
configure:4577: result: gcc3
configure:4597: checking how to run the C preprocessor
configure:4628: gcc -E  conftest.c
configure:4628: $? = 0
configure:4642: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4667: result: gcc -E
configure:4687: gcc -E  conftest.c
configure:4687: $? = 0
configure:4701: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4738: checking whether gcc and cc understand -c and -o together
configure:4769: gcc -c conftest.c -o conftest2.o >&5
configure:4773: $? = 0
configure:4779: gcc -c conftest.c -o conftest2.o >&5
configure:4783: $? = 0
configure:4794: cc -c conftest.c >&5
configure:4798: $? = 0
configure:4806: cc -c conftest.c -o conftest2.o >&5
configure:4810: $? = 0
configure:4816: cc -c conftest.c -o conftest2.o >&5
configure:4820: $? = 0
configure:4838: result: yes
configure:4908: checking for objcopy
configure:4924: found /usr/bin/objcopy
configure:4935: result: objcopy
configure:4959: checking if objcopy supports -W
configure:4975: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   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:4975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| /* end confdefs.h.  */
| void foo() {} int main() {return 0;}
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4987: result: no
configure:5047: checking how to print strings
configure:5074: result: printf
configure:5095: checking for a sed that does not truncate output
configure:5159: result: /usr/bin/sed
configure:5177: checking for grep that handles long lines and -e
configure:5235: result: /usr/bin/grep
configure:5240: checking for egrep
configure:5302: result: /usr/bin/grep -E
configure:5307: checking for fgrep
configure:5369: result: /usr/bin/grep -F
configure:5404: checking for ld used by gcc
configure:5471: result: /usr/bin/ld
configure:5478: checking if the linker (/usr/bin/ld) is GNU ld
configure:5493: result: yes
configure:5505: checking for BSD- or MS-compatible name lister (nm)
configure:5554: result: /usr/bin/nm -B
configure:5684: checking the name lister (/usr/bin/nm -B) interface
configure:5691: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:5694: /usr/bin/nm -B "conftest.o"
configure:5697: output
0000000000000000 B some_variable
configure:5704: result: BSD nm
configure:5707: checking whether ln -s works
configure:5711: result: yes
configure:5719: checking the maximum length of command line arguments
configure:5850: result: 1572864
configure:5867: checking whether the shell understands some XSI constructs
configure:5877: result: yes
configure:5881: checking whether the shell understands "+="
configure:5887: result: yes
configure:5922: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5962: result: func_convert_file_noop
configure:5969: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5989: result: func_convert_file_noop
configure:5996: checking for /usr/bin/ld option to reload object files
configure:6003: result: -r
configure:6077: checking for objdump
configure:6093: found /usr/bin/objdump
configure:6104: result: objdump
configure:6136: checking how to recognize dependent libraries
configure:6334: result: pass_all
configure:6419: checking for dlltool
configure:6449: result: no
configure:6479: checking how to associate runtime and link libraries
configure:6506: result: printf %s\n
configure:6566: checking for ar
configure:6582: found /usr/bin/ar
configure:6593: result: ar
configure:6630: checking for archiver @FILE support
configure:6647: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:6647: $? = 0
configure:6650: ar cru libconftest.a @conftest.lst >&5
configure:6653: $? = 0
configure:6658: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6661: $? = 1
configure:6673: result: @
configure:6731: checking for strip
configure:6747: found /usr/bin/strip
configure:6758: result: strip
configure:6830: checking for ranlib
configure:6846: found /usr/bin/ranlib
configure:6857: result: ranlib
configure:6959: checking command to parse /usr/bin/nm -B output from gcc object
configure:7079: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:7082: $? = 0
configure:7086: /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:7089: $? = 0
configure:7155: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c conftstm.o >&5
configure:7158: $? = 0
configure:7196: result: ok
configure:7233: checking for sysroot
configure:7263: result: no
configure:7340: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:7343: $? = 0
configure:7526: checking for mt
configure:7556: result: no
configure:7576: checking if : is a manifest tool
configure:7582: : '-?'
configure:7590: result: no
configure:8228: checking for ANSI C header files
configure:8248: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8248: $? = 0
configure:8321: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:8321: $? = 0
configure:8321: ./conftest
configure:8321: $? = 0
configure:8332: result: yes
configure:8345: checking for sys/types.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for sys/stat.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for stdlib.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for string.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for memory.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for strings.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for inttypes.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for stdint.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8345: checking for unistd.h
configure:8345: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8345: $? = 0
configure:8345: result: yes
configure:8359: checking for dlfcn.h
configure:8359: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:8359: $? = 0
configure:8359: result: yes
configure:8576: checking for objdir
configure:8591: result: .libs
configure:8862: checking if gcc supports -fno-rtti -fno-exceptions
configure:8880: gcc -c -DOPEN_CONTRAIL_CLIENT -g  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8884: $? = 0
configure:8897: result: no
configure:9224: checking for gcc option to produce PIC
configure:9231: result: -fPIC -DPIC
configure:9239: checking if gcc PIC flag -fPIC -DPIC works
configure:9257: gcc -c -DOPEN_CONTRAIL_CLIENT -g  -fPIC -DPIC -DPIC conftest.c >&5
configure:9261: $? = 0
configure:9274: result: yes
configure:9303: checking if gcc static flag -static works
configure:9331: result: no
configure:9346: checking if gcc supports -c -o file.o
configure:9367: gcc -c -DOPEN_CONTRAIL_CLIENT -g  -o out/conftest2.o conftest.c >&5
configure:9371: $? = 0
configure:9393: result: yes
configure:9401: checking if gcc supports -c -o file.o
configure:9448: result: yes
configure:9481: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10638: result: yes
configure:10675: checking whether -lc should be explicitly linked in
configure:10683: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:10686: $? = 0
configure:10701: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10704: $? = 0
configure:10718: result: no
configure:10878: checking dynamic linker characteristics
configure:11378: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11378: $? = 0
configure:11612: result: GNU/Linux ld.so
configure:11719: checking how to hardcode library paths into programs
configure:11744: result: immediate
configure:12284: checking whether stripping libraries is possible
configure:12289: result: yes
configure:12324: checking if libtool supports shared libraries
configure:12326: result: yes
configure:12329: checking whether to build shared libraries
configure:12350: result: yes
configure:12353: checking whether to build static libraries
configure:12357: result: yes
configure:12380: checking how to run the C++ preprocessor
configure:12407: g++ -E  conftest.cpp
configure:12407: $? = 0
configure:12421: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:12421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12446: result: g++ -E
configure:12466: g++ -E  conftest.cpp
configure:12466: $? = 0
configure:12480: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:12480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12649: checking for ld used by g++
configure:12716: result: /usr/bin/ld -m elf_x86_64
configure:12723: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12738: result: yes
configure:12793: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13795: result: yes
configure:13831: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
configure:13834: $? = 0
configure:14354: checking for g++ option to produce PIC
configure:14361: result: -fPIC -DPIC
configure:14369: checking if g++ PIC flag -fPIC -DPIC works
configure:14387: g++ -c -g -O2 -std=c++11  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14391: $? = 0
configure:14404: result: yes
configure:14427: checking if g++ static flag -static works
configure:14455: result: no
configure:14467: checking if g++ supports -c -o file.o
configure:14488: g++ -c -g -O2 -std=c++11  -o out/conftest2.o conftest.cpp >&5
configure:14492: $? = 0
configure:14514: result: yes
configure:14519: checking if g++ supports -c -o file.o
configure:14566: result: yes
configure:14596: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14635: result: yes
configure:14776: checking dynamic linker characteristics
configure:15444: result: GNU/Linux ld.so
configure:15497: checking how to hardcode library paths into programs
configure:15522: result: immediate
configure:15584: checking for inline
configure:15600: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15600: $? = 0
configure:15608: result: inline
configure:15627: checking for __attribute__
configure:15646: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15646: $? = 0
configure:15660: result: yes
configure:15665: checking for ANSI C header files
configure:15769: result: yes
configure:15779: checking for __int64
configure:15779: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:13: error: '__int64' undeclared (first use in this function)
 if (sizeof (__int64))
             ^
conftest.c:61:13: note: each undeclared identifier is reported only once for each function it appears in
configure:15779: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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:15779: result: no
configure:15789: checking for struct mallinfo
configure:15789: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15789: $? = 0
configure:15789: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:30:30: error: expected expression before ')' token
 if (sizeof ((struct mallinfo)))
                              ^
configure:15789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <malloc.h>
| 
| int
| main ()
| {
| if (sizeof ((struct mallinfo)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:15789: result: yes
configure:15800: checking for Elf32_Versym
configure:15800: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15800: $? = 0
configure:15800: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:27: error: expected expression before ')' token
 if (sizeof ((Elf32_Versym)))
                           ^
configure:15800: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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:15800: result: yes
configure:15813: checking for sbrk
configure:15813: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:15813: $? = 0
configure:15813: result: yes
configure:15824: checking for geteuid
configure:15824: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:15824: $? = 0
configure:15824: result: yes
configure:15835: checking for fork
configure:15835: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
conftest.c:52:6: warning: conflicting types for built-in function 'fork' [enabled by default]
 char fork ();
      ^
configure:15835: $? = 0
configure:15835: result: yes
configure:15846: checking features.h usability
configure:15846: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15846: $? = 0
configure:15846: result: yes
configure:15846: checking features.h presence
configure:15846: gcc -E  conftest.c
configure:15846: $? = 0
configure:15846: result: yes
configure:15846: checking for features.h
configure:15846: result: yes
configure:15858: checking malloc.h usability
configure:15858: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15858: $? = 0
configure:15858: result: yes
configure:15858: checking malloc.h presence
configure:15858: gcc -E  conftest.c
configure:15858: $? = 0
configure:15858: result: yes
configure:15858: checking for malloc.h
configure:15858: result: yes
configure:15870: checking sys/malloc.h usability
configure:15870: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c:65:24: fatal error: sys/malloc.h: No such file or directory
 #include <sys/malloc.h>
                        ^
compilation terminated.
configure:15870: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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
| /* 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 <sys/malloc.h>
configure:15870: result: no
configure:15870: checking sys/malloc.h presence
configure:15870: gcc -E  conftest.c
conftest.c:32:24: fatal error: sys/malloc.h: No such file or directory
 #include <sys/malloc.h>
                        ^
compilation terminated.
configure:15870: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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
| /* end confdefs.h.  */
| #include <sys/malloc.h>
configure:15870: result: no
configure:15870: checking for sys/malloc.h
configure:15870: result: no
configure:15882: checking malloc/malloc.h usability
configure:15882: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c:65:27: fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
                           ^
compilation terminated.
configure:15882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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
| /* 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 <malloc/malloc.h>
configure:15882: result: no
configure:15882: checking malloc/malloc.h presence
configure:15882: gcc -E  conftest.c
conftest.c:32:27: fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
                           ^
compilation terminated.
configure:15882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:15882: result: no
configure:15882: checking for malloc/malloc.h
configure:15882: result: no
configure:15894: checking glob.h usability
configure:15894: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15894: $? = 0
configure:15894: result: yes
configure:15894: checking glob.h presence
configure:15894: gcc -E  conftest.c
configure:15894: $? = 0
configure:15894: result: yes
configure:15894: checking for glob.h
configure:15894: result: yes
configure:15906: checking execinfo.h usability
configure:15906: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15906: $? = 0
configure:15906: result: yes
configure:15906: checking execinfo.h presence
configure:15906: gcc -E  conftest.c
configure:15906: $? = 0
configure:15906: result: yes
configure:15906: checking for execinfo.h
configure:15906: result: yes
configure:15918: checking libunwind.h usability
configure:15918: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c:67:23: fatal error: libunwind.h: No such file or directory
 #include <libunwind.h>
                       ^
compilation terminated.
configure:15918: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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
| /* 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:15918: result: no
configure:15918: checking libunwind.h presence
configure:15918: gcc -E  conftest.c
conftest.c:34:23: fatal error: libunwind.h: No such file or directory
 #include <libunwind.h>
                       ^
compilation terminated.
configure:15918: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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
| /* end confdefs.h.  */
| #include <libunwind.h>
configure:15918: result: no
configure:15918: checking for libunwind.h
configure:15918: result: no
configure:15930: checking unwind.h usability
configure:15930: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15930: $? = 0
configure:15930: result: yes
configure:15930: checking unwind.h presence
configure:15930: gcc -E  conftest.c
configure:15930: $? = 0
configure:15930: result: yes
configure:15930: checking for unwind.h
configure:15930: result: yes
configure:15942: checking sched.h usability
configure:15942: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15942: $? = 0
configure:15942: result: yes
configure:15942: checking sched.h presence
configure:15942: gcc -E  conftest.c
configure:15942: $? = 0
configure:15942: result: yes
configure:15942: checking for sched.h
configure:15942: result: yes
configure:15954: checking conflict-signal.h usability
configure:15954: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c:69:29: fatal error: conflict-signal.h: No such file or directory
 #include <conflict-signal.h>
                             ^
compilation terminated.
configure:15954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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:15954: result: no
configure:15954: checking conflict-signal.h presence
configure:15954: gcc -E  conftest.c
conftest.c:36:29: fatal error: conflict-signal.h: No such file or directory
 #include <conflict-signal.h>
                             ^
compilation terminated.
configure:15954: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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:15954: result: no
configure:15954: checking for conflict-signal.h
configure:15954: result: no
configure:15966: checking sys/prctl.h usability
configure:15966: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15966: $? = 0
configure:15966: result: yes
configure:15966: checking sys/prctl.h presence
configure:15966: gcc -E  conftest.c
configure:15966: $? = 0
configure:15966: result: yes
configure:15966: checking for sys/prctl.h
configure:15966: result: yes
configure:15978: checking linux/ptrace.h usability
configure:15978: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15978: $? = 0
configure:15978: result: yes
configure:15978: checking linux/ptrace.h presence
configure:15978: gcc -E  conftest.c
configure:15978: $? = 0
configure:15978: result: yes
configure:15978: checking for linux/ptrace.h
configure:15978: result: yes
configure:15990: checking sys/syscall.h usability
configure:15990: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:15990: $? = 0
configure:15990: result: yes
configure:15990: checking sys/syscall.h presence
configure:15990: gcc -E  conftest.c
configure:15990: $? = 0
configure:15990: result: yes
configure:15990: checking for sys/syscall.h
configure:15990: result: yes
configure:16002: checking sys/socket.h usability
configure:16002: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16002: $? = 0
configure:16002: result: yes
configure:16002: checking sys/socket.h presence
configure:16002: gcc -E  conftest.c
configure:16002: $? = 0
configure:16002: result: yes
configure:16002: checking for sys/socket.h
configure:16002: result: yes
configure:16014: checking sys/wait.h usability
configure:16014: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16014: $? = 0
configure:16014: result: yes
configure:16014: checking sys/wait.h presence
configure:16014: gcc -E  conftest.c
configure:16014: $? = 0
configure:16014: result: yes
configure:16014: checking for sys/wait.h
configure:16014: result: yes
configure:16026: checking poll.h usability
configure:16026: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16026: $? = 0
configure:16026: result: yes
configure:16026: checking poll.h presence
configure:16026: gcc -E  conftest.c
configure:16026: $? = 0
configure:16026: result: yes
configure:16026: checking for poll.h
configure:16026: result: yes
configure:16038: checking fcntl.h usability
configure:16038: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16038: $? = 0
configure:16038: result: yes
configure:16038: checking fcntl.h presence
configure:16038: gcc -E  conftest.c
configure:16038: $? = 0
configure:16038: result: yes
configure:16038: checking for fcntl.h
configure:16038: result: yes
configure:16050: checking grp.h usability
configure:16050: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16050: $? = 0
configure:16050: result: yes
configure:16050: checking grp.h presence
configure:16050: gcc -E  conftest.c
configure:16050: $? = 0
configure:16050: result: yes
configure:16050: checking for grp.h
configure:16050: result: yes
configure:16062: checking pwd.h usability
configure:16062: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16062: $? = 0
configure:16062: result: yes
configure:16062: checking pwd.h presence
configure:16062: gcc -E  conftest.c
configure:16062: $? = 0
configure:16062: result: yes
configure:16062: checking for pwd.h
configure:16062: result: yes
configure:16074: checking sys/resource.h usability
configure:16074: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16074: $? = 0
configure:16074: result: yes
configure:16074: checking sys/resource.h presence
configure:16074: gcc -E  conftest.c
configure:16074: $? = 0
configure:16074: result: yes
configure:16074: checking for sys/resource.h
configure:16074: result: yes
configure:16086: checking valgrind.h usability
configure:16086: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c:79:22: fatal error: valgrind.h: No such file or directory
 #include <valgrind.h>
                      ^
compilation terminated.
configure:16086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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:16086: result: no
configure:16086: checking valgrind.h presence
configure:16086: gcc -E  conftest.c
conftest.c:46:22: fatal error: valgrind.h: No such file or directory
 #include <valgrind.h>
                      ^
compilation terminated.
configure:16086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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:16086: result: no
configure:16086: checking for valgrind.h
configure:16086: result: no
configure:16098: checking sys/cdefs.h usability
configure:16098: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16098: $? = 0
configure:16098: result: yes
configure:16098: checking sys/cdefs.h presence
configure:16098: gcc -E  conftest.c
configure:16098: $? = 0
configure:16098: result: yes
configure:16098: checking for sys/cdefs.h
configure:16098: result: yes
configure:16110: checking for features.h
configure:16110: result: yes
configure:16125: checking whether cfree is declared
configure:16125: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16125: $? = 0
configure:16125: result: yes
configure:16138: checking whether posix_memalign is declared
configure:16138: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16138: $? = 0
configure:16138: result: yes
configure:16151: checking whether memalign is declared
configure:16151: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16151: $? = 0
configure:16151: result: yes
configure:16164: checking whether valloc is declared
configure:16164: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16164: $? = 0
configure:16164: result: yes
configure:16177: checking whether pvalloc is declared
configure:16177: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16177: $? = 0
configure:16177: result: yes
configure:16226: checking for stdlib.h
configure:16226: result: yes
configure:16226: checking for unistd.h
configure:16226: result: yes
configure:16226: checking for sys/param.h
configure:16226: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16226: $? = 0
configure:16226: result: yes
configure:16246: checking for getpagesize
configure:16246: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:16246: $? = 0
configure:16246: result: yes
configure:16255: checking for working mmap
configure:16402: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:16402: $? = 0
configure:16402: ./conftest
configure:16402: $? = 0
configure:16412: result: yes
configure:16427: checking if int32_t is the same type as intptr_t
configure:16440: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:46: error: invalid operands to binary - (have 'int32_t *' and 'intptr_t *')
 int32_t v1 = 0; intptr_t v2 = 0; return (&v1 - &v2)
                                              ^
configure:16440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16447: result: no
configure:16461: checking ucontext.h usability
configure:16461: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16461: $? = 0
configure:16461: result: yes
configure:16461: checking ucontext.h presence
configure:16461: gcc -E  conftest.c
configure:16461: $? = 0
configure:16461: result: yes
configure:16461: checking for ucontext.h
configure:16461: result: yes
configure:16481: checking sys/ucontext.h usability
configure:16481: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16481: $? = 0
configure:16481: result: yes
configure:16481: checking sys/ucontext.h presence
configure:16481: gcc -E  conftest.c
configure:16481: $? = 0
configure:16481: result: yes
configure:16481: checking for sys/ucontext.h
configure:16481: result: yes
configure:16494: checking cygwin/signal.h usability
configure:16494: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c:93:27: fatal error: cygwin/signal.h: No such file or directory
 #include <cygwin/signal.h>
                           ^
compilation terminated.
configure:16494: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16494: result: no
configure:16494: checking cygwin/signal.h presence
configure:16494: gcc -E  conftest.c
conftest.c:60:27: fatal error: cygwin/signal.h: No such file or directory
 #include <cygwin/signal.h>
                           ^
compilation terminated.
configure:16494: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16494: result: no
configure:16494: checking for cygwin/signal.h
configure:16494: result: no
configure:16504: checking how to access the program counter from a struct ucontext
configure:16565: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:42: error: 'REG_PC' undeclared (first use in this function)
 ucontext_t u; return u.uc_mcontext.gregs[REG_PC] == 0;
                                          ^
conftest.c:65:42: note: each undeclared identifier is reported only once for each function it appears in
configure:16565: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16565: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:42: error: 'REG_EIP' undeclared (first use in this function)
 ucontext_t u; return u.uc_mcontext.gregs[REG_EIP] == 0;
                                          ^
conftest.c:65:42: note: each undeclared identifier is reported only once for each function it appears in
configure:16565: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16565: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16565: $? = 0
configure:16571: result: uc_mcontext.gregs[REG_RIP]
configure:16674: checking for backtrace in -lunwind
configure:16699: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c -lunwind   >&5
/usr/bin/ld: cannot find -lunwind
collect2: error: ld returned 1 exit status
configure:16699: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char backtrace ();
| int
| main ()
| {
| return backtrace ();
|   ;
|   return 0;
| }
configure:16708: result: no
configure:16748: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16748: $? = 0
configure:16769: gcc -c -DOPEN_CONTRAIL_CLIENT -g -S -O2 -o fp.s  conftest.c >&5
configure:16769: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16799: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:8: error: '__i386__' undeclared (first use in this function)
 return __i386__ == 1 ? 0 : 1
        ^
conftest.c:65:8: note: each undeclared identifier is reported only once for each function it appears in
configure:16799: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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:16818: checking if the compiler supports -Wno-unused-result
configure:16840: gcc -c -DOPEN_CONTRAIL_CLIENT -g -Wno-error -Wno-unused-result  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:9: warning: division by zero [-Wdiv-by-zero]
 return 1/0
         ^
configure:16840: $? = 0
configure:16848: result: yes
configure:16860: checking printf format code for printing a size_t and ssize_t
configure:16876: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:49: error: invalid operands to binary - (have 'unsigned int *' and 'size_t *')
 unsigned int v1 = 0; size_t v2 = 0; return (&v1 - &v2)
                                                 ^
configure:16876: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 <stddef.h>
| int
| main ()
| {
| unsigned int v1 = 0; size_t v2 = 0; return (&v1 - &v2)
|   ;
|   return 0;
| }
configure:16891: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:16891: $? = 0
configure:16906: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:55: error: invalid operands to binary - (have 'long long unsigned int *' and 'size_t *')
 unsigned long long v1 = 0; size_t v2 = 0; return (&v1 - &v2)
                                                       ^
configure:16906: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 <stddef.h>
| int
| main ()
| {
| unsigned long long v1 = 0; size_t v2 = 0; return (&v1 - &v2)
|   ;
|   return 0;
| }
configure:16912: result: l
configure:16939: checking for __builtin_stack_pointer()
configure:16952: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:68:12: warning: initialization makes pointer from integer without a cast [enabled by default]
 void *sp = __builtin_stack_pointer()
            ^
/tmp/cckeXux8.o: In function `main':
/root/contrail/build/third_party/gperftools/conftest.c:68: undefined reference to `__builtin_stack_pointer'
collect2: error: ld returned 1 exit status
configure:16952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| void *sp = __builtin_stack_pointer()
|   ;
|   return 0;
| }
configure:16959: result: no
configure:16966: checking for __builtin_expect()
configure:16979: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:16979: $? = 0
configure:16983: result: yes
configure:16993: checking for __environ
configure:17006: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:17006: $? = 0
configure:17010: result: yes
configure:17027: checking for __thread
configure:17046: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
conftest.c:70:19: warning: missing terminating ' character [enabled by default]
 #error mingw doesn't really support tls
                   ^
configure:17046: $? = 0
configure:17050: result: yes
configure:17060: checking if __malloc_hook is declared volatile
configure:17074: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:17074: $? = 0
configure:17078: result: yes
configure:17092: checking if nanosleep requires any libraries
configure:17115: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:17115: $? = 0
configure:17148: result: no
configure:17171: checking whether uname is declared
configure:17171: gcc -c -DOPEN_CONTRAIL_CLIENT -g  conftest.c >&5
configure:17171: $? = 0
configure:17171: result: yes
configure:17350: checking for the pthreads library -lpthreads
configure:17383: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g    conftest.c -lpthreads  >&5
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:17383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17392: result: no
configure:17295: checking whether pthreads work without any flags
configure:17383: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g    conftest.c   >&5
/tmp/ccCNC6bs.o: In function `main':
/root/contrail/build/third_party/gperftools/conftest.c:73: undefined reference to `pthread_join'
/root/contrail/build/third_party/gperftools/conftest.c:74: undefined reference to `__pthread_register_cancel'
/root/contrail/build/third_party/gperftools/conftest.c:75: undefined reference to `pthread_create'
/root/contrail/build/third_party/gperftools/conftest.c:75: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:17383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17392: result: no
configure:17300: checking whether pthreads work with -Kthread
configure:17383: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g -Kthread   conftest.c   >&5
gcc: error: unrecognized command line option '-Kthread'
configure:17383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17392: result: no
configure:17300: checking whether pthreads work with -kthread
configure:17383: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g -kthread   conftest.c   >&5
gcc: error: unrecognized command line option '-kthread'
configure:17383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17392: result: no
configure:17350: checking for the pthreads library -llthread
configure:17383: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g    conftest.c -llthread  >&5
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:17383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17392: result: no
configure:17300: checking whether pthreads work with -pthread
configure:17383: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g -pthread   conftest.c   >&5
configure:17383: $? = 0
configure:17392: result: yes
configure:17411: checking for joinable pthread attribute
configure:17426: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g -pthread   conftest.c   >&5
configure:17426: $? = 0
configure:17432: result: PTHREAD_CREATE_JOINABLE
configure:17442: checking if more special flags are required for pthreads
configure:17449: result: no
configure:17538: checking whether to check for GCC pthread/shared inconsistencies
configure:17551: gcc -o conftest -shared -fPIC -Wl,-z,defs -DOPEN_CONTRAIL_CLIENT -g -pthread   conftest.c   >&5
configure:17551: $? = 0
configure:17563: result: yes
configure:17569: checking whether -pthread is sufficient with -shared
configure:17584: gcc -o conftest -shared -fPIC -Wl,-z,defs -DOPEN_CONTRAIL_CLIENT -g -pthread   conftest.c   >&5
configure:17584: $? = 0
configure:17591: result: yes
configure:17679: checking whether what we have so far is sufficient with -nostdlib
configure:17697: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -DOPEN_CONTRAIL_CLIENT -g -pthread   conftest.c   -lc >&5
/tmp/ccuvtpKM.o: In function `main':
/root/contrail/build/third_party/gperftools/conftest.c:73: undefined reference to `pthread_join'
/root/contrail/build/third_party/gperftools/conftest.c:74: undefined reference to `__pthread_register_cancel'
/root/contrail/build/third_party/gperftools/conftest.c:75: undefined reference to `pthread_create'
/root/contrail/build/third_party/gperftools/conftest.c:75: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:17697: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17709: result: no
configure:17714: checking whether -lpthread saves the day
configure:17730: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -DOPEN_CONTRAIL_CLIENT -g -pthread   conftest.c -lpthread   -lc >&5
configure:17730: $? = 0
configure:17739: result: yes
configure:17780: checking whether the compiler implements namespaces
configure:17804: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
configure:17804: $? = 0
configure:17817: result: yes
configure:17824: checking what namespace STL code is in
configure:17848: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:75:1: error: 'vector' was not declared in this scope
 vector<int> t; return 0;
 ^
conftest.cpp:75:1: note: suggested alternative:
In file included from /usr/include/c++/4.8.2/vector:64:0,
                 from conftest.cpp:71:
/usr/include/c++/4.8.2/bits/stl_vector.h:210:11: note:   'std::vector'
     class vector : protected _Vector_base<_Tp, _Alloc>
           ^
conftest.cpp:75:8: error: expected primary-expression before 'int'
 vector<int> t; return 0;
        ^
conftest.cpp:75:8: error: expected ';' before 'int'
configure:17848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gperftools"
| #define PACKAGE_TARNAME "gperftools"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "gperftools 2.1"
| #define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "gperftools"
| #define VERSION "2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 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 1
| #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 PRIuS "lu"
| #define PRIxS "lx"
| #define PRIdS "ld"
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE___ENVIRON 1
| #define HAVE_TLS 1
| #define MALLOC_HOOK_MAYBE_VOLATILE volatile
| #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:17863: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
configure:17863: $? = 0
configure:17874: result: std
configure:17889: checking for program_invocation_name
configure:17905: gcc -o conftest -DOPEN_CONTRAIL_CLIENT -g   conftest.c  >&5
configure:17905: $? = 0
configure:17914: result: yes
configure:18185: checking that generated files are newer than configure
configure:18191: result: done
configure:18278: creating ./config.status

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

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

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

on jenkins-test-unit-agent-1920-1.novalocal

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

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

ac_cv___attribute__=yes
ac_cv_build=x86_64-unknown-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='-DOPEN_CONTRAIL_CLIENT -g'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_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=yes
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_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_malloc_malloc_h=no
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_malloc_h=no
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-unknown-linux-gnu
ac_cv_install_prefix=/root/contrail/build
ac_cv_lib_unwind_backtrace=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prius_defined=1
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_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_cc_gcc_c_o=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
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=no
lt_cv_prog_compiler_static_works_CXX=no
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=no
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]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
perftools_cv_w_no_unused_result=yes

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

ACLOCAL='${SHELL} /root/contrail/third_party/gperftools-2.1/missing aclocal-1.13'
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} /root/contrail/third_party/gperftools-2.1/missing autoconf'
AUTOHEADER='${SHELL} /root/contrail/third_party/gperftools-2.1/missing autoheader'
AUTOMAKE='${SHELL} /root/contrail/third_party/gperftools-2.1/missing automake-1.13'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DOPEN_CONTRAIL_CLIENT -g'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -std=c++11'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_FRAME_POINTERS_FALSE='#'
ENABLE_FRAME_POINTERS_TRUE=''
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GCC_FALSE='#'
GCC_TRUE=''
GREP='/usr/bin/grep'
HAVE_OBJCOPY_WEAKEN_FALSE=''
HAVE_OBJCOPY_WEAKEN_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=''
MAKEINFO='${SHELL} /root/contrail/third_party/gperftools-2.1/missing makeinfo'
MANIFEST_TOOL=':'
MINGW_FALSE=''
MINGW_TRUE='#'
MKDIR_P='/usr/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='google-perftools@googlegroups.com'
PACKAGE_NAME='gperftools'
PACKAGE_STRING='gperftools 2.1'
PACKAGE_TARNAME='gperftools'
PACKAGE_URL=''
PACKAGE_VERSION='2.1'
PATH_SEPARATOR=':'
PROFILER_SO_VERSION='3:2:3'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=' -lpthread'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TCMALLOC_SO_VERSION='5:2:1'
TC_VERSION_MAJOR='2'
TC_VERSION_MINOR='1'
TC_VERSION_PATCH=''
UNWIND_LIBS=''
VERSION='2.1'
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_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-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /root/contrail/third_party/gperftools-2.1/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='/root/contrail/build'
program_transform_name='s,x,x,'
psdir='${docdir}'
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.1"
#define PACKAGE_STRING "gperftools 2.1"
#define PACKAGE_BUGREPORT "google-perftools@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "gperftools"
#define VERSION "2.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE___ATTRIBUTE__ 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 1
#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 PRIuS "lu"
#define PRIxS "lx"
#define PRIdS "ld"
#define HAVE_BUILTIN_EXPECT 1
#define HAVE___ENVIRON 1
#define HAVE_TLS 1
#define MALLOC_HOOK_MAYBE_VOLATILE volatile
#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 "/root/contrail/build"
#define PERFTOOLS_DLL_DECL /**/

configure: exit 0