Last active
February 23, 2021 14:29
-
-
Save Moisan/4d5bbbe4d3dc6e793cf6dec877c9090f to your computer and use it in GitHub Desktop.
gperftools 2.9 configure.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gperftools/2.9.0 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = thierrys-air.lan | |
uname -m = x86_64 | |
uname -r = 20.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 444 tasks, 2238 threads, 4 processors | |
Load average: 7.11, Mach factor: 1.23 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2621: checking build system type | |
configure:2635: result: x86_64-apple-darwin20.3.0 | |
configure:2655: checking host system type | |
configure:2668: result: x86_64-apple-darwin20.3.0 | |
configure:2704: checking for a BSD-compatible install | |
configure:2772: result: /usr/bin/install -c | |
configure:2783: checking whether build environment is sane | |
configure:2838: result: yes | |
configure:2984: checking for a thread-safe mkdir -p | |
configure:3023: result: ./install-sh -c -d | |
configure:3030: checking for gawk | |
configure:3060: result: no | |
configure:3030: checking for mawk | |
configure:3060: result: no | |
configure:3030: checking for nawk | |
configure:3060: result: no | |
configure:3030: checking for awk | |
configure:3046: found /usr/bin/awk | |
configure:3057: result: awk | |
configure:3068: checking whether make sets $(MAKE) | |
configure:3090: result: yes | |
configure:3119: checking whether make supports nested variables | |
configure:3136: result: yes | |
configure:3266: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3275: result: no | |
configure:3302: checking for git | |
configure:3320: found /usr/local/Homebrew/Library/Homebrew/shims/mac/super/git | |
configure:3333: result: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/git | |
configure:3406: checking whether make supports the include directive | |
configure:3421: make -f confmf.GNU && cat confinc.out | |
this is the am__doit target | |
configure:3424: $? = 0 | |
configure:3443: result: yes (GNU style) | |
configure:3513: checking for gcc | |
configure:3540: result: clang | |
configure:3769: checking for C compiler version | |
configure:3778: clang --version >&5 | |
Apple clang version 12.0.0 (clang-1200.0.32.29) | |
Target: x86_64-apple-darwin20.3.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:3789: $? = 0 | |
configure:3778: clang -v >&5 | |
Apple clang version 12.0.0 (clang-1200.0.32.29) | |
Target: x86_64-apple-darwin20.3.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:3789: $? = 0 | |
configure:3778: clang -V >&5 | |
clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' | |
configure:3789: $? = 1 | |
configure:3778: clang -qversion >&5 | |
clang: error: unknown argument '-qversion'; did you mean '--version'? | |
configure:3789: $? = 1 | |
configure:3809: checking whether the C compiler works | |
configure:3831: clang -D_XOPEN_SOURCE conftest.c >&5 | |
configure:3835: $? = 0 | |
configure:3883: result: yes | |
configure:3886: checking for C compiler default output file name | |
configure:3888: result: a.out | |
configure:3894: checking for suffix of executables | |
configure:3901: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:3905: $? = 0 | |
configure:3927: result: | |
configure:3949: checking whether we are cross compiling | |
configure:3957: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:3961: $? = 0 | |
configure:3968: ./conftest | |
configure:3972: $? = 0 | |
configure:3987: result: no | |
configure:3992: checking for suffix of object files | |
configure:4014: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:4018: $? = 0 | |
configure:4039: result: o | |
configure:4043: checking whether we are using the GNU C compiler | |
configure:4062: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:4062: $? = 0 | |
configure:4071: result: yes | |
configure:4080: checking whether clang accepts -g | |
configure:4100: clang -c -g conftest.c >&5 | |
configure:4100: $? = 0 | |
configure:4141: result: yes | |
configure:4158: checking for clang option to accept ISO C89 | |
configure:4221: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:4221: $? = 0 | |
configure:4234: result: none needed | |
configure:4259: checking whether clang understands -c and -o together | |
configure:4281: clang -c conftest.c -o conftest2.o | |
configure:4284: $? = 0 | |
configure:4281: clang -c conftest.c -o conftest2.o | |
configure:4284: $? = 0 | |
configure:4296: result: yes | |
configure:4315: checking dependency style of clang | |
configure:4426: result: none | |
configure:4453: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:15:8: error: use of undeclared identifier '__s390__' | |
return __s390__ | |
^ | |
1 error generated. | |
configure:4453: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| return __s390__ | |
| ; | |
| return 0; | |
| } | |
configure:4474: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:15:8: error: use of undeclared identifier '__PPC64__' | |
return __PPC64__ | |
^ | |
1 error generated. | |
configure:4474: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| return __PPC64__ | |
| ; | |
| return 0; | |
| } | |
configure:4707: checking for C++ compiler version | |
configure:4716: clang++ --version >&5 | |
Apple clang version 12.0.0 (clang-1200.0.32.29) | |
Target: x86_64-apple-darwin20.3.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:4727: $? = 0 | |
configure:4716: clang++ -v >&5 | |
Apple clang version 12.0.0 (clang-1200.0.32.29) | |
Target: x86_64-apple-darwin20.3.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:4727: $? = 0 | |
configure:4716: clang++ -V >&5 | |
clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' | |
configure:4727: $? = 1 | |
configure:4716: clang++ -qversion >&5 | |
clang: error: unknown argument '-qversion'; did you mean '--version'? | |
configure:4727: $? = 1 | |
configure:4731: checking whether we are using the GNU C++ compiler | |
configure:4750: clang++ -c -D_XOPEN_SOURCE conftest.cpp >&5 | |
configure:4750: $? = 0 | |
configure:4759: result: yes | |
configure:4768: checking whether clang++ accepts -g | |
configure:4788: clang++ -c -g conftest.cpp >&5 | |
configure:4788: $? = 0 | |
configure:4829: result: yes | |
configure:4854: checking dependency style of clang++ | |
configure:4965: result: none | |
configure:5028: checking for gcc | |
configure:5055: result: clang | |
configure:5284: checking for C compiler version | |
configure:5293: clang --version >&5 | |
Apple clang version 12.0.0 (clang-1200.0.32.29) | |
Target: x86_64-apple-darwin20.3.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:5304: $? = 0 | |
configure:5293: clang -v >&5 | |
Apple clang version 12.0.0 (clang-1200.0.32.29) | |
Target: x86_64-apple-darwin20.3.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
configure:5304: $? = 0 | |
configure:5293: clang -V >&5 | |
clang: error: unsupported option '-V -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' | |
configure:5304: $? = 1 | |
configure:5293: clang -qversion >&5 | |
clang: error: unknown argument '-qversion'; did you mean '--version'? | |
configure:5304: $? = 1 | |
configure:5308: checking whether we are using the GNU C compiler | |
configure:5336: result: yes | |
configure:5345: checking whether clang accepts -g | |
configure:5406: result: yes | |
configure:5423: checking for clang option to accept ISO C89 | |
configure:5499: result: none needed | |
configure:5524: checking whether clang understands -c and -o together | |
configure:5561: result: yes | |
configure:5580: checking dependency style of clang | |
configure:5691: result: none | |
configure:5711: checking how to run the C preprocessor | |
configure:5742: clang -E conftest.c | |
configure:5742: $? = 0 | |
configure:5756: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:5756: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5781: result: clang -E | |
configure:5801: clang -E conftest.c | |
configure:5801: $? = 0 | |
configure:5815: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:5815: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5866: checking whether clang++ supports C++11 features with -std=gnu++11 | |
configure:6162: clang++ -std=gnu++11 -c -D_XOPEN_SOURCE conftest.cpp >&5 | |
configure:6162: $? = 0 | |
configure:6171: result: yes | |
configure:6253: checking for objcopy | |
configure:6283: result: no | |
configure:6391: checking how to print strings | |
configure:6418: result: printf | |
configure:6439: checking for a sed that does not truncate output | |
configure:6503: result: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed | |
configure:6521: checking for grep that handles long lines and -e | |
configure:6579: result: /usr/bin/grep | |
configure:6584: checking for egrep | |
configure:6646: result: /usr/bin/grep -E | |
configure:6651: checking for fgrep | |
configure:6713: result: /usr/bin/grep -F | |
configure:6748: checking for ld used by clang | |
configure:6815: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:6822: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:6837: result: no | |
configure:6849: checking for BSD- or MS-compatible name lister (nm) | |
configure:6903: result: /usr/bin/nm -B | |
configure:7033: checking the name lister (/usr/bin/nm -B) interface | |
configure:7040: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:7043: /usr/bin/nm -B "conftest.o" | |
configure:7046: output | |
0000000000000000 S _some_variable | |
configure:7053: result: BSD nm | |
configure:7056: checking whether ln -s works | |
configure:7060: result: yes | |
configure:7068: checking the maximum length of command line arguments | |
configure:7199: result: 786432 | |
configure:7247: checking how to convert x86_64-apple-darwin20.3.0 file names to x86_64-apple-darwin20.3.0 format | |
configure:7287: result: func_convert_file_noop | |
configure:7294: checking how to convert x86_64-apple-darwin20.3.0 file names to toolchain format | |
configure:7314: result: func_convert_file_noop | |
configure:7321: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:7328: result: -r | |
configure:7402: checking for objdump | |
configure:7418: found /usr/bin/objdump | |
configure:7429: result: objdump | |
configure:7461: checking how to recognize dependent libraries | |
configure:7661: result: pass_all | |
configure:7746: checking for dlltool | |
configure:7776: result: no | |
configure:7806: checking how to associate runtime and link libraries | |
configure:7833: result: printf %s\n | |
configure:7893: checking for ar | |
configure:7909: found /usr/bin/ar | |
configure:7920: result: ar | |
configure:7957: checking for archiver @FILE support | |
configure:7974: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:7974: $? = 0 | |
configure:7977: ar cr libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:7980: $? = 1 | |
configure:8000: result: no | |
configure:8058: checking for strip | |
configure:8074: found /usr/bin/strip | |
configure:8085: result: strip | |
configure:8157: checking for ranlib | |
configure:8173: found /usr/bin/ranlib | |
configure:8184: result: ranlib | |
configure:8286: checking command to parse /usr/bin/nm -B output from clang object | |
configure:8439: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:8442: $? = 0 | |
configure:8446: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm | |
cannot find nm_test_var in conftest.nm | |
configure:8439: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:8442: $? = 0 | |
configure:8446: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm | |
configure:8512: clang -o conftest -D_XOPEN_SOURCE conftest.c conftstm.o >&5 | |
configure:8515: $? = 0 | |
configure:8553: result: ok | |
configure:8600: checking for sysroot | |
configure:8630: result: no | |
configure:8637: checking for a working dd | |
configure:8675: result: /bin/dd | |
configure:8679: checking how to truncate binary pipes | |
configure:8694: result: /bin/dd bs=4096 count=1 | |
configure:9023: checking for mt | |
configure:9053: result: no | |
configure:9073: checking if : is a manifest tool | |
configure:9079: : '-?' | |
configure:9087: result: no | |
configure:9143: checking for dsymutil | |
configure:9159: found /usr/bin/dsymutil | |
configure:9170: result: dsymutil | |
configure:9235: checking for nmedit | |
configure:9251: found /usr/bin/nmedit | |
configure:9262: result: nmedit | |
configure:9327: checking for lipo | |
configure:9343: found /usr/bin/lipo | |
configure:9354: result: lipo | |
configure:9419: checking for otool | |
configure:9435: found /usr/bin/otool | |
configure:9446: result: otool | |
configure:9511: checking for otool64 | |
configure:9541: result: no | |
configure:9586: checking for -single_module linker flag | |
clang -D_XOPEN_SOURCE -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:9619: result: yes | |
configure:9622: checking for -exported_symbols_list linker flag | |
configure:9642: clang -o conftest -D_XOPEN_SOURCE -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:9642: $? = 0 | |
configure:9652: result: yes | |
configure:9655: checking for -force_load linker flag | |
clang -D_XOPEN_SOURCE -c -o conftest.o conftest.c | |
ar cr libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -D_XOPEN_SOURCE -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:9687: result: yes | |
configure:9760: checking for ANSI C header files | |
configure:9780: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9780: $? = 0 | |
configure:9853: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9853: $? = 0 | |
configure:9853: ./conftest | |
configure:9853: $? = 0 | |
configure:9864: result: yes | |
configure:9877: checking for sys/types.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for sys/stat.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for stdlib.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for string.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for memory.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for strings.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for inttypes.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for stdint.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9877: checking for unistd.h | |
configure:9877: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9877: $? = 0 | |
configure:9877: result: yes | |
configure:9891: checking for dlfcn.h | |
configure:9891: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:9891: $? = 0 | |
configure:9891: result: yes | |
configure:10157: checking for objdir | |
configure:10172: result: .libs | |
configure:10436: checking if clang supports -fno-rtti -fno-exceptions | |
configure:10454: clang -c -D_XOPEN_SOURCE -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:10458: $? = 0 | |
configure:10471: result: yes | |
configure:10835: checking for clang option to produce PIC | |
configure:10842: result: -fno-common -DPIC | |
configure:10850: checking if clang PIC flag -fno-common -DPIC works | |
configure:10868: clang -c -D_XOPEN_SOURCE -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:10872: $? = 0 | |
configure:10885: result: yes | |
configure:10914: checking if clang static flag -static works | |
configure:10942: result: no | |
configure:10957: checking if clang supports -c -o file.o | |
configure:10978: clang -c -D_XOPEN_SOURCE -o out/conftest2.o conftest.c >&5 | |
configure:10982: $? = 0 | |
configure:11004: result: yes | |
configure:11012: checking if clang supports -c -o file.o | |
configure:11059: result: yes | |
configure:11092: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:12355: result: yes | |
configure:12595: checking dynamic linker characteristics | |
configure:13425: result: darwin20.3.0 dyld | |
configure:13547: checking how to hardcode library paths into programs | |
configure:13572: result: immediate | |
configure:14120: checking whether stripping libraries is possible | |
configure:14134: result: yes | |
configure:14160: checking if libtool supports shared libraries | |
configure:14162: result: yes | |
configure:14165: checking whether to build shared libraries | |
configure:14190: result: yes | |
configure:14193: checking whether to build static libraries | |
configure:14197: result: yes | |
configure:14220: checking how to run the C++ preprocessor | |
configure:14247: clang++ -std=gnu++11 -E conftest.cpp | |
configure:14247: $? = 0 | |
configure:14261: clang++ -std=gnu++11 -E conftest.cpp | |
conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:14261: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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:14286: result: clang++ -std=gnu++11 -E | |
configure:14306: clang++ -std=gnu++11 -E conftest.cpp | |
configure:14306: $? = 0 | |
configure:14320: clang++ -std=gnu++11 -E conftest.cpp | |
conftest.cpp:24:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:14320: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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:14482: checking for ld used by clang++ -std=gnu++11 | |
configure:14549: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:14556: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:14571: result: no | |
configure:14626: checking whether the clang++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:15699: result: yes | |
configure:15735: clang++ -std=gnu++11 -c -D_XOPEN_SOURCE conftest.cpp >&5 | |
configure:15738: $? = 0 | |
configure:16219: checking for clang++ -std=gnu++11 option to produce PIC | |
configure:16226: result: -fno-common -DPIC | |
configure:16234: checking if clang++ -std=gnu++11 PIC flag -fno-common -DPIC works | |
configure:16252: clang++ -std=gnu++11 -c -D_XOPEN_SOURCE -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:16256: $? = 0 | |
configure:16269: result: yes | |
configure:16292: checking if clang++ -std=gnu++11 static flag -static works | |
configure:16320: result: no | |
configure:16332: checking if clang++ -std=gnu++11 supports -c -o file.o | |
configure:16353: clang++ -std=gnu++11 -c -D_XOPEN_SOURCE -o out/conftest2.o conftest.cpp >&5 | |
configure:16357: $? = 0 | |
configure:16379: result: yes | |
configure:16384: checking if clang++ -std=gnu++11 supports -c -o file.o | |
configure:16431: result: yes | |
configure:16461: checking whether the clang++ -std=gnu++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:16504: result: yes | |
configure:16645: checking dynamic linker characteristics | |
configure:17402: result: darwin20.3.0 dyld | |
configure:17467: checking how to hardcode library paths into programs | |
configure:17492: result: immediate | |
configure:17555: checking for __attribute__ | |
configure:17574: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17574: $? = 0 | |
configure:17588: result: yes | |
configure:17592: checking for __attribute__((aligned(N))) on functions | |
configure:17611: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17611: $? = 0 | |
configure:17625: result: yes | |
configure:17630: checking for ANSI C header files | |
configure:17734: result: yes | |
configure:17744: checking for struct mallinfo | |
configure:17744: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:27:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:17744: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (struct mallinfo)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17744: result: no | |
configure:17755: checking for Elf32_Versym | |
configure:17755: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:27:10: fatal error: 'elf.h' file not found | |
#include <elf.h> | |
^~~~~~~ | |
1 error generated. | |
configure:17755: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <elf.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (Elf32_Versym)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17755: result: no | |
configure:17768: checking for sbrk | |
configure:17768: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17768: $? = 0 | |
configure:17768: result: yes | |
configure:17779: checking for __sbrk | |
configure:17779: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"___sbrk", referenced from: | |
_main in conftest-3cb84c.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17779: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| /* end confdefs.h. */ | |
| /* Define __sbrk to an innocuous variant, in case <limits.h> declares __sbrk. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __sbrk innocuous___sbrk | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __sbrk (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __sbrk | |
| | |
| /* 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 __sbrk (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___sbrk || defined __stub_____sbrk | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __sbrk (); | |
| ; | |
| return 0; | |
| } | |
configure:17779: result: no | |
configure:17790: checking for geteuid | |
configure:17790: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17790: $? = 0 | |
configure:17790: result: yes | |
configure:17801: checking for fork | |
configure:17801: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17801: $? = 0 | |
configure:17801: result: yes | |
configure:17812: checking features.h usability | |
configure:17812: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:63:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:17812: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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 <features.h> | |
configure:17812: result: no | |
configure:17812: checking features.h presence | |
configure:17812: clang -E conftest.c | |
conftest.c:30:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
configure:17812: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| /* end confdefs.h. */ | |
| #include <features.h> | |
configure:17812: result: no | |
configure:17812: checking for features.h | |
configure:17812: result: no | |
configure:17824: checking malloc.h usability | |
configure:17824: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:63:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:17824: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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.h> | |
configure:17824: result: no | |
configure:17824: checking malloc.h presence | |
configure:17824: clang -E conftest.c | |
conftest.c:30:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 error generated. | |
configure:17824: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
configure:17824: result: no | |
configure:17824: checking for malloc.h | |
configure:17824: result: no | |
configure:17836: checking glob.h usability | |
configure:17836: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17836: $? = 0 | |
configure:17836: result: yes | |
configure:17836: checking glob.h presence | |
configure:17836: clang -E conftest.c | |
configure:17836: $? = 0 | |
configure:17836: result: yes | |
configure:17836: checking for glob.h | |
configure:17836: result: yes | |
configure:17848: checking execinfo.h usability | |
configure:17848: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17848: $? = 0 | |
configure:17848: result: yes | |
configure:17848: checking execinfo.h presence | |
configure:17848: clang -E conftest.c | |
configure:17848: $? = 0 | |
configure:17848: result: yes | |
configure:17848: checking for execinfo.h | |
configure:17848: result: yes | |
configure:17860: checking unwind.h usability | |
configure:17860: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17860: $? = 0 | |
configure:17860: result: yes | |
configure:17860: checking unwind.h presence | |
configure:17860: clang -E conftest.c | |
configure:17860: $? = 0 | |
configure:17860: result: yes | |
configure:17860: checking for unwind.h | |
configure:17860: result: yes | |
configure:17872: checking sched.h usability | |
configure:17872: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17872: $? = 0 | |
configure:17872: result: yes | |
configure:17872: checking sched.h presence | |
configure:17872: clang -E conftest.c | |
configure:17872: $? = 0 | |
configure:17872: result: yes | |
configure:17872: checking for sched.h | |
configure:17872: result: yes | |
configure:17884: checking conflict-signal.h usability | |
configure:17884: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:67:10: fatal error: 'conflict-signal.h' file not found | |
#include <conflict-signal.h> | |
^~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:17884: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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:17884: result: no | |
configure:17884: checking conflict-signal.h presence | |
configure:17884: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'conflict-signal.h' file not found | |
#include <conflict-signal.h> | |
^~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:17884: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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:17884: result: no | |
configure:17884: checking for conflict-signal.h | |
configure:17884: result: no | |
configure:17896: checking sys/prctl.h usability | |
configure:17896: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:67:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:17896: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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 <sys/prctl.h> | |
configure:17896: result: no | |
configure:17896: checking sys/prctl.h presence | |
configure:17896: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
configure:17896: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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 <sys/prctl.h> | |
configure:17896: result: no | |
configure:17896: checking for sys/prctl.h | |
configure:17896: result: no | |
configure:17908: checking linux/ptrace.h usability | |
configure:17908: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:67:10: fatal error: 'linux/ptrace.h' file not found | |
#include <linux/ptrace.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:17908: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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 <linux/ptrace.h> | |
configure:17908: result: no | |
configure:17908: checking linux/ptrace.h presence | |
configure:17908: clang -E conftest.c | |
conftest.c:34:10: fatal error: 'linux/ptrace.h' file not found | |
#include <linux/ptrace.h> | |
^~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:17908: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 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 <linux/ptrace.h> | |
configure:17908: result: no | |
configure:17908: checking for linux/ptrace.h | |
configure:17908: result: no | |
configure:17920: checking sys/syscall.h usability | |
configure:17920: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17920: $? = 0 | |
configure:17920: result: yes | |
configure:17920: checking sys/syscall.h presence | |
configure:17920: clang -E conftest.c | |
configure:17920: $? = 0 | |
configure:17920: result: yes | |
configure:17920: checking for sys/syscall.h | |
configure:17920: result: yes | |
configure:17932: checking sys/socket.h usability | |
configure:17932: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17932: $? = 0 | |
configure:17932: result: yes | |
configure:17932: checking sys/socket.h presence | |
configure:17932: clang -E conftest.c | |
configure:17932: $? = 0 | |
configure:17932: result: yes | |
configure:17932: checking for sys/socket.h | |
configure:17932: result: yes | |
configure:17944: checking sys/wait.h usability | |
configure:17944: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17944: $? = 0 | |
configure:17944: result: yes | |
configure:17944: checking sys/wait.h presence | |
configure:17944: clang -E conftest.c | |
configure:17944: $? = 0 | |
configure:17944: result: yes | |
configure:17944: checking for sys/wait.h | |
configure:17944: result: yes | |
configure:17956: checking poll.h usability | |
configure:17956: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17956: $? = 0 | |
configure:17956: result: yes | |
configure:17956: checking poll.h presence | |
configure:17956: clang -E conftest.c | |
configure:17956: $? = 0 | |
configure:17956: result: yes | |
configure:17956: checking for poll.h | |
configure:17956: result: yes | |
configure:17968: checking fcntl.h usability | |
configure:17968: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17968: $? = 0 | |
configure:17968: result: yes | |
configure:17968: checking fcntl.h presence | |
configure:17968: clang -E conftest.c | |
configure:17968: $? = 0 | |
configure:17968: result: yes | |
configure:17968: checking for fcntl.h | |
configure:17968: result: yes | |
configure:17980: checking grp.h usability | |
configure:17980: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17980: $? = 0 | |
configure:17980: result: yes | |
configure:17980: checking grp.h presence | |
configure:17980: clang -E conftest.c | |
configure:17980: $? = 0 | |
configure:17980: result: yes | |
configure:17980: checking for grp.h | |
configure:17980: result: yes | |
configure:17992: checking pwd.h usability | |
configure:17992: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:17992: $? = 0 | |
configure:17992: result: yes | |
configure:17992: checking pwd.h presence | |
configure:17992: clang -E conftest.c | |
configure:17992: $? = 0 | |
configure:17992: result: yes | |
configure:17992: checking for pwd.h | |
configure:17992: result: yes | |
configure:18004: checking sys/resource.h usability | |
configure:18004: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18004: $? = 0 | |
configure:18004: result: yes | |
configure:18004: checking sys/resource.h presence | |
configure:18004: clang -E conftest.c | |
configure:18004: $? = 0 | |
configure:18004: result: yes | |
configure:18004: checking for sys/resource.h | |
configure:18004: result: yes | |
configure:18016: checking sys/cdefs.h usability | |
configure:18016: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18016: $? = 0 | |
configure:18016: result: yes | |
configure:18016: checking sys/cdefs.h presence | |
configure:18016: clang -E conftest.c | |
configure:18016: $? = 0 | |
configure:18016: result: yes | |
configure:18016: checking for sys/cdefs.h | |
configure:18016: result: yes | |
configure:18031: checking whether cfree is declared | |
configure:18031: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:43:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined] | |
#define _XOPEN_SOURCE 600 | |
^ | |
<command line>:1:9: note: previous definition is here | |
#define _XOPEN_SOURCE 1 | |
^ | |
conftest.c:45:26: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:18031: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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 | |
| /* end confdefs.h. */ | |
| #define _XOPEN_SOURCE 600 | |
| #include <stdlib.h> | |
| #include <malloc.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef cfree | |
| #ifdef __cplusplus | |
| (void) cfree; | |
| #else | |
| (void) cfree; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18031: result: no | |
configure:18044: checking whether posix_memalign is declared | |
configure:18044: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:44:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined] | |
#define _XOPEN_SOURCE 600 | |
^ | |
<command line>:1:9: note: previous definition is here | |
#define _XOPEN_SOURCE 1 | |
^ | |
conftest.c:46:26: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:18044: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| /* end confdefs.h. */ | |
| #define _XOPEN_SOURCE 600 | |
| #include <stdlib.h> | |
| #include <malloc.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef posix_memalign | |
| #ifdef __cplusplus | |
| (void) posix_memalign; | |
| #else | |
| (void) posix_memalign; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18044: result: no | |
configure:18057: checking whether memalign is declared | |
configure:18057: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:45:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined] | |
#define _XOPEN_SOURCE 600 | |
^ | |
<command line>:1:9: note: previous definition is here | |
#define _XOPEN_SOURCE 1 | |
^ | |
conftest.c:47:26: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:18057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| /* end confdefs.h. */ | |
| #define _XOPEN_SOURCE 600 | |
| #include <stdlib.h> | |
| #include <malloc.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef memalign | |
| #ifdef __cplusplus | |
| (void) memalign; | |
| #else | |
| (void) memalign; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18057: result: no | |
configure:18070: checking whether valloc is declared | |
configure:18070: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:46:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined] | |
#define _XOPEN_SOURCE 600 | |
^ | |
<command line>:1:9: note: previous definition is here | |
#define _XOPEN_SOURCE 1 | |
^ | |
conftest.c:48:26: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:18070: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| /* end confdefs.h. */ | |
| #define _XOPEN_SOURCE 600 | |
| #include <stdlib.h> | |
| #include <malloc.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef valloc | |
| #ifdef __cplusplus | |
| (void) valloc; | |
| #else | |
| (void) valloc; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18070: result: no | |
configure:18083: checking whether pvalloc is declared | |
configure:18083: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:47:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined] | |
#define _XOPEN_SOURCE 600 | |
^ | |
<command line>:1:9: note: previous definition is here | |
#define _XOPEN_SOURCE 1 | |
^ | |
conftest.c:49:26: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:18083: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| /* end confdefs.h. */ | |
| #define _XOPEN_SOURCE 600 | |
| #include <stdlib.h> | |
| #include <malloc.h> | |
| | |
| int | |
| main () | |
| { | |
| #ifndef pvalloc | |
| #ifdef __cplusplus | |
| (void) pvalloc; | |
| #else | |
| (void) pvalloc; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18083: result: no | |
configure:18120: checking if int32_t is the same type as intptr_t | |
configure:18133: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:53:46: error: 'int32_t *' (aka 'int *') and 'intptr_t *' (aka 'long *') are not pointers to compatible types | |
int32_t v1 = 0; intptr_t v2 = 0; return (&v1 - &v2) | |
~~~ ^ ~~~ | |
1 error generated. | |
configure:18133: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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:18140: result: no | |
configure:18154: checking ucontext.h usability | |
configure:18154: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18154: $? = 0 | |
configure:18154: result: yes | |
configure:18154: checking ucontext.h presence | |
configure:18154: clang -E conftest.c | |
In file included from conftest.c:49: | |
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ucontext.h:51:2: error: The deprecated ucontext routines require _XOPEN_SOURCE to be defined | |
#error The deprecated ucontext routines require _XOPEN_SOURCE to be defined | |
^ | |
1 error generated. | |
configure:18154: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| /* end confdefs.h. */ | |
| #include <ucontext.h> | |
configure:18154: result: no | |
configure:18154: WARNING: ucontext.h: accepted by the compiler, rejected by the preprocessor! | |
configure:18154: WARNING: ucontext.h: proceeding with the compiler's result | |
configure:18154: checking for ucontext.h | |
configure:18154: result: yes | |
configure:18174: checking sys/ucontext.h usability | |
configure:18174: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18174: $? = 0 | |
configure:18174: result: yes | |
configure:18174: checking sys/ucontext.h presence | |
configure:18174: clang -E conftest.c | |
configure:18174: $? = 0 | |
configure:18174: result: yes | |
configure:18174: checking for sys/ucontext.h | |
configure:18174: result: yes | |
configure:18187: checking cygwin/signal.h usability | |
configure:18187: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:84:10: fatal error: 'cygwin/signal.h' file not found | |
#include <cygwin/signal.h> | |
^~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18187: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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:18187: result: no | |
configure:18187: checking cygwin/signal.h presence | |
configure:18187: clang -E conftest.c | |
conftest.c:51:10: fatal error: 'cygwin/signal.h' file not found | |
#include <cygwin/signal.h> | |
^~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18187: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| /* end confdefs.h. */ | |
| #include <cygwin/signal.h> | |
configure:18187: result: no | |
configure:18187: checking for cygwin/signal.h | |
configure:18187: result: no | |
configure:18199: checking asm/ptrace.h usability | |
configure:18199: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:84:10: fatal error: 'asm/ptrace.h' file not found | |
#include <asm/ptrace.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18199: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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 <asm/ptrace.h> | |
configure:18199: result: no | |
configure:18199: checking asm/ptrace.h presence | |
configure:18199: clang -E conftest.c | |
conftest.c:51:10: fatal error: 'asm/ptrace.h' file not found | |
#include <asm/ptrace.h> | |
^~~~~~~~~~~~~~ | |
1 error generated. | |
configure:18199: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| /* end confdefs.h. */ | |
| #include <asm/ptrace.h> | |
configure:18199: result: no | |
configure:18199: checking for asm/ptrace.h | |
configure:18199: result: no | |
configure:18209: checking how to access the program counter from a struct ucontext | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.gregs[REG_PC] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.gregs[REG_PC] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:42: error: use of undeclared identifier 'REG_PC' | |
ucontext_t u; return u.uc_mcontext.gregs[REG_PC] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.gregs[REG_EIP] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.gregs[REG_EIP] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:42: error: use of undeclared identifier 'REG_EIP' | |
ucontext_t u; return u.uc_mcontext.gregs[REG_EIP] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.gregs[REG_RIP] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.gregs[REG_RIP] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:42: error: use of undeclared identifier 'REG_RIP' | |
ucontext_t u; return u.uc_mcontext.gregs[REG_RIP] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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_RIP] == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.sc_ip == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'sc_ip' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.sc_ip == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.sc_ip == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.pc == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'pc' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.pc == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.pc == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.uc_regs->gregs[PT_NIP] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'uc_regs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.uc_regs->gregs[PT_NIP] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:51: error: use of undeclared identifier 'PT_NIP' | |
ucontext_t u; return u.uc_mcontext.uc_regs->gregs[PT_NIP] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.uc_regs->gregs[PT_NIP] == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.__gregs[REG_PC] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named '__gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.__gregs[REG_PC] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:44: error: use of undeclared identifier 'REG_PC' | |
ucontext_t u; return u.uc_mcontext.__gregs[REG_PC] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.psw.addr == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'psw' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.psw.addr == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.psw.addr == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.gregs[R15] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.gregs[R15] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:42: error: use of undeclared identifier 'R15' | |
ucontext_t u; return u.uc_mcontext.gregs[R15] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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[R15] == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.arm_pc == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'arm_pc' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.arm_pc == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.arm_pc == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.cr0_hi == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'cr0_hi' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.cr0_hi == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.cr0_hi == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.gp_regs[PT_NIP] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'gp_regs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.gp_regs[PT_NIP] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:44: error: use of undeclared identifier 'PT_NIP' | |
ucontext_t u; return u.uc_mcontext.gp_regs[PT_NIP] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.gp_regs[PT_NIP] == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.mc_eip == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'mc_eip' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.mc_eip == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.mc_eip == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.mc_srr0 == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'mc_srr0' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.mc_srr0 == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.mc_srr0 == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.mc_rip == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named 'mc_rip' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.mc_rip == 0; | |
~~~~~~~~~~~~~ ^ | |
2 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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.mc_rip == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.__gregs[_REG_EIP] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named '__gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.__gregs[_REG_EIP] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:44: error: use of undeclared identifier '_REG_EIP' | |
ucontext_t u; return u.uc_mcontext.__gregs[_REG_EIP] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:35: error: member reference type 'struct __darwin_mcontext64 *' is a pointer; did you mean to use '->'? | |
ucontext_t u; return u.uc_mcontext.__gregs[_REG_RIP] == 0; | |
~~~~~~~~~~~~~^ | |
-> | |
conftest.c:56:36: error: no member named '__gregs' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext.__gregs[_REG_RIP] == 0; | |
~~~~~~~~~~~~~ ^ | |
conftest.c:56:44: error: use of undeclared identifier '_REG_RIP' | |
ucontext_t u; return u.uc_mcontext.__gregs[_REG_RIP] == 0; | |
^ | |
3 errors generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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_RIP] == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:37: error: no member named 'ss' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext->ss.eip == 0; | |
~~~~~~~~~~~~~ ^ | |
1 error generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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->ss.eip == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:42: error: no member named '__eip' in 'struct __darwin_x86_thread_state64'; did you mean '__rip'? | |
ucontext_t u; return u.uc_mcontext->__ss.__eip == 0; | |
^~~~~ | |
__rip | |
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:731:13: note: '__rip' declared here | |
__uint64_t __rip; | |
^ | |
1 error generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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->__ss.__eip == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:56:37: error: no member named 'ss' in 'struct __darwin_mcontext64' | |
ucontext_t u; return u.uc_mcontext->ss.rip == 0; | |
~~~~~~~~~~~~~ ^ | |
1 error generated. | |
configure:18301: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #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->ss.rip == 0; | |
| ; | |
| return 0; | |
| } | |
configure:18301: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18301: $? = 0 | |
configure:18307: result: uc_mcontext->__ss.__rip | |
configure:18414: checking libunwind.h usability | |
configure:18414: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18414: $? = 0 | |
configure:18414: result: yes | |
configure:18414: checking libunwind.h presence | |
configure:18414: clang -E conftest.c | |
configure:18414: $? = 0 | |
configure:18414: result: yes | |
configure:18414: checking for libunwind.h | |
configure:18414: result: yes | |
configure:18419: checking for backtrace in -lunwind | |
configure:18444: clang -o conftest -D_XOPEN_SOURCE conftest.c -lunwind >&5 | |
ld: library not found for -lunwind | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18444: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| /* 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:18453: result: no | |
configure:18484: checking for x86 without frame pointers | |
configure:18497: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18497: $? = 0 | |
configure:18515: result: yes | |
configure:18531: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:57:8: error: use of undeclared identifier '__i386__' | |
return __i386__ == 1 ? 0 : 1 | |
^ | |
1 error generated. | |
configure:18531: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| return __i386__ == 1 ? 0 : 1 | |
| ; | |
| return 0; | |
| } | |
configure:18550: checking if the compiler supports -Wno-unused-result | |
configure:18577: clang -c -D_XOPEN_SOURCE -Wno-error -Wunused-result conftest.c >&5 | |
conftest.c:57:9: warning: division by zero is undefined [-Wdivision-by-zero] | |
return 1/0 | |
^~ | |
1 warning generated. | |
configure:18577: $? = 0 | |
configure:18585: result: yes | |
configure:18645: Will build sized deallocation operators that ignore size | |
configure:18650: checking if C++ compiler supports -fsized-deallocation | |
configure:18675: clang++ -std=gnu++11 -o conftest -D_XOPEN_SOURCE -fsized-deallocation conftest.cpp >&5 | |
configure:18675: $? = 0 | |
configure:18690: result: yes | |
configure:18702: checking if C++ compiler supports std::align_val_t without options | |
configure:18724: clang++ -std=gnu++11 -o conftest -D_XOPEN_SOURCE conftest.cpp >&5 | |
configure:18724: $? = 0 | |
configure:18738: result: yes | |
configure:18741: checking if C++ compiler supports -faligned-new | |
configure:18765: clang++ -std=gnu++11 -o conftest -D_XOPEN_SOURCE -faligned-new conftest.cpp >&5 | |
configure:18765: $? = 0 | |
configure:18780: result: yes | |
configure:18796: Will build new/delete operators for overaligned types | |
configure:18812: checking if target has _Unwind_Backtrace | |
configure:18834: clang++ -std=gnu++11 -c -D_XOPEN_SOURCE conftest.cpp >&5 | |
conftest.cpp:58:1: warning: expression result unused [-Wunused-value] | |
&_Unwind_Backtrace | |
^~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
configure:18834: $? = 0 | |
configure:18847: result: yes | |
configure:18867: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:59:8: error: use of undeclared identifier '__arm__' | |
return __arm__ | |
^ | |
1 error generated. | |
configure:18867: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| return __arm__ | |
| ; | |
| return 0; | |
| } | |
configure:18895: checking for __environ | |
configure:18908: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:59:14: error: use of undeclared identifier '__environ' | |
char **env = __environ | |
^ | |
1 error generated. | |
configure:18908: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| /* end confdefs.h. */ | |
| #include <unistd.h> | |
| int | |
| main () | |
| { | |
| char **env = __environ | |
| ; | |
| return 0; | |
| } | |
configure:18915: result: no | |
configure:18932: checking for __thread | |
configure:18952: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:60:2: error: OSX __thread support is known to call malloc which makes it unsafe to use from malloc replacement | |
#error OSX __thread support is known to call malloc which makes it unsafe to use from malloc replacement | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| /* end confdefs.h. */ | |
| #if defined(__GNUC__) && ((__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 1) || (__GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ < 2)) | |
| #error gcc has this bug: http://gcc.gnu.org/ml/gcc-bugs/2006-09/msg02275.html | |
| #elif defined(__MINGW32__) | |
| #error mingw doesnt really support tls | |
| #elif defined(__APPLE__) | |
| #error OSX __thread support is known to call malloc which makes it unsafe to use from malloc replacement | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| static __thread int p = 0 | |
| ; | |
| return 0; | |
| } | |
configure:18959: result: no | |
configure:18969: checking if nanosleep requires any libraries | |
configure:18992: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:18992: $? = 0 | |
configure:19025: result: no | |
configure:19213: checking for the pthreads library -lpthreads | |
configure:19246: clang -o conftest -D_XOPEN_SOURCE conftest.c -lpthreads >&5 | |
conftest.c:60:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
~^ | |
conftest.c:61:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
conftest.c:61:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
3 warnings generated. | |
ld: library not found for -lpthreads | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19246: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 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:19255: result: no | |
configure:19158: checking whether pthreads work without any flags | |
configure:19246: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:60:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
~^ | |
conftest.c:61:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
conftest.c:61:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
3 warnings generated. | |
configure:19246: $? = 0 | |
configure:19255: result: yes | |
configure:19274: checking for joinable pthread attribute | |
configure:19289: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
configure:19289: $? = 0 | |
configure:19295: result: PTHREAD_CREATE_JOINABLE | |
configure:19305: checking if more special flags are required for pthreads | |
configure:19312: result: -D_THREAD_SAFE | |
configure:19401: checking whether to check for GCC pthread/shared inconsistencies | |
configure:19414: clang -o conftest -shared -fPIC -Wl,-z,defs -D_XOPEN_SOURCE -D_THREAD_SAFE conftest.c >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19414: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19423: result: no | |
configure:19542: checking whether what we have so far is sufficient with -nostdlib | |
configure:19560: clang -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -D_XOPEN_SOURCE -D_THREAD_SAFE conftest.c -lc >&5 | |
conftest.c:60:28: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
~^ | |
conftest.c:61:31: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
conftest.c:61:31: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
3 warnings generated. | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19560: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 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:19572: result: no | |
configure:19577: checking whether -lpthread saves the day | |
configure:19593: clang -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -D_XOPEN_SOURCE -D_THREAD_SAFE conftest.c -lpthread -lc >&5 | |
conftest.c:60:28: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_attr_init(0); pthread_cleanup_push(0, 0); | |
~^ | |
conftest.c:61:31: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
conftest.c:61:31: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | |
pthread_create(0,0,0,0); pthread_cleanup_pop(0); | |
~ ^ | |
3 warnings generated. | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 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:19606: result: no | |
configure:19608: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib | |
configure:19649: checking whether pthread symbols are available in C++ without including pthread.h | |
configure:19668: clang++ -std=gnu++11 -o conftest -D_XOPEN_SOURCE conftest.cpp >&5 | |
conftest.cpp:64:7: error: unknown type name 'pthread_t' | |
pthread_t th; pthread_join(th, 0); | |
^ | |
1 error generated. | |
configure:19668: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <string> | |
| #include <vector> | |
| | |
| int | |
| main () | |
| { | |
| | |
| pthread_t th; pthread_join(th, 0); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19680: result: no | |
configure:19699: checking for program_invocation_name | |
configure:19715: clang -o conftest -D_XOPEN_SOURCE conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_program_invocation_name", referenced from: | |
_main in conftest-6f924e.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:19715: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| extern char* program_invocation_name; | |
| int | |
| main () | |
| { | |
| return *program_invocation_name; | |
| ; | |
| return 0; | |
| } | |
configure:19724: result: no | |
configure:19949: checking for Linux SIGEV_THREAD_ID | |
configure:19963: clang -c -D_XOPEN_SOURCE conftest.c >&5 | |
conftest.c:63:8: error: use of undeclared identifier 'SIGEV_THREAD_ID' | |
return SIGEV_THREAD_ID || CLOCK_THREAD_CPUTIME_ID || __linux; | |
^ | |
conftest.c:63:54: error: use of undeclared identifier '__linux' | |
return SIGEV_THREAD_ID || CLOCK_THREAD_CPUTIME_ID || __linux; | |
^ | |
2 errors generated. | |
configure:19963: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gperftools" | |
| #define PACKAGE_TARNAME "gperftools" | |
| #define PACKAGE_VERSION "2.9.0" | |
| #define PACKAGE_STRING "gperftools 2.9.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "gperftools" | |
| #define VERSION "2.9.0" | |
| #define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SBRK 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_GLOB_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_UNWIND_H 1 | |
| #define HAVE_SCHED_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_DECL_CFREE 0 | |
| #define HAVE_DECL_POSIX_MEMALIGN 0 | |
| #define HAVE_DECL_MEMALIGN 0 | |
| #define HAVE_DECL_VALLOC 0 | |
| #define HAVE_DECL_PVALLOC 0 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_UCONTEXT_H 1 | |
| #define HAVE_SYS_UCONTEXT_H 1 | |
| #define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
| #define HAVE_LIBUNWIND_H 1 | |
| #define ENABLE_ALIGNED_NEW_DELETE 1 | |
| #define HAVE_UNWIND_BACKTRACE 1 | |
| #define HAVE_PTHREAD 1 | |
| #define INSTALL_PREFIX "/usr/local/Cellar/gperftools/2.9.0" | |
| #define PERFTOOLS_DLL_DECL /**/ | |
| /* end confdefs.h. */ | |
| #include <signal.h> | |
| #include <time.h> | |
| int | |
| main () | |
| { | |
| return SIGEV_THREAD_ID || CLOCK_THREAD_CPUTIME_ID || __linux; | |
| ; | |
| return 0; | |
| } | |
configure:19971: result: no | |
configure:20116: checking that generated files are newer than configure | |
configure:20122: result: done | |
configure:20237: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gperftools config.status 2.9.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on thierrys-air.lan | |
config.status:1273: creating Makefile | |
config.status:1273: creating src/gperftools/tcmalloc.h | |
config.status:1273: creating src/windows/gperftools/tcmalloc.h | |
config.status:1273: creating src/config.h | |
config.status:1502: executing depfiles commands | |
config.status:1502: executing libtool commands | |
configure:22652: WARNING: No frame pointers and no libunwind. Using experimental backtrace capturing via libgcc. Expect crashy cpu profiler. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv___attribute__=yes | |
ac_cv___attribute__aligned_fn=yes | |
ac_cv_build=x86_64-apple-darwin20.3.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value=-D_XOPEN_SOURCE | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value=-D_XOPEN_SOURCE | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func___sbrk=no | |
ac_cv_func_fork=yes | |
ac_cv_func_geteuid=yes | |
ac_cv_func_sbrk=yes | |
ac_cv_have_decl_cfree=no | |
ac_cv_have_decl_memalign=no | |
ac_cv_have_decl_posix_memalign=no | |
ac_cv_have_decl_pvalloc=no | |
ac_cv_have_decl_valloc=no | |
ac_cv_have_program_invocation_name=no | |
ac_cv_have_std_align_val_t=1 | |
ac_cv_have_struct_mallinfo=0 | |
ac_cv_header_asm_ptrace_h=no | |
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=no | |
ac_cv_header_glob_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libunwind_h=yes | |
ac_cv_header_linux_ptrace_h=no | |
ac_cv_header_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_prctl_h=no | |
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_host=x86_64-apple-darwin20.3.0 | |
ac_cv_install_prefix=/usr/local/Cellar/gperftools/2.9.0 | |
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_GIT=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/git | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_CXXCPP='clang++ -std=gnu++11 -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OBJDUMP=objdump | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_type_Elf32_Versym=no | |
ac_cv_type_struct_mallinfo=no | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
ax_cv_cxx_compile_cxx11__std_gnupp11=yes | |
gpt_cv_objcopy_weaken=no | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
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='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=786432 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
perftools_cv_have_align_val_t=yes | |
perftools_cv_have_f_aligned_new=yes | |
perftools_cv_have_unwind_backtrace=yes | |
perftools_cv_sized_deallocation_result=yes | |
perftools_cv_w_no_unused_result=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
$(CHANGELOG_GIT_FLAGS) $(CHANGELOG_GIT_RANGE) \ | |
--git-dir=$(CHANGELOG_GIT_DIR) --work-tree=$(top_srcdir) log \ | |
| fmt --split-only >.ChangeLog.tmp; \ | |
$(AM_V_GEN)if $(GIT) \ | |
else rm -f .ChangeLog.tmp; exit 1; fi | |
then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \ | |
# | |
# (exclusive). (Default: include all commits) | |
# ChangeLog. (Default: various) | |
# - CHANGELOG_GIT_DIR: .git directory to use. (Default: $(top_srcdir)/.git) | |
# - CHANGELOG_GIT_FLAGS: General flags to pass to git-log when generating the | |
# - CHANGELOG_START: git commit ID or tag name to output changelogs from | |
# Generate ChangeLog | |
# Generate a ChangeLog in $(top_distdir) | |
# Optional: | |
# git-specific | |
' | |
.PHONY: dist-ChangeLog | |
ACLOCAL='${SHELL} '\''/private/tmp/gperftools-20210223-76871-g8mpyh/gperftools-2.9.0/missing'\'' aclocal-1.16' | |
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} '\''/private/tmp/gperftools-20210223-76871-g8mpyh/gperftools-2.9.0/missing'\'' autoconf' | |
AUTOHEADER='${SHELL} '\''/private/tmp/gperftools-20210223-76871-g8mpyh/gperftools-2.9.0/missing'\'' autoheader' | |
AUTOMAKE='${SHELL} '\''/private/tmp/gperftools-20210223-76871-g8mpyh/gperftools-2.9.0/missing'\'' automake-1.16' | |
AWK='awk' | |
BUILD_EMERGENCY_MALLOC_FALSE='#' | |
BUILD_EMERGENCY_MALLOC_TRUE='' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-D_XOPEN_SOURCE' | |
CHANGELOG_GIT_DIR ?= $(top_srcdir)/.git | |
CHANGELOG_GIT_FLAGS ?= --stat -M -C --name-status --no-color | |
CHANGELOG_GIT_RANGE = | |
CHANGELOG_GIT_RANGE = $(CHANGELOG_START).. | |
CPP='clang -E' | |
CPPFLAGS='' | |
CXX='clang++ -std=gnu++11' | |
CXXCPP='clang++ -std=gnu++11 -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-D_XOPEN_SOURCE' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_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='' | |
GENERATE_CHANGELOG_RULES=' | |
GIT='/usr/local/Homebrew/Library/Homebrew/shims/mac/super/git' | |
GREP='/usr/bin/grep' | |
HAVE_CXX11='1' | |
HAVE_F_ALIGNED_NEW_FALSE='#' | |
HAVE_F_ALIGNED_NEW_TRUE='' | |
HAVE_OBJCOPY_WEAKEN_FALSE='' | |
HAVE_OBJCOPY_WEAKEN_TRUE='#' | |
HAVE_PTHREAD_DESPITE_ASKING_FOR_FALSE='' | |
HAVE_PTHREAD_DESPITE_ASKING_FOR_TRUE='#' | |
HAVE_SIZED_DEALLOCATION_FALSE='#' | |
HAVE_SIZED_DEALLOCATION_TRUE='' | |
HAVE_W_NO_UNUSED_RESULT_FALSE='#' | |
HAVE_W_NO_UNUSED_RESULT_TRUE='' | |
I386_FALSE='' | |
I386_TRUE='#' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PPROF_FALSE='#' | |
INSTALL_PPROF_TRUE='' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBSTDCXX_LA_LINKER_FLAG='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LT_SYS_LIBRARY_PATH='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} '\''/private/tmp/gperftools-20210223-76871-g8mpyh/gperftools-2.9.0/missing'\'' makeinfo' | |
MANIFEST_TOOL=':' | |
MINGW_FALSE='' | |
MINGW_TRUE='#' | |
MKDIR_P='./install-sh -c -d' | |
NANOSLEEP_LIBS='' | |
NM='/usr/bin/nm -B' | |
NMEDIT='nmedit' | |
OBJCOPY='' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OMIT_FP_BY_DEFAULT_FALSE='#' | |
OMIT_FP_BY_DEFAULT_TRUE='' | |
OSX_FALSE='#' | |
OSX_TRUE='' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='gperftools' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='gperftools' | |
PACKAGE_STRING='gperftools 2.9.0' | |
PACKAGE_TARNAME='gperftools' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='2.9.0' | |
PATH_SEPARATOR=':' | |
PROFILER_SO_VERSION='5:3:5' | |
PTHREAD_CC='clang' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE ' | |
PTHREAD_LIBS='' | |
RANLIB='ranlib' | |
SED='/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
TCMALLOC_AND_PROFILER_SO_VERSION='10:3:6' | |
TCMALLOC_SO_VERSION='9:8:5' | |
TC_VERSION_MAJOR='2' | |
TC_VERSION_MINOR='9' | |
TC_VERSION_PATCH='.0' | |
UNWIND_LIBS='' | |
VERSION='2.9.0' | |
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='' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
ac_cv_have_std_align_val_t='1' | |
ac_cv_have_struct_mallinfo='0' | |
acx_pthread_config='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin20.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin20.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
dist-ChangeLog: | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
else | |
endif | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin20.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin20.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
ifeq ($(CHANGELOG_START),) | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/gperftools-20210223-76871-g8mpyh/gperftools-2.9.0/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='/usr/local/Cellar/gperftools/2.9.0' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
runstatedir='${localstatedir}/run' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "gperftools" | |
#define PACKAGE_TARNAME "gperftools" | |
#define PACKAGE_VERSION "2.9.0" | |
#define PACKAGE_STRING "gperftools 2.9.0" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "gperftools" | |
#define VERSION "2.9.0" | |
#define HAVE_CXX11 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 HAVE___ATTRIBUTE__ALIGNED_FN 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SBRK 1 | |
#define HAVE_GETEUID 1 | |
#define HAVE_FORK 1 | |
#define HAVE_GLOB_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_UNWIND_H 1 | |
#define HAVE_SCHED_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_DECL_CFREE 0 | |
#define HAVE_DECL_POSIX_MEMALIGN 0 | |
#define HAVE_DECL_MEMALIGN 0 | |
#define HAVE_DECL_VALLOC 0 | |
#define HAVE_DECL_PVALLOC 0 | |
#define HAVE_MMAP 1 | |
#define HAVE_UCONTEXT_H 1 | |
#define HAVE_SYS_UCONTEXT_H 1 | |
#define PC_FROM_UCONTEXT uc_mcontext->__ss.__rip | |
#define HAVE_LIBUNWIND_H 1 | |
#define ENABLE_ALIGNED_NEW_DELETE 1 | |
#define HAVE_UNWIND_BACKTRACE 1 | |
#define HAVE_PTHREAD 1 | |
#define INSTALL_PREFIX "/usr/local/Cellar/gperftools/2.9.0" | |
#define PERFTOOLS_DLL_DECL /**/ | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment