Last active
December 18, 2015 18:09
-
-
Save joshourisman/5823551 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~ » brew doctor ~ | |
Warning: Experimental support for using Xcode without the "Command Line Tools". | |
You have only installed Xcode. If stuff is not building, try installing the | |
"Command Line Tools for Xcode" package provided by Apple. | |
Warning: You are using Mac OS X 10.9. | |
We do not yet provide support for this (unreleased) version. | |
~ » brew --config ~ 1 ↵ | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: 2e739b3f69176277a6209535854dbafddb9f120d | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP.app/Contents/Developer | |
LLVM-GCC: build 0 | |
Clang: 5.0 build 500 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
~ » HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install libmemcached 2>&1 | |
==> Downloading https://launchpad.net/libmemcached/1.0/1.0.16/+download/libmemcached-1.0.16.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/libmemcached-1.0.16.tar.gz | |
tar xf /Library/Caches/Homebrew/libmemcached-1.0.16.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/libmemcached/1.0.16 | |
./configure --prefix=/usr/local/Cellar/libmemcached/1.0.16 | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
checking target system type... x86_64-apple-darwin13.0.0 | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking how to create a ustar tar archive... gnutar | |
checking dependency style of cc... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm | |
checking the name lister (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... gcc3 | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether the linker accepts ... yes | |
checking for debug... no | |
checking for vcs system... none | |
checking for vcs checkout... no | |
checking for assert... no | |
checking whether make supports nested variables... yes | |
checking for ISO C++ 98 include files... | |
checking for libmemcachedprotocol... no | |
checking for mysqld... nocommand | |
configure: WARNING: mysqld not found in /usr/local/Library/ENV/4.3:/Applications/Xcode5-DP.app/Contents/Developer/usr/bin:/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/libevent/bin:/usr/local/opt/memcached/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
checking for mysql_config... no | |
checking for mysql_config5... no | |
checking whether memcached executable path has been provided... no | |
checking for memcached... /usr/local/opt/memcached/bin/memcached | |
checking whether gearmand executable path has been provided... no | |
checking for gearmand... no | |
checking libgearman/gearman.h usability... no | |
checking libgearman/gearman.h presence... no | |
checking for libgearman/gearman.h... no | |
checking for location of cstdint... <cstdint> | |
<cstdint> | |
checking for location of cinttypes... <cinttypes> | |
<cinttypes> | |
checking whether byte ordering is bigendian... no | |
checking for htonll... no | |
checking for working SO_SNDTIMEO... yes | |
checking for working SO_RCVTIMEO... yes | |
checking for supported struct padding... yes | |
checking for flex... flex | |
checking for bison... bison | |
checking for perl... perl | |
checking for dpkg-gensymbols... no | |
checking for lcov... no | |
checking for genhtml... no | |
checking for sphinx-build... no | |
checking for library containing getopt_long... none required | |
checking for library containing gethostbyname... none required | |
checking for arpa/inet.h... yes | |
checking for errno.h... yes | |
checking for execinfo.h... yes | |
checking for fcntl.h... yes | |
checking for features.h... no | |
checking for fnmatch.h... yes | |
checking for inttypes.h... (cached) yes | |
checking for libintl.h... no | |
checking for limits.h... yes | |
checking for mach/mach.h... yes | |
checking for malloc.h... no | |
checking for math.h... yes | |
checking for netdb.h... yes | |
checking for netinet/in.h... yes | |
checking for netinet/tcp.h... yes | |
checking for poll.h... yes | |
checking for pthread.h... yes | |
checking for spawn.h... yes | |
checking for stdarg.h... yes | |
checking for stddef.h... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for sys/socket.h... yes | |
checking for sys/sysctl.h... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/un.h... yes | |
checking for sys/wait.h... yes | |
checking for syslog.h... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for winsock2.h... no | |
checking for ws2tcpip.h... no | |
checking for alarm... yes | |
checking for atexit... yes | |
checking for clock_gettime... no | |
checking for dup2... yes | |
checking for fcntl... yes | |
checking for floor... yes | |
checking for getcwd... yes | |
checking for getline... yes | |
checking for gettimeofday... yes | |
checking for inet_ntoa... yes | |
checking for memchr... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for pipe2... no | |
checking for putenv... yes | |
checking for select... yes | |
checking for setenv... yes | |
checking for sigignore... yes | |
checking for socket... yes | |
checking for sqrt... yes | |
checking for strcasecmp... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strstr... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for strtoull... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for error_at_line... no | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking umem.h usability... no | |
checking umem.h presence... no | |
checking for umem.h... no | |
checking for C compiler vendor... clang | |
checking for in_port_t... yes | |
checking for ptrdiff_t... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for int8_t... yes | |
checking for off_t... yes | |
checking for pid_t... (cached) yes | |
checking for ssize_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for uint8_t... yes | |
checking whether byte ordering is bigendian... (cached) no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking whether the compiler supports GCC C++ ABI name demangling... yes | |
checking checking for cxx_gcc_abi_demangle... "yes" | |
checking test for a working libevent... yes | |
checking for clock_gettime in -lrt... no | |
checking for dlfcn.h... (cached) yes | |
checking for main in -ldl... yes | |
checking for dlopen in -ldl... yes | |
checking for dladdr in -ldl... yes | |
checking atomic.h usability... no | |
checking atomic.h presence... no | |
checking for atomic.h... no | |
checking for setppriv... no | |
checking for MSG_NOSIGNAL... | |
checking for MSG_DONTWAIT... yes | |
checking for MSG_MORE... | |
checking uuid/uuid.h usability... yes | |
checking uuid/uuid.h presence... yes | |
checking for uuid/uuid.h... yes | |
checking check to see if -luuid is needed... no | |
checking for uuid_generate_time_safe... no | |
checking sasl/sasl.h usability... yes | |
checking sasl/sasl.h presence... yes | |
checking for sasl/sasl.h... yes | |
checking for main in -lsasl2... yes | |
checking checking to see if sasl works... "yes" | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking check for pthread_timedjoin_np... | |
checking checking to see if enabling sasl... "yes" | |
checking whether the compiler provides atomic builtins... yes | |
checking whether byte ordering is bigendian... (cached) no | |
checking for assert... no | |
checking if all warnings into errors... no | |
checking C Compiler version... "Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn)" | |
checking C++ Compiler version... "Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn)" | |
checking MINGW... checking whether __MINGW32__ is declared... no | |
no | |
checking whether the -Werror option is usable... yes | |
checking for simple visibility declarations... yes | |
checking whether the linker accepts -z... no | |
checking whether the linker accepts relro... no | |
checking whether the linker accepts -z... (cached) no | |
checking whether the linker accepts now... no | |
checking whether C compiler accepts ... yes | |
checking whether C compiler accepts -g... yes | |
checking whether C compiler accepts -O2... yes | |
checking whether C compiler accepts -Wno-pragmas... no | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wextra... yes | |
checking whether C compiler accepts -Wunknown-pragmas... yes | |
checking whether C compiler accepts -Wthis-test-should-fail... no | |
checking whether C compiler accepts -std=c99... yes | |
checking whether C compiler accepts --param=ssp-buffer-size=1... yes | |
checking whether C compiler accepts -Wno-attributes... yes | |
checking whether C compiler accepts -Waddress... yes | |
checking whether C compiler accepts -Warray-bounds... yes | |
checking whether C compiler accepts -Wbad-function-cast... yes | |
checking whether C compiler accepts -Wchar-subscripts... yes | |
checking whether C compiler accepts -Wcomment... yes | |
checking whether C compiler accepts -Wfloat-equal... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking whether C compiler accepts -Wformat=2... yes | |
checking whether C compiler accepts -Wlogical-op... no | |
checking whether C compiler accepts -Wmaybe-uninitialized... no | |
checking whether C compiler accepts -Wmissing-field-initializers... yes | |
checking whether C compiler accepts -Wmissing-noreturn... yes | |
checking whether C compiler accepts -Wmissing-prototypes... yes | |
checking whether C compiler accepts -Wnested-externs... yes | |
checking whether C compiler accepts -Wnormalized=id... no | |
checking whether C compiler accepts -Wold-style-definition... yes | |
checking whether C compiler accepts -Woverride-init... no | |
checking whether C compiler accepts -Wpointer-arith... yes | |
checking whether C compiler accepts -Wpointer-sign... yes | |
checking whether C compiler accepts -Wredundant-decls... yes | |
checking whether C compiler accepts -Wshadow... yes | |
checking whether C compiler accepts -Wshorten-64-to-32... yes | |
checking whether C compiler accepts -Wsign-compare... yes | |
checking whether C compiler accepts -Wstrict-overflow=1... yes | |
checking whether C compiler accepts -Wstrict-prototypes... yes | |
checking whether C compiler accepts -Wswitch-enum... yes | |
checking whether C compiler accepts -Wundef... yes | |
checking whether C compiler accepts -Wunused... yes | |
checking whether C compiler accepts -Wunused-result... yes | |
checking whether C compiler accepts -Wunused-variable... yes | |
checking whether C compiler accepts -Wwrite-strings... yes | |
checking whether C compiler accepts -floop-parallelize-all... no | |
checking whether C compiler accepts -fwrapv... yes | |
checking whether C compiler accepts -fmudflapt... no | |
checking whether C compiler accepts -pipe... yes | |
checking whether C++ compiler accepts -g... yes | |
checking whether C++ compiler accepts -O2... yes | |
checking whether C++ compiler accepts -Wno-pragmas... no | |
checking whether C++ compiler accepts -Wall... yes | |
checking whether C++ compiler accepts -Wextra... yes | |
checking whether C++ compiler accepts -Wunknown-pragmas... yes | |
checking whether C++ compiler accepts -Wthis-test-should-fail... no | |
checking whether C++ compiler accepts --param=ssp-buffer-size=1... yes | |
checking whether C++ compiler accepts -Wno-attributes... yes | |
checking whether C++ compiler accepts -Waddress... yes | |
checking whether C++ compiler accepts -Warray-bounds... yes | |
checking whether C++ compiler accepts -Wchar-subscripts... yes | |
checking whether C++ compiler accepts -Wcomment... yes | |
checking whether C++ compiler accepts -Wctor-dtor-privacy... yes | |
checking whether C++ compiler accepts -Wfloat-equal... yes | |
checking whether C++ compiler accepts -Wformat=2... yes | |
checking whether C++ compiler accepts -Wmaybe-uninitialized... no | |
checking whether C++ compiler accepts -Wmissing-field-initializers... yes | |
checking whether C++ compiler accepts -Wlogical-op... no | |
checking whether C++ compiler accepts -Wnon-virtual-dtor... yes | |
checking whether C++ compiler accepts -Wnormalized=id... no | |
checking whether C++ compiler accepts -Woverloaded-virtual... yes | |
checking whether C++ compiler accepts -Wpointer-arith... yes | |
checking whether C++ compiler accepts -Wredundant-decls... yes | |
checking whether C++ compiler accepts -Wshadow... yes | |
checking whether C++ compiler accepts -Wshorten-64-to-32... yes | |
checking whether C++ compiler accepts -Wsign-compare... yes | |
checking whether C++ compiler accepts -Wstrict-overflow=1... yes | |
checking whether C++ compiler accepts -Wswitch-enum... yes | |
checking whether C++ compiler accepts -Wundef... yes | |
checking whether C++ compiler accepts -Wc++11-compat... yes | |
checking whether C++ compiler accepts -Wunused... yes | |
checking whether C++ compiler accepts -Wunused-result... yes | |
checking whether C++ compiler accepts -Wunused-variable... yes | |
checking whether C++ compiler accepts -Wwrite-strings... yes | |
checking whether C++ compiler accepts -Wformat-security... yes | |
checking whether C++ compiler accepts -floop-parallelize-all... no | |
checking whether C++ compiler accepts -fwrapv... yes | |
checking whether C++ compiler accepts -fmudflapt... no | |
checking whether C++ compiler accepts -pipe... yes | |
checking the number of available CPUs... 4 | |
configure: adding automake macro support | |
configure: creating aminclude.am | |
configure: added jobserver support to make for 5 jobs | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libhashkit/hashkitcon.h | |
config.status: creating libhashkit-1.0/configure.h | |
config.status: creating libtest/version.h | |
config.status: creating libtest/yatlcon.h | |
config.status: creating Makefile | |
config.status: creating docs/conf.py | |
config.status: creating libmemcached-1.0/configure.h | |
config.status: creating support/libmemcached.pc | |
config.status: creating support/libmemcached.spec | |
config.status: creating mem_config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
--- | |
Configuration summary for libmemcached version 1.0.16 | |
* Installation prefix: /usr/local/Cellar/libmemcached/1.0.16 | |
* System type: apple-darwin13.0.0 | |
* Host CPU: x86_64 | |
* C Compiler: Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn) | |
* C Flags: -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv -pipe | |
* C++ Compiler: Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn) | |
* C++ Flags: -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security -fwrapv -pipe | |
* CPP Flags: -fvisibility=hidden | |
* LIB Flags: | |
* Assertions enabled: no | |
* Debug enabled: no | |
* Shared: yes | |
* Warnings as failure: no | |
* SASL support: yes | |
* make -j: 5 | |
* VCS checkout: no | |
--- | |
==> make install | |
make install | |
/Applications/Xcode5-DP.app/Contents/Developer/usr/bin/make -j5 install-am | |
mkdir: tmp_chroot: File exists | |
mkdir: tmp_chroot/etc: File exists | |
mkdir: tmp_chroot/var: File exists | |
mkdir: tmp_chroot/var/log: File exists | |
mkdir: tmp_chroot/var: File exists | |
mkdir: tmp_chroot/var/log: File exists | |
mkdir: tmp_chroot/var/tmp: File exists | |
mkdir: tmp_chroot/var/tmp: File exists | |
mkdir: tmp_chroot/var/tmp: File exists | |
mkdir: tmp_chroot/var/run: File exists | |
mkdir: tmp_chroot/var/drizzle: File exists | |
mkdir: tmp_chroot/var/drizzle: File exists | |
CXX libtest/abort.o | |
CXX libtest/wait.o | |
CXX libtest/dream.o | |
CXX libhashkit/libhashkit_libhashkitinc_la-aes.lo | |
CXX libhashkit/libhashkit_libhashkitinc_la-algorithm.lo | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
CXX libhashkit/libhashkit_libhashkitinc_la-behavior.lo | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
CXX libhashkit/libhashkit_libhashkitinc_la-crc32.lo | |
CXX libhashkit/libhashkit_libhashkitinc_la-digest.lo | |
CXX libhashkit/libhashkit_libhashkitinc_la-encrypt.lo | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
In file included from libtest/dream.cc:38: | |
In file included from ./libtest/common.h:85: | |
In file included from ./libtest/test.hpp:77: | |
In file included from ./libtest/comparison.hpp:42: | |
./libmemcached-1.0/memcached.h:46:12: fatal error: 'tr1/cinttypes' file not found | |
# include <tr1/cinttypes> | |
^ | |
CXX libhashkit/libhashkit_libhashkitinc_la-fnv_32.lo | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
1 error generated. | |
make[1]: *** [libtest/dream.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
brew: superenv removed: -g -O2 -Wall -Wextra -Wunknown-pragmas -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security | |
make: *** [install] Error 2 | |
Error: libmemcached did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 2e739b3f69176277a6209535854dbafddb9f120d | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP.app/Contents/Developer | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local:/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr | |
CMAKE_INCLUDE_PATH: /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2:/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/libevent/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
HOMEBREW_MAKE_JOBS: 1 | |
HOMEBREW_SDKROOT: /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/Applications/Xcode5-DP.app/Contents/Developer/usr/bin:/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/libevent/bin:/usr/local/opt/memcached/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: /Users/josho/Library/Logs/Homebrew/libmemcached/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/20625 | |
~ » cat ~/Library/Logs/Homebrew/libmemcached/config.log | |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by libmemcached configure 1.0.16, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/libmemcached/1.0.16 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Lloigor.local | |
uname -m = x86_64 | |
uname -r = 13.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 13.0.0: Sat Jun 1 01:13:40 PDT 2013; root:xnu-2422.1.4.1.8~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 13.0.0: Sat Jun 1 01:13:40 PDT 2013; root:xnu-2422.1.4.1.8~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 207 tasks, 907 threads, 4 processors | |
Load average: 1.90, Mach factor: 2.09 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /Applications/Xcode5-DP.app/Contents/Developer/usr/bin | |
PATH: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
PATH: /usr/local/opt/libevent/bin | |
PATH: /usr/local/opt/memcached/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2868: checking build system type | |
configure:2882: result: x86_64-apple-darwin13.0.0 | |
configure:2902: checking host system type | |
configure:2915: result: x86_64-apple-darwin13.0.0 | |
configure:2935: checking target system type | |
configure:2948: result: x86_64-apple-darwin13.0.0 | |
configure:3032: checking for gcc | |
configure:3059: result: cc | |
configure:3288: checking for C compiler version | |
configure:3297: cc --version >&5 | |
Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
configure:3308: $? = 0 | |
configure:3297: cc -v >&5 | |
Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib' | |
... rest of stderr output deleted ... | |
configure:3308: $? = 0 | |
configure:3297: cc -V >&5 | |
clang: error: unsupported option '-V --sysroot=/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk' | |
clang: error: no input files | |
configure:3308: $? = 1 | |
configure:3297: cc -qversion >&5 | |
clang: error: no input files | |
configure:3308: $? = 1 | |
configure:3328: checking whether the C compiler works | |
configure:3350: cc conftest.c >&5 | |
configure:3354: $? = 0 | |
configure:3402: result: yes | |
configure:3405: checking for C compiler default output file name | |
configure:3407: result: a.out | |
configure:3413: checking for suffix of executables | |
configure:3420: cc -o conftest conftest.c >&5 | |
configure:3424: $? = 0 | |
configure:3446: result: | |
configure:3468: checking whether we are cross compiling | |
configure:3476: cc -o conftest conftest.c >&5 | |
configure:3480: $? = 0 | |
configure:3487: ./conftest | |
configure:3491: $? = 0 | |
configure:3506: result: no | |
configure:3511: checking for suffix of object files | |
configure:3533: cc -c conftest.c >&5 | |
configure:3537: $? = 0 | |
configure:3558: result: o | |
configure:3562: checking whether we are using the GNU C compiler | |
configure:3581: cc -c conftest.c >&5 | |
configure:3581: $? = 0 | |
configure:3590: result: yes | |
configure:3599: checking whether cc accepts -g | |
configure:3619: cc -c -g conftest.c >&5 | |
configure:3619: $? = 0 | |
configure:3660: result: yes | |
configure:3677: checking for cc option to accept ISO C89 | |
configure:3740: cc -c -g -O2 conftest.c >&5 | |
configure:3740: $? = 0 | |
configure:3753: result: none needed | |
configure:3779: checking how to run the C preprocessor | |
configure:3810: cc -E conftest.c | |
configure:3810: $? = 0 | |
configure:3824: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3824: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3849: result: cc -E | |
configure:3869: cc -E conftest.c | |
configure:3869: $? = 0 | |
configure:3883: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3883: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3912: checking for grep that handles long lines and -e | |
configure:3970: result: /usr/bin/grep | |
configure:3975: checking for egrep | |
configure:4037: result: /usr/bin/grep -E | |
configure:4042: checking for ANSI C header files | |
configure:4062: cc -c -g -O2 conftest.c >&5 | |
configure:4062: $? = 0 | |
configure:4135: cc -o conftest -g -O2 conftest.c >&5 | |
configure:4135: $? = 0 | |
configure:4135: ./conftest | |
configure:4135: $? = 0 | |
configure:4146: result: yes | |
configure:4159: checking for sys/types.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for sys/stat.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for stdlib.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for string.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for memory.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for strings.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for inttypes.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for stdint.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4159: checking for unistd.h | |
configure:4159: cc -c -g -O2 conftest.c >&5 | |
configure:4159: $? = 0 | |
configure:4159: result: yes | |
configure:4172: checking minix/config.h usability | |
configure:4172: cc -c -g -O2 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4172: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 | |
| /* 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 <minix/config.h> | |
configure:4172: result: no | |
configure:4172: checking minix/config.h presence | |
configure:4172: cc -E conftest.c | |
conftest.c:19:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4172: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:4172: result: no | |
configure:4172: checking for minix/config.h | |
configure:4172: result: no | |
configure:4193: checking whether it is safe to define __EXTENSIONS__ | |
configure:4211: cc -c -g -O2 conftest.c >&5 | |
configure:4211: $? = 0 | |
configure:4218: result: yes | |
configure:4249: checking for a BSD-compatible install | |
configure:4317: result: /usr/bin/install -c | |
configure:4328: checking whether build environment is sane | |
configure:4383: result: yes | |
configure:4524: checking for a thread-safe mkdir -p | |
configure:4563: result: build-aux/install-sh -c -d | |
configure:4570: checking for gawk | |
configure:4600: result: no | |
configure:4570: checking for mawk | |
configure:4600: result: no | |
configure:4570: checking for nawk | |
configure:4600: result: no | |
configure:4570: checking for awk | |
configure:4586: found /usr/bin/awk | |
configure:4597: result: awk | |
configure:4608: checking whether make sets $(MAKE) | |
configure:4630: result: yes | |
configure:4660: checking for style of include used by make | |
configure:4688: result: GNU | |
configure:4774: checking how to create a ustar tar archive | |
configure:4787: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:4790: $? = 0 | |
configure:4830: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:4833: $? = 0 | |
configure:4837: tar -xf - <conftest.tar | |
configure:4840: $? = 0 | |
configure:4853: result: gnutar | |
configure:4861: checking dependency style of cc | |
configure:4972: result: gcc3 | |
configure:5090: checking how to print strings | |
configure:5117: result: printf | |
configure:5138: checking for a sed that does not truncate output | |
configure:5202: result: /usr/local/Library/ENV/4.3/sed | |
configure:5220: checking for fgrep | |
configure:5282: result: /usr/bin/grep -F | |
configure:5317: checking for ld used by cc | |
configure:5384: result: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:5391: checking if the linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:5406: result: no | |
configure:5418: checking for BSD- or MS-compatible name lister (nm) | |
configure:5467: result: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm | |
configure:5597: checking the name lister (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm) interface | |
configure:5604: cc -c -g -O2 conftest.c >&5 | |
configure:5607: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm "conftest.o" | |
configure:5610: output | |
000000000000021c S _some_variable | |
configure:5617: result: BSD nm | |
configure:5620: checking whether ln -s works | |
configure:5624: result: yes | |
configure:5632: checking the maximum length of command line arguments | |
configure:5762: result: 196608 | |
configure:5779: checking whether the shell understands some XSI constructs | |
configure:5789: result: yes | |
configure:5793: checking whether the shell understands "+=" | |
configure:5799: result: yes | |
configure:5834: checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format | |
configure:5874: result: func_convert_file_noop | |
configure:5881: checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format | |
configure:5901: result: func_convert_file_noop | |
configure:5908: checking for /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:5915: result: -r | |
configure:5989: checking for objdump | |
configure:6019: result: no | |
configure:6048: checking how to recognize dependent libraries | |
configure:6250: result: pass_all | |
configure:6335: checking for dlltool | |
configure:6365: result: no | |
configure:6395: checking how to associate runtime and link libraries | |
configure:6422: result: printf %s\n | |
configure:6482: checking for ar | |
configure:6498: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar | |
configure:6509: result: ar | |
configure:6546: checking for archiver @FILE support | |
configure:6563: cc -c -g -O2 conftest.c >&5 | |
configure:6563: $? = 0 | |
configure:6566: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6569: $? = 1 | |
configure:6589: result: no | |
configure:6647: checking for strip | |
configure:6663: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip | |
configure:6674: result: strip | |
configure:6746: checking for ranlib | |
configure:6762: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib | |
configure:6773: result: ranlib | |
configure:6875: checking command to parse /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm output from cc object | |
configure:6995: cc -c -g -O2 conftest.c >&5 | |
configure:6998: $? = 0 | |
configure:7002: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm 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:7005: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6995: cc -c -g -O2 conftest.c >&5 | |
configure:6998: $? = 0 | |
configure:7002: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm 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:7005: $? = 0 | |
configure:7071: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:7074: $? = 0 | |
configure:7112: result: ok | |
configure:7149: checking for sysroot | |
configure:7179: result: no | |
configure:7435: checking for mt | |
configure:7465: result: no | |
configure:7485: checking if : is a manifest tool | |
configure:7491: : '-?' | |
configure:7499: result: no | |
configure:7555: checking for dsymutil | |
configure:7571: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil | |
configure:7582: result: dsymutil | |
configure:7647: checking for nmedit | |
configure:7663: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nmedit | |
configure:7674: result: nmedit | |
configure:7739: checking for lipo | |
configure:7755: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo | |
configure:7766: result: lipo | |
configure:7831: checking for otool | |
configure:7847: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool | |
configure:7858: result: otool | |
configure:7923: checking for otool64 | |
configure:7953: result: no | |
configure:7998: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8031: result: yes | |
configure:8034: checking for -exported_symbols_list linker flag | |
configure:8054: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:8054: $? = 0 | |
configure:8064: result: yes | |
configure:8067: checking for -force_load linker flag | |
cc -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8099: result: yes | |
configure:8138: checking for dlfcn.h | |
configure:8138: cc -c -g -O2 conftest.c >&5 | |
configure:8138: $? = 0 | |
configure:8138: result: yes | |
configure:8344: checking for objdir | |
configure:8359: result: .libs | |
configure:8630: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8648: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8652: $? = 0 | |
configure:8665: result: yes | |
configure:8992: checking for cc option to produce PIC | |
configure:8999: result: -fno-common -DPIC | |
configure:9007: checking if cc PIC flag -fno-common -DPIC works | |
configure:9025: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9029: $? = 0 | |
configure:9042: result: yes | |
configure:9071: checking if cc static flag -static works | |
configure:9099: result: no | |
configure:9114: checking if cc supports -c -o file.o | |
configure:9135: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9139: $? = 0 | |
configure:9161: result: yes | |
configure:9169: checking if cc supports -c -o file.o | |
configure:9216: result: yes | |
configure:9249: checking whether the cc linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:10402: result: yes | |
configure:10642: checking dynamic linker characteristics | |
configure:11379: result: darwin13.0.0 dyld | |
configure:11486: checking how to hardcode library paths into programs | |
configure:11511: result: immediate | |
configure:12051: checking whether stripping libraries is possible | |
configure:12065: result: yes | |
configure:12091: checking if libtool supports shared libraries | |
configure:12093: result: yes | |
configure:12096: checking whether to build shared libraries | |
configure:12117: result: yes | |
configure:12120: checking whether to build static libraries | |
configure:12124: result: yes | |
configure:12273: checking for C++ compiler version | |
configure:12282: c++ --version >&5 | |
Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
configure:12293: $? = 0 | |
configure:12282: c++ -v >&5 | |
Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin13.0.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2' | |
clang: warning: argument unused during compilation: '-isystem /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib' | |
... rest of stderr output deleted ... | |
configure:12293: $? = 0 | |
configure:12282: c++ -V >&5 | |
clang: error: unsupported option '-V --sysroot=/Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk' | |
clang: error: no input files | |
configure:12293: $? = 1 | |
configure:12282: c++ -qversion >&5 | |
clang: error: no input files | |
configure:12293: $? = 1 | |
configure:12297: checking whether we are using the GNU C++ compiler | |
configure:12316: c++ -c conftest.cpp >&5 | |
configure:12316: $? = 0 | |
configure:12325: result: yes | |
configure:12334: checking whether c++ accepts -g | |
configure:12354: c++ -c -g conftest.cpp >&5 | |
configure:12354: $? = 0 | |
configure:12395: result: yes | |
configure:12420: checking dependency style of c++ | |
configure:12531: result: gcc3 | |
configure:12565: checking how to run the C++ preprocessor | |
configure:12592: c++ -E conftest.cpp | |
configure:12592: $? = 0 | |
configure:12606: c++ -E conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12606: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12631: result: c++ -E | |
configure:12651: c++ -E conftest.cpp | |
configure:12651: $? = 0 | |
configure:12665: c++ -E conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12665: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12834: checking for ld used by c++ | |
configure:12901: result: /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:12908: checking if the linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:12923: result: no | |
configure:12978: checking whether the c++ linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:13983: result: yes | |
configure:14019: c++ -c -g -O2 conftest.cpp >&5 | |
configure:14022: $? = 0 | |
configure:14542: checking for c++ option to produce PIC | |
configure:14549: result: -fno-common -DPIC | |
configure:14557: checking if c++ PIC flag -fno-common -DPIC works | |
configure:14575: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14579: $? = 0 | |
configure:14592: result: yes | |
configure:14615: checking if c++ static flag -static works | |
configure:14643: result: no | |
configure:14655: checking if c++ supports -c -o file.o | |
configure:14676: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:14680: $? = 0 | |
configure:14702: result: yes | |
configure:14707: checking if c++ supports -c -o file.o | |
configure:14754: result: yes | |
configure:14784: checking whether the c++ linker (/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:14820: result: yes | |
configure:14961: checking dynamic linker characteristics | |
configure:15632: result: darwin13.0.0 dyld | |
configure:15685: checking how to hardcode library paths into programs | |
configure:15710: result: immediate | |
configure:15883: checking whether the linker accepts | |
configure:15902: cc -o conftest -g -O2 conftest.c >&5 | |
configure:15902: $? = 0 | |
configure:15911: result: yes | |
configure:15929: : CFLAGS="$CFLAGS " | |
configure:15932: $? = 0 | |
configure:16113: checking for debug | |
configure:16115: result: no | |
configure:16125: checking for vcs system | |
configure:16145: result: none | |
configure:16154: checking for vcs checkout | |
configure:16166: result: no | |
configure:16206: checking for assert | |
configure:16208: result: no | |
configure:16319: checking whether make supports nested variables | |
configure:16336: result: yes | |
configure:16349: checking for ISO C++ 98 include files | |
configure:16426: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:99:2: error: expected unqualified-id | |
}, ax_cv_cxx_stdcxx_98=yes , ax_cv_cxx_stdcxx_98=no | |
^ | |
1 error generated. | |
configure:16426: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #include <cassert> | |
| #include <cctype> | |
| #include <cerrno> | |
| #include <cfloat> | |
| #include <ciso646> | |
| #include <climits> | |
| #include <clocale> | |
| #include <cmath> | |
| #include <csetjmp> | |
| #include <csignal> | |
| #include <cstdarg> | |
| #include <cstddef> | |
| #include <cstdio> | |
| #include <cstdlib> | |
| #include <cstring> | |
| #include <ctime> | |
| | |
| #include <algorithm> | |
| #include <bitset> | |
| #include <complex> | |
| #include <deque> | |
| #include <exception> | |
| #include <fstream> | |
| #include <functional> | |
| #include <iomanip> | |
| #include <ios> | |
| #include <iosfwd> | |
| #include <iostream> | |
| #include <istream> | |
| #include <iterator> | |
| #include <limits> | |
| #include <list> | |
| #include <locale> | |
| #include <map> | |
| #include <memory> | |
| #include <new> | |
| #include <numeric> | |
| #include <ostream> | |
| #include <queue> | |
| #include <set> | |
| #include <sstream> | |
| #include <stack> | |
| #include <stdexcept> | |
| #include <streambuf> | |
| #include <string> | |
| #include <typeinfo> | |
| #include <utility> | |
| #include <valarray> | |
| #include <vector> | |
| | |
| int | |
| main () | |
| { | |
| | |
| int x | |
| | |
| ; | |
| return 0; | |
| }, ax_cv_cxx_stdcxx_98=yes , ax_cv_cxx_stdcxx_98=no | |
| | |
configure:16440: result: | |
configure:16471: checking for libmemcachedprotocol | |
configure:16473: result: no | |
configure:16622: checking for mysqld | |
configure:16653: result: nocommand | |
configure:16662: WARNING: mysqld not found in /usr/local/Library/ENV/4.3:/Applications/Xcode5-DP.app/Contents/Developer/usr/bin:/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/libevent/bin:/usr/local/opt/memcached/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
configure:16702: checking for mysql_config | |
configure:16735: result: no | |
configure:16702: checking for mysql_config5 | |
configure:16735: result: no | |
configure:16867: checking whether memcached executable path has been provided | |
configure:16933: result: no | |
configure:16937: checking for memcached | |
configure:16955: found /usr/local/opt/memcached/bin/memcached | |
configure:16967: result: /usr/local/opt/memcached/bin/memcached | |
configure:17022: checking whether gearmand executable path has been provided | |
configure:17088: result: no | |
configure:17092: checking for gearmand | |
configure:17125: result: no | |
configure:17182: checking libgearman/gearman.h usability | |
configure:17182: cc -c -g -O2 conftest.c >&5 | |
conftest.c:80:10: fatal error: 'libgearman/gearman.h' file not found | |
#include <libgearman/gearman.h> | |
^ | |
1 error generated. | |
configure:17182: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| /* 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 <libgearman/gearman.h> | |
configure:17182: result: no | |
configure:17182: checking libgearman/gearman.h presence | |
configure:17182: cc -E conftest.c | |
conftest.c:47:10: fatal error: 'libgearman/gearman.h' file not found | |
#include <libgearman/gearman.h> | |
^ | |
1 error generated. | |
configure:17182: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| /* end confdefs.h. */ | |
| #include <libgearman/gearman.h> | |
configure:17182: result: no | |
configure:17182: checking for libgearman/gearman.h | |
configure:17182: result: no | |
configure:17299: checking for location of cstdint | |
configure:17333: c++ -c -g -O2 conftest.cpp >&5 | |
configure:17333: $? = 0 | |
configure:17350: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:50:18: fatal error: 'tr1/cstdint' file not found | |
#include <tr1/cstdint> | |
^ | |
1 error generated. | |
configure:17350: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <tr1/cstdint> | |
| int | |
| main () | |
| { | |
| uint32_t t | |
| ; | |
| return 0; | |
| } | |
configure:17367: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:50:18: fatal error: 'boost/cstdint.hpp' file not found | |
#include <boost/cstdint.hpp> | |
^ | |
1 error generated. | |
configure:17367: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <boost/cstdint.hpp> | |
| int | |
| main () | |
| { | |
| uint32_t t | |
| ; | |
| return 0; | |
| } | |
configure:17396: result: <cstdint> | |
configure:17400: result: <cstdint> | |
configure:17424: checking for location of cinttypes | |
configure:17460: c++ -c -g -O2 conftest.cpp >&5 | |
configure:17460: $? = 0 | |
configure:17480: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:51:18: fatal error: 'tr1/cinttypes' file not found | |
#include <tr1/cinttypes> | |
^ | |
1 error generated. | |
configure:17480: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| /* end confdefs.h. */ | |
| | |
| #include <tr1/cinttypes> | |
| int | |
| main () | |
| { | |
| | |
| uint32_t foo= UINT32_C(1); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17500: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:51:18: fatal error: 'boost/cinttypes.hpp' file not found | |
#include <boost/cinttypes.hpp> | |
^ | |
1 error generated. | |
configure:17500: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| /* end confdefs.h. */ | |
| | |
| #include <boost/cinttypes.hpp> | |
| int | |
| main () | |
| { | |
| | |
| uint32_t foo= UINT32_C(1); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17529: result: <cinttypes> | |
configure:17534: result: <cinttypes> | |
configure:17563: checking whether byte ordering is bigendian | |
configure:17578: cc -c -g -O2 conftest.c >&5 | |
configure:17578: $? = 0 | |
configure:17623: cc -c -g -O2 conftest.c >&5 | |
configure:17623: $? = 0 | |
configure:17641: cc -c -g -O2 conftest.c >&5 | |
conftest.c:59:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:17641: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17769: result: no | |
configure:17795: checking for htonll | |
configure:17814: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:59:9: error: use of undeclared identifier 'htonll' | |
return htonll(0) | |
^ | |
1 error generated. | |
configure:17814: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <netinet/in.h> | |
| #include <inttypes.h> | |
| | |
| int | |
| main () | |
| { | |
| return htonll(0) | |
| ; | |
| return 0; | |
| } | |
configure:17822: result: no | |
configure:17847: checking for working SO_SNDTIMEO | |
configure:17893: cc -o conftest -g -O2 conftest.c >&5 | |
configure:17893: $? = 0 | |
configure:17893: ./conftest | |
configure:17893: $? = 0 | |
configure:17917: result: yes | |
configure:17920: checking for working SO_RCVTIMEO | |
configure:17966: cc -o conftest -g -O2 conftest.c >&5 | |
configure:17966: $? = 0 | |
configure:17966: ./conftest | |
configure:17966: $? = 0 | |
configure:17990: result: yes | |
configure:18077: checking for supported struct padding | |
configure:18105: c++ -c -g -O2 conftest.cpp >&5 | |
In file included from conftest.cpp:57: | |
./libmemcached/memcached/protocol_binary.h:39:10: fatal error: 'libmemcachedprotocol-0.0/vbucket.h' file not found | |
#include <libmemcachedprotocol-0.0/vbucket.h> | |
^ | |
1 error generated. | |
configure:18105: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| /* end confdefs.h. */ | |
| #include <inttypes.h> | |
| #include "libmemcached/memcached/protocol_binary.h" | |
| | |
| int | |
| main () | |
| { | |
| protocol_binary_request_set request; | |
| int a = 1; | |
| switch (a) { | |
| case sizeof(request): | |
| case sizeof(request.bytes): | |
| break; | |
| default: | |
| a = 2; | |
| } | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18113: result: yes | |
configure:18145: checking for flex | |
configure:18161: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/flex | |
configure:18172: result: flex | |
configure:18188: checking for bison | |
configure:18204: found /Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison | |
configure:18215: result: bison | |
configure:18231: checking for perl | |
configure:18247: found /usr/bin/perl | |
configure:18258: result: perl | |
configure:18273: checking for dpkg-gensymbols | |
configure:18303: result: no | |
configure:18316: checking for lcov | |
configure:18346: result: no | |
configure:18359: checking for genhtml | |
configure:18389: result: no | |
configure:18403: checking for sphinx-build | |
configure:18433: result: no | |
configure:18492: checking for library containing getopt_long | |
configure:18523: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18523: $? = 0 | |
configure:18540: result: none required | |
configure:18548: checking for library containing gethostbyname | |
configure:18579: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18579: $? = 0 | |
configure:18596: result: none required | |
configure:18612: checking for arpa/inet.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for errno.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for execinfo.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for fcntl.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for features.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
conftest.c:94:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:18612: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_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 <features.h> | |
configure:18612: result: no | |
configure:18612: checking for fnmatch.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for inttypes.h | |
configure:18612: result: yes | |
configure:18612: checking for libintl.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
conftest.c:96:10: fatal error: 'libintl.h' file not found | |
#include <libintl.h> | |
^ | |
1 error generated. | |
configure:18612: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_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 <libintl.h> | |
configure:18612: result: no | |
configure:18612: checking for limits.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for mach/mach.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for malloc.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
conftest.c:98:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:18612: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <malloc.h> | |
configure:18612: result: no | |
configure:18612: checking for math.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for netdb.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for netinet/in.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for netinet/tcp.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for poll.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for pthread.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for spawn.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for stdarg.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for stddef.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for stdio.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for stdlib.h | |
configure:18612: result: yes | |
configure:18612: checking for sys/socket.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for sys/sysctl.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for sys/time.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for sys/types.h | |
configure:18612: result: yes | |
configure:18612: checking for sys/un.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for sys/wait.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for syslog.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for time.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
configure:18612: $? = 0 | |
configure:18612: result: yes | |
configure:18612: checking for unistd.h | |
configure:18612: result: yes | |
configure:18612: checking for winsock2.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
conftest.c:118:10: fatal error: 'winsock2.h' file not found | |
#include <winsock2.h> | |
^ | |
1 error generated. | |
configure:18612: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <winsock2.h> | |
configure:18612: result: no | |
configure:18612: checking for ws2tcpip.h | |
configure:18612: cc -c -g -O2 conftest.c >&5 | |
conftest.c:118:10: fatal error: 'ws2tcpip.h' file not found | |
#include <ws2tcpip.h> | |
^ | |
1 error generated. | |
configure:18612: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <ws2tcpip.h> | |
configure:18612: result: no | |
configure:18731: checking for alarm | |
configure:18731: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18731: $? = 0 | |
configure:18731: result: yes | |
configure:18742: checking for atexit | |
configure:18742: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18742: $? = 0 | |
configure:18742: result: yes | |
configure:18753: checking for clock_gettime | |
configure:18753: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-5dyJqj.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:18753: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:18753: result: no | |
configure:18764: checking for dup2 | |
configure:18764: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18764: $? = 0 | |
configure:18764: result: yes | |
configure:18775: checking for fcntl | |
configure:18775: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18775: $? = 0 | |
configure:18775: result: yes | |
configure:18786: checking for floor | |
configure:18786: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:111:6: warning: incompatible redeclaration of library function 'floor' [-Wincompatible-library-redeclaration] | |
char floor (); | |
^ | |
conftest.c:111:6: note: 'floor' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:18786: $? = 0 | |
configure:18786: result: yes | |
configure:18797: checking for getcwd | |
configure:18797: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18797: $? = 0 | |
configure:18797: result: yes | |
configure:18808: checking for getline | |
configure:18808: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18808: $? = 0 | |
configure:18808: result: yes | |
configure:18819: checking for gettimeofday | |
configure:18819: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18819: $? = 0 | |
configure:18819: result: yes | |
configure:18830: checking for inet_ntoa | |
configure:18830: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18830: $? = 0 | |
configure:18830: result: yes | |
configure:18841: checking for memchr | |
configure:18841: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:116:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration] | |
char memchr (); | |
^ | |
conftest.c:116:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)' | |
1 warning generated. | |
configure:18841: $? = 0 | |
configure:18841: result: yes | |
configure:18852: checking for memmove | |
configure:18852: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:117:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | |
char memmove (); | |
^ | |
conftest.c:117:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:18852: $? = 0 | |
configure:18852: result: yes | |
configure:18863: checking for memset | |
configure:18863: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:118:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] | |
char memset (); | |
^ | |
conftest.c:118:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
1 warning generated. | |
configure:18863: $? = 0 | |
configure:18863: result: yes | |
configure:18874: checking for pipe2 | |
configure:18874: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_pipe2", referenced from: | |
_main in conftest-ge9jaE.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:18874: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| /* end confdefs.h. */ | |
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pipe2 innocuous_pipe2 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pipe2 (); 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 pipe2 | |
| | |
| /* 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 pipe2 (); | |
| /* 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_pipe2 || defined __stub___pipe2 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pipe2 (); | |
| ; | |
| return 0; | |
| } | |
configure:18874: result: no | |
configure:18885: checking for putenv | |
configure:18885: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18885: $? = 0 | |
configure:18885: result: yes | |
configure:18896: checking for select | |
configure:18896: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18896: $? = 0 | |
configure:18896: result: yes | |
configure:18907: checking for setenv | |
configure:18907: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18907: $? = 0 | |
configure:18907: result: yes | |
configure:18918: checking for sigignore | |
configure:18918: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18918: $? = 0 | |
configure:18918: result: yes | |
configure:18929: checking for socket | |
configure:18929: cc -o conftest -g -O2 conftest.c >&5 | |
configure:18929: $? = 0 | |
configure:18929: result: yes | |
configure:18940: checking for sqrt | |
configure:18940: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:124:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration] | |
char sqrt (); | |
^ | |
conftest.c:124:6: note: 'sqrt' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:18940: $? = 0 | |
configure:18940: result: yes | |
configure:18951: checking for strcasecmp | |
configure:18951: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:125:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | |
char strcasecmp (); | |
^ | |
conftest.c:125:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:18951: $? = 0 | |
configure:18951: result: yes | |
configure:18962: checking for strchr | |
configure:18962: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:126:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | |
char strchr (); | |
^ | |
conftest.c:126:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | |
1 warning generated. | |
configure:18962: $? = 0 | |
configure:18962: result: yes | |
configure:18973: checking for strdup | |
configure:18973: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:127:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | |
char strdup (); | |
^ | |
conftest.c:127:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:18973: $? = 0 | |
configure:18973: result: yes | |
configure:18984: checking for strerror | |
configure:18984: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:128:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:128:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:18984: $? = 0 | |
configure:18984: result: yes | |
configure:18995: checking for strstr | |
configure:18995: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:129:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] | |
char strstr (); | |
^ | |
conftest.c:129:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' | |
1 warning generated. | |
configure:18995: $? = 0 | |
configure:18995: result: yes | |
configure:19006: checking for strtol | |
configure:19006: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19006: $? = 0 | |
configure:19006: result: yes | |
configure:19017: checking for strtoul | |
configure:19017: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19017: $? = 0 | |
configure:19017: result: yes | |
configure:19028: checking for strtoull | |
configure:19028: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19028: $? = 0 | |
configure:19028: result: yes | |
configure:19037: checking for size_t | |
configure:19037: cc -c -g -O2 conftest.c >&5 | |
configure:19037: $? = 0 | |
configure:19037: cc -c -g -O2 conftest.c >&5 | |
conftest.c:146:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:19037: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19037: result: yes | |
configure:19050: checking for working alloca.h | |
configure:19067: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19067: $? = 0 | |
configure:19075: result: yes | |
configure:19083: checking for alloca | |
configure:19120: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19120: $? = 0 | |
configure:19128: result: yes | |
configure:19234: checking for error_at_line | |
configure:19250: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:112:10: fatal error: 'error.h' file not found | |
#include <error.h> | |
^ | |
1 error generated. | |
configure:19250: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main () | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:19258: result: no | |
configure:19269: checking for pid_t | |
configure:19269: cc -c -g -O2 conftest.c >&5 | |
configure:19269: $? = 0 | |
configure:19269: cc -c -g -O2 conftest.c >&5 | |
conftest.c:148:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:19269: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19269: result: yes | |
configure:19282: checking vfork.h usability | |
configure:19282: cc -c -g -O2 conftest.c >&5 | |
conftest.c:145:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:19282: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 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 <vfork.h> | |
configure:19282: result: no | |
configure:19282: checking vfork.h presence | |
configure:19282: cc -E conftest.c | |
conftest.c:112:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:19282: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <vfork.h> | |
configure:19282: result: no | |
configure:19282: checking for vfork.h | |
configure:19282: result: no | |
configure:19295: checking for fork | |
configure:19295: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19295: $? = 0 | |
configure:19295: result: yes | |
configure:19295: checking for vfork | |
configure:19295: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:136:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration] | |
char vfork (); | |
^ | |
conftest.c:136:6: note: 'vfork' is a builtin with type 'int (void)' | |
1 warning generated. | |
configure:19295: $? = 0 | |
configure:19295: result: yes | |
configure:19305: checking for working fork | |
configure:19327: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19327: $? = 0 | |
configure:19327: ./conftest | |
configure:19327: $? = 0 | |
configure:19337: result: yes | |
configure:19358: checking for working vfork | |
configure:19468: result: yes | |
configure:19493: checking whether strerror_r is declared | |
configure:19493: cc -c -g -O2 conftest.c >&5 | |
configure:19493: $? = 0 | |
configure:19493: result: yes | |
configure:19506: checking for strerror_r | |
configure:19506: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19506: $? = 0 | |
configure:19506: result: yes | |
configure:19515: checking whether strerror_r returns char * | |
configure:19539: cc -c -g -O2 conftest.c >&5 | |
conftest.c:156:13: error: indirection requires pointer operand ('int' invalid) | |
char x = *strerror_r (0, buf, sizeof buf); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
conftest.c:157:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | |
char *p = strerror_r (0, buf, sizeof buf); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:19539: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19577: result: no | |
configure:19586: checking umem.h usability | |
configure:19586: cc -c -g -O2 conftest.c >&5 | |
conftest.c:151:10: fatal error: 'umem.h' file not found | |
#include <umem.h> | |
^ | |
1 error generated. | |
configure:19586: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 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 <umem.h> | |
configure:19586: result: no | |
configure:19586: checking umem.h presence | |
configure:19586: cc -E conftest.c | |
conftest.c:118:10: fatal error: 'umem.h' file not found | |
#include <umem.h> | |
^ | |
1 error generated. | |
configure:19586: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <umem.h> | |
configure:19586: result: no | |
configure:19586: checking for umem.h | |
configure:19586: result: no | |
configure:19607: checking for C compiler vendor | |
configure:19652: cc -c -g -O2 conftest.c >&5 | |
conftest.c:124:9: error: use of undeclared identifier 'thisisanerror' | |
thisisanerror; | |
^ | |
1 error generated. | |
configure:19652: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19652: cc -c -g -O2 conftest.c >&5 | |
conftest.c:124:9: error: use of undeclared identifier 'thisisanerror' | |
thisisanerror; | |
^ | |
1 error generated. | |
configure:19652: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19652: cc -c -g -O2 conftest.c >&5 | |
conftest.c:124:9: error: use of undeclared identifier 'thisisanerror' | |
thisisanerror; | |
^ | |
1 error generated. | |
configure:19652: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19652: cc -c -g -O2 conftest.c >&5 | |
configure:19652: $? = 0 | |
configure:19660: result: clang | |
configure:19664: checking for in_port_t | |
configure:19664: cc -c -g -O2 conftest.c >&5 | |
configure:19664: $? = 0 | |
configure:19664: cc -c -g -O2 conftest.c >&5 | |
conftest.c:132:24: error: expected expression | |
if (sizeof ((in_port_t))) | |
^ | |
1 error generated. | |
configure:19664: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_NETINET_IN_H | |
| # include <netinet/in.h> | |
| #endif | |
| #ifdef HAVE_NETDB_H | |
| # include <netdb.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((in_port_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19664: result: yes | |
configure:19684: checking for ptrdiff_t | |
configure:19684: cc -c -g -O2 conftest.c >&5 | |
configure:19684: $? = 0 | |
configure:19684: cc -c -g -O2 conftest.c >&5 | |
conftest.c:155:24: error: expected expression | |
if (sizeof ((ptrdiff_t))) | |
^ | |
1 error generated. | |
configure:19684: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ptrdiff_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19684: result: yes | |
configure:19694: checking for stdbool.h that conforms to C99 | |
configure:19761: cc -c -g -O2 conftest.c >&5 | |
configure:19761: $? = 0 | |
configure:19768: result: yes | |
configure:19770: checking for _Bool | |
configure:19770: cc -c -g -O2 conftest.c >&5 | |
configure:19770: $? = 0 | |
configure:19770: cc -c -g -O2 conftest.c >&5 | |
conftest.c:156:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:19770: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19770: result: yes | |
configure:19787: checking for int16_t | |
configure:19787: cc -c -g -O2 conftest.c >&5 | |
configure:19787: $? = 0 | |
configure:19787: cc -c -g -O2 conftest.c >&5 | |
conftest.c:159:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:19787: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 16 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19787: result: yes | |
configure:19798: checking for int32_t | |
configure:19798: cc -c -g -O2 conftest.c >&5 | |
configure:19798: $? = 0 | |
configure:19798: cc -c -g -O2 conftest.c >&5 | |
conftest.c:159:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:19798: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 32 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19798: result: yes | |
configure:19809: checking for int64_t | |
configure:19809: cc -c -g -O2 conftest.c >&5 | |
configure:19809: $? = 0 | |
configure:19809: cc -c -g -O2 conftest.c >&5 | |
conftest.c:159:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:19809: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 64 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19809: result: yes | |
configure:19820: checking for int8_t | |
configure:19820: cc -c -g -O2 conftest.c >&5 | |
configure:19820: $? = 0 | |
configure:19820: cc -c -g -O2 conftest.c >&5 | |
conftest.c:159:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:19820: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 8 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19820: result: yes | |
configure:19831: checking for off_t | |
configure:19831: cc -c -g -O2 conftest.c >&5 | |
configure:19831: $? = 0 | |
configure:19831: cc -c -g -O2 conftest.c >&5 | |
conftest.c:158:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:19831: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19831: result: yes | |
configure:19842: checking for pid_t | |
configure:19842: result: yes | |
configure:19853: checking for ssize_t | |
configure:19853: cc -c -g -O2 conftest.c >&5 | |
configure:19853: $? = 0 | |
configure:19853: cc -c -g -O2 conftest.c >&5 | |
conftest.c:158:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:19853: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19853: result: yes | |
configure:19864: checking for uint16_t | |
configure:19864: cc -c -g -O2 conftest.c >&5 | |
configure:19864: $? = 0 | |
configure:19864: result: yes | |
configure:19876: checking for uint32_t | |
configure:19876: cc -c -g -O2 conftest.c >&5 | |
configure:19876: $? = 0 | |
configure:19876: result: yes | |
configure:19890: checking for uint64_t | |
configure:19890: cc -c -g -O2 conftest.c >&5 | |
configure:19890: $? = 0 | |
configure:19890: result: yes | |
configure:19904: checking for uint8_t | |
configure:19904: cc -c -g -O2 conftest.c >&5 | |
configure:19904: $? = 0 | |
configure:19904: result: yes | |
configure:19919: checking whether byte ordering is bigendian | |
configure:20125: result: no | |
configure:20143: checking for an ANSI C-conforming const | |
configure:20209: cc -c -g -O2 conftest.c >&5 | |
configure:20209: $? = 0 | |
configure:20216: result: yes | |
configure:20224: checking for inline | |
configure:20240: cc -c -g -O2 conftest.c >&5 | |
configure:20240: $? = 0 | |
configure:20248: result: inline | |
configure:20266: checking for working volatile | |
configure:20285: cc -c -g -O2 conftest.c >&5 | |
configure:20285: $? = 0 | |
configure:20292: result: yes | |
configure:20300: checking for C/C++ restrict keyword | |
configure:20325: cc -c -g -O2 conftest.c >&5 | |
configure:20325: $? = 0 | |
configure:20333: result: __restrict | |
configure:20347: checking whether the compiler supports GCC C++ ABI name demangling | |
configure:20390: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:20390: $? = 0 | |
configure:20390: ./conftest | |
configure:20390: $? = 0 | |
configure:20406: result: yes | |
configure:20408: checking checking for cxx_gcc_abi_demangle | |
configure:20410: result: "yes" | |
configure:20419: checking test for a working libevent | |
configure:20462: cc -o conftest -g -O2 conftest.c -levent >&5 | |
configure:20462: $? = 0 | |
configure:20462: ./conftest | |
configure:20462: $? = 0 | |
configure:20487: result: yes | |
configure:20516: checking for clock_gettime in -lrt | |
configure:20541: cc -o conftest -g -O2 conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20541: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 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 clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:20550: result: no | |
configure:20591: checking for dlfcn.h | |
configure:20591: result: yes | |
configure:20594: checking for main in -ldl | |
configure:20613: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:20613: $? = 0 | |
configure:20622: result: yes | |
configure:20660: checking for dlopen in -ldl | |
configure:20685: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:20685: $? = 0 | |
configure:20694: result: yes | |
configure:20702: checking for dladdr in -ldl | |
configure:20727: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:20727: $? = 0 | |
configure:20736: result: yes | |
configure:20753: checking atomic.h usability | |
configure:20753: cc -c -g -O2 conftest.c >&5 | |
conftest.c:163:10: fatal error: 'atomic.h' file not found | |
#include <atomic.h> | |
^ | |
1 error generated. | |
configure:20753: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 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 <atomic.h> | |
configure:20753: result: no | |
configure:20753: checking atomic.h presence | |
configure:20753: cc -E conftest.c | |
conftest.c:130:10: fatal error: 'atomic.h' file not found | |
#include <atomic.h> | |
^ | |
1 error generated. | |
configure:20753: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| /* end confdefs.h. */ | |
| #include <atomic.h> | |
configure:20753: result: no | |
configure:20753: checking for atomic.h | |
configure:20753: result: no | |
configure:20820: checking for setppriv | |
configure:20820: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_setppriv", referenced from: | |
_main in conftest-KVQxOI.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:20820: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| /* end confdefs.h. */ | |
| /* Define setppriv to an innocuous variant, in case <limits.h> declares setppriv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setppriv innocuous_setppriv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setppriv (); 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 setppriv | |
| | |
| /* 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 setppriv (); | |
| /* 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_setppriv || defined __stub___setppriv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setppriv (); | |
| ; | |
| return 0; | |
| } | |
configure:20820: result: no | |
configure:20861: checking for MSG_NOSIGNAL | |
configure:20893: cc -c -g -O2 -I. conftest.c >&5 | |
conftest.c:140:12: error: use of undeclared identifier 'MSG_NOSIGNAL' | |
int flags= MSG_NOSIGNAL | |
^ | |
1 error generated. | |
configure:20893: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| int flags= MSG_NOSIGNAL | |
| ; | |
| return 0; | |
| } | |
configure:20912: result: | |
configure:20915: checking for MSG_DONTWAIT | |
configure:20947: cc -c -g -O2 -I. conftest.c >&5 | |
configure:20947: $? = 0 | |
configure:20966: result: yes | |
configure:20969: checking for MSG_MORE | |
configure:21000: cc -c -g -O2 -I. conftest.c >&5 | |
conftest.c:140:12: error: use of undeclared identifier 'MSG_MORE' | |
int flags= MSG_MORE | |
^ | |
1 error generated. | |
configure:21000: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| int flags= MSG_MORE | |
| ; | |
| return 0; | |
| } | |
configure:21019: result: | |
configure:21039: checking uuid/uuid.h usability | |
configure:21039: cc -c -g -O2 conftest.c >&5 | |
configure:21039: $? = 0 | |
configure:21039: result: yes | |
configure:21039: checking uuid/uuid.h presence | |
configure:21039: cc -E conftest.c | |
configure:21039: $? = 0 | |
configure:21039: result: yes | |
configure:21039: checking for uuid/uuid.h | |
configure:21039: result: yes | |
configure:21043: checking check to see if -luuid is needed | |
configure:21072: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21072: $? = 0 | |
configure:21072: ./conftest | |
configure:21072: $? = 0 | |
configure:21089: result: no | |
configure:21198: checking for uuid_generate_time_safe | |
configure:21237: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:145:13: warning: implicit declaration of function 'uuid_generate_time_safe' is invalid in C99 [-Wimplicit-function-declaration] | |
uuid_generate_time_safe(out); | |
^ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"_uuid_generate_time_safe", referenced from: | |
_main in conftest-hmMzxx.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:21237: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <uuid/uuid.h> | |
| int | |
| main () | |
| { | |
| | |
| uuid_t out; | |
| uuid_generate_time_safe(out); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21262: result: no | |
configure:21301: checking sasl/sasl.h usability | |
configure:21301: cc -c -g -O2 conftest.c >&5 | |
configure:21301: $? = 0 | |
configure:21301: result: yes | |
configure:21301: checking sasl/sasl.h presence | |
configure:21301: cc -E conftest.c | |
configure:21301: $? = 0 | |
configure:21301: result: yes | |
configure:21301: checking for sasl/sasl.h | |
configure:21301: result: yes | |
configure:21304: checking for main in -lsasl2 | |
configure:21323: cc -o conftest -g -O2 conftest.c -lsasl2 >&5 | |
configure:21323: $? = 0 | |
configure:21332: result: yes | |
configure:21375: checking checking to see if sasl works | |
configure:21377: result: "yes" | |
configure:21502: checking whether pthreads work with -pthread | |
configure:21590: cc -o conftest -g -O2 -pthread conftest.c >&5 | |
configure:21590: $? = 0 | |
configure:21599: result: yes | |
configure:21618: checking for joinable pthread attribute | |
configure:21633: cc -o conftest -g -O2 -pthread conftest.c >&5 | |
configure:21633: $? = 0 | |
configure:21639: result: PTHREAD_CREATE_JOINABLE | |
configure:21649: checking if more special flags are required for pthreads | |
configure:21663: result: -D_THREAD_SAFE | |
configure:21669: checking for PTHREAD_PRIO_INHERIT | |
configure:21687: cc -o conftest -g -O2 -pthread conftest.c >&5 | |
configure:21687: $? = 0 | |
configure:21696: result: yes | |
configure:21781: checking check for pthread_timedjoin_np | |
configure:21819: cc -o conftest -D_THREAD_SAFE -pthread conftest.c >&5 | |
conftest.c:151:11: warning: implicit declaration of function 'pthread_timedjoin_np' is invalid in C99 [-Wimplicit-function-declaration] | |
pthread_timedjoin_np(thread, NULL, NULL); | |
^ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"_pthread_timedjoin_np", referenced from: | |
_main in conftest-Tg73Ql.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:21819: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <pthread.h> | |
| #include <stdlib.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| pthread_t thread; | |
| pthread_timedjoin_np(thread, NULL, NULL); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21841: result: | |
configure:21867: checking checking to see if enabling sasl | |
configure:21877: result: "yes" | |
configure:22057: checking whether the compiler provides atomic builtins | |
configure:22107: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22107: $? = 0 | |
configure:22107: ./conftest | |
configure:22107: $? = 0 | |
configure:22132: result: yes | |
configure:22143: checking whether byte ordering is bigendian | |
configure:22349: result: no | |
configure:22405: checking for assert | |
configure:22407: result: no | |
configure:22410: checking if all warnings into errors | |
configure:22422: result: no | |
configure:22425: checking C Compiler version | |
configure:22443: result: "Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn)" | |
configure:22450: checking C++ Compiler version | |
configure:22468: result: "Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn)" | |
configure:22477: checking MINGW | |
configure:22479: checking whether __MINGW32__ is declared | |
configure:22479: cc -c -g -O2 conftest.c >&5 | |
conftest.c:186:10: error: use of undeclared identifier '__MINGW32__' | |
(void) __MINGW32__; | |
^ | |
1 error generated. | |
configure:22479: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| #ifndef __MINGW32__ | |
| #ifdef __cplusplus | |
| (void) __MINGW32__; | |
| #else | |
| (void) __MINGW32__; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22479: result: no | |
configure:22487: result: no | |
configure:22508: cc -c -g -O2 conftest.c >&5 | |
conftest.c:148:3: error: GCC is Too Old! | |
# error GCC is Too Old! | |
^ | |
1 error generated. | |
configure:22508: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if !defined(__GNUC__) || (__GNUC__ < 4) || ((__GNUC__ >= 4) && (__GNUC_MINOR__ < 7)) | |
| # error GCC is Too Old! | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22522: checking whether the -Werror option is usable | |
configure:22541: cc -c -g -O2 -Werror conftest.c >&5 | |
configure:22541: $? = 0 | |
configure:22550: result: yes | |
configure:22552: checking for simple visibility declarations | |
configure:22579: cc -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 | |
configure:22579: $? = 0 | |
configure:22588: result: yes | |
configure:22608: checking whether the linker accepts -z | |
configure:22627: cc -o conftest -g -O2 -Werror -z conftest.c >&5 | |
clang: error: argument unused during compilation: '-z' | |
configure:22627: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22637: result: no | |
configure:22608: checking whether the linker accepts relro | |
configure:22627: cc -o conftest -g -O2 -Werror relro conftest.c >&5 | |
clang: error: no such file or directory: 'relro' | |
configure:22627: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22637: result: no | |
configure:22608: checking whether the linker accepts -z | |
configure:22637: result: no | |
configure:22608: checking whether the linker accepts now | |
configure:22627: cc -o conftest -g -O2 -Werror now conftest.c >&5 | |
clang: error: no such file or directory: 'now' | |
configure:22627: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22637: result: no | |
configure:22737: checking whether C compiler accepts | |
configure:22756: cc -c -g -O2 conftest.c >&5 | |
configure:22756: $? = 0 | |
configure:22764: result: yes | |
configure:23044: checking whether C compiler accepts -g | |
configure:23063: cc -c -g -O2 -Werror -g conftest.c >&5 | |
configure:23063: $? = 0 | |
configure:23072: result: yes | |
configure:23078: : CFLAGS already contains $flag | |
configure:23081: $? = 0 | |
configure:23109: checking whether C compiler accepts -O2 | |
configure:23128: cc -c -g -O2 -Werror -O2 conftest.c >&5 | |
configure:23128: $? = 0 | |
configure:23137: result: yes | |
configure:23143: : CFLAGS already contains $flag | |
configure:23146: $? = 0 | |
configure:23243: checking whether C compiler accepts -Wno-pragmas | |
configure:23262: cc -c -g -O2 -Werror -Wno-pragmas conftest.c >&5 | |
error: unknown warning option '-Wno-pragmas' [-Werror,-Wunknown-warning-option] | |
configure:23262: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:23271: result: no | |
configure:23310: checking whether C compiler accepts -Wall | |
configure:23329: cc -c -g -O2 -Werror -Wall conftest.c >&5 | |
configure:23329: $? = 0 | |
configure:23338: result: yes | |
configure:23351: : CFLAGS="$CFLAGS $flag" | |
configure:23354: $? = 0 | |
configure:23375: checking whether C compiler accepts -Wextra | |
configure:23394: cc -c -g -O2 -Wall -Werror -Wextra conftest.c >&5 | |
configure:23394: $? = 0 | |
configure:23403: result: yes | |
configure:23416: : CFLAGS="$CFLAGS $flag" | |
configure:23419: $? = 0 | |
configure:23440: checking whether C compiler accepts -Wunknown-pragmas | |
configure:23459: cc -c -g -O2 -Wall -Wextra -Werror -Wunknown-pragmas conftest.c >&5 | |
configure:23459: $? = 0 | |
configure:23468: result: yes | |
configure:23481: : CFLAGS="$CFLAGS $flag" | |
configure:23484: $? = 0 | |
configure:23505: checking whether C compiler accepts -Wthis-test-should-fail | |
configure:23524: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -Werror -Wthis-test-should-fail conftest.c >&5 | |
error: unknown warning option '-Wthis-test-should-fail'; did you mean '-Wmismatched-tags'? [-Werror,-Wunknown-warning-option] | |
configure:23524: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:23533: result: no | |
configure:23570: checking whether C compiler accepts -std=c99 | |
configure:23589: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -Werror -std=c99 conftest.c >&5 | |
configure:23589: $? = 0 | |
configure:23598: result: yes | |
configure:23611: : CFLAGS="$CFLAGS $flag" | |
configure:23614: $? = 0 | |
configure:23636: checking whether C compiler accepts --param=ssp-buffer-size=1 | |
configure:23655: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 -Werror --param=ssp-buffer-size=1 conftest.c >&5 | |
configure:23655: $? = 0 | |
configure:23664: result: yes | |
configure:23677: : CFLAGS="$CFLAGS $flag" | |
configure:23680: $? = 0 | |
configure:23702: checking whether C compiler accepts -Wno-attributes | |
configure:23721: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Werror -Wno-attributes conftest.c >&5 | |
configure:23721: $? = 0 | |
configure:23730: result: yes | |
configure:23743: : CFLAGS="$CFLAGS $flag" | |
configure:23746: $? = 0 | |
configure:23767: checking whether C compiler accepts -Waddress | |
configure:23786: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Werror -Waddress conftest.c >&5 | |
configure:23786: $? = 0 | |
configure:23795: result: yes | |
configure:23808: : CFLAGS="$CFLAGS $flag" | |
configure:23811: $? = 0 | |
configure:23832: checking whether C compiler accepts -Warray-bounds | |
configure:23851: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Werror -Warray-bounds conftest.c >&5 | |
configure:23851: $? = 0 | |
configure:23860: result: yes | |
configure:23873: : CFLAGS="$CFLAGS $flag" | |
configure:23876: $? = 0 | |
configure:23897: checking whether C compiler accepts -Wbad-function-cast | |
configure:23916: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Werror -Wbad-function-cast conftest.c >&5 | |
configure:23916: $? = 0 | |
configure:23925: result: yes | |
configure:23938: : CFLAGS="$CFLAGS $flag" | |
configure:23941: $? = 0 | |
configure:23963: checking whether C compiler accepts -Wchar-subscripts | |
configure:23982: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Werror -Wchar-subscripts conftest.c >&5 | |
configure:23982: $? = 0 | |
configure:23991: result: yes | |
configure:24004: : CFLAGS="$CFLAGS $flag" | |
configure:24007: $? = 0 | |
configure:24028: checking whether C compiler accepts -Wcomment | |
configure:24047: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Werror -Wcomment conftest.c >&5 | |
configure:24047: $? = 0 | |
configure:24056: result: yes | |
configure:24069: : CFLAGS="$CFLAGS $flag" | |
configure:24072: $? = 0 | |
configure:24093: checking whether C compiler accepts -Wfloat-equal | |
configure:24112: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Werror -Wfloat-equal conftest.c >&5 | |
configure:24112: $? = 0 | |
configure:24121: result: yes | |
configure:24134: : CFLAGS="$CFLAGS $flag" | |
configure:24137: $? = 0 | |
configure:24158: checking whether C compiler accepts -Wformat-security | |
configure:24177: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Werror -Wformat-security conftest.c >&5 | |
configure:24177: $? = 0 | |
configure:24186: result: yes | |
configure:24199: : CFLAGS="$CFLAGS $flag" | |
configure:24202: $? = 0 | |
configure:24223: checking whether C compiler accepts -Wformat=2 | |
configure:24242: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Werror -Wformat=2 conftest.c >&5 | |
configure:24242: $? = 0 | |
configure:24251: result: yes | |
configure:24264: : CFLAGS="$CFLAGS $flag" | |
configure:24267: $? = 0 | |
configure:24288: checking whether C compiler accepts -Wlogical-op | |
configure:24307: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Werror -Wlogical-op conftest.c >&5 | |
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option] | |
configure:24307: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24316: result: no | |
configure:24353: checking whether C compiler accepts -Wmaybe-uninitialized | |
configure:24372: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Werror -Wmaybe-uninitialized conftest.c >&5 | |
error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] | |
configure:24372: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24381: result: no | |
configure:24418: checking whether C compiler accepts -Wmissing-field-initializers | |
configure:24437: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Werror -Wmissing-field-initializers conftest.c >&5 | |
configure:24437: $? = 0 | |
configure:24446: result: yes | |
configure:24459: : CFLAGS="$CFLAGS $flag" | |
configure:24462: $? = 0 | |
configure:24550: checking whether C compiler accepts -Wmissing-noreturn | |
configure:24569: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Werror -Wmissing-noreturn conftest.c >&5 | |
configure:24569: $? = 0 | |
configure:24578: result: yes | |
configure:24591: : CFLAGS="$CFLAGS $flag" | |
configure:24594: $? = 0 | |
configure:24616: checking whether C compiler accepts -Wmissing-prototypes | |
configure:24635: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Werror -Wmissing-prototypes conftest.c >&5 | |
configure:24635: $? = 0 | |
configure:24644: result: yes | |
configure:24657: : CFLAGS="$CFLAGS $flag" | |
configure:24660: $? = 0 | |
configure:24681: checking whether C compiler accepts -Wnested-externs | |
configure:24700: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Werror -Wnested-externs conftest.c >&5 | |
configure:24700: $? = 0 | |
configure:24709: result: yes | |
configure:24722: : CFLAGS="$CFLAGS $flag" | |
configure:24725: $? = 0 | |
configure:24746: checking whether C compiler accepts -Wnormalized=id | |
configure:24765: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Werror -Wnormalized=id conftest.c >&5 | |
error: unknown warning option '-Wnormalized=id'; did you mean '-Wformat=2'? [-Werror,-Wunknown-warning-option] | |
configure:24765: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24774: result: no | |
configure:24811: checking whether C compiler accepts -Wold-style-definition | |
configure:24830: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Werror -Wold-style-definition conftest.c >&5 | |
configure:24830: $? = 0 | |
configure:24839: result: yes | |
configure:24852: : CFLAGS="$CFLAGS $flag" | |
configure:24855: $? = 0 | |
configure:24876: checking whether C compiler accepts -Woverride-init | |
configure:24895: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Werror -Woverride-init conftest.c >&5 | |
error: unknown warning option '-Woverride-init'; did you mean '-Wover-aligned'? [-Werror,-Wunknown-warning-option] | |
configure:24895: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24904: result: no | |
configure:24941: checking whether C compiler accepts -Wpointer-arith | |
configure:24960: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Werror -Wpointer-arith conftest.c >&5 | |
configure:24960: $? = 0 | |
configure:24969: result: yes | |
configure:24982: : CFLAGS="$CFLAGS $flag" | |
configure:24985: $? = 0 | |
configure:25006: checking whether C compiler accepts -Wpointer-sign | |
configure:25025: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Werror -Wpointer-sign conftest.c >&5 | |
configure:25025: $? = 0 | |
configure:25034: result: yes | |
configure:25047: : CFLAGS="$CFLAGS $flag" | |
configure:25050: $? = 0 | |
configure:25333: checking whether C compiler accepts -Wredundant-decls | |
configure:25352: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Werror -Wredundant-decls conftest.c >&5 | |
configure:25352: $? = 0 | |
configure:25361: result: yes | |
configure:25374: : CFLAGS="$CFLAGS $flag" | |
configure:25377: $? = 0 | |
configure:25400: checking whether C compiler accepts -Wshadow | |
configure:25419: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Werror -Wshadow conftest.c >&5 | |
configure:25419: $? = 0 | |
configure:25428: result: yes | |
configure:25441: : CFLAGS="$CFLAGS $flag" | |
configure:25444: $? = 0 | |
configure:25465: checking whether C compiler accepts -Wshorten-64-to-32 | |
configure:25484: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Werror -Wshorten-64-to-32 conftest.c >&5 | |
configure:25484: $? = 0 | |
configure:25493: result: yes | |
configure:25506: : CFLAGS="$CFLAGS $flag" | |
configure:25509: $? = 0 | |
configure:25530: checking whether C compiler accepts -Wsign-compare | |
configure:25549: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Werror -Wsign-compare conftest.c >&5 | |
configure:25549: $? = 0 | |
configure:25558: result: yes | |
configure:25571: : CFLAGS="$CFLAGS $flag" | |
configure:25574: $? = 0 | |
configure:25595: checking whether C compiler accepts -Wstrict-overflow=1 | |
configure:25614: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Werror -Wstrict-overflow=1 conftest.c >&5 | |
configure:25614: $? = 0 | |
configure:25623: result: yes | |
configure:25636: : CFLAGS="$CFLAGS $flag" | |
configure:25639: $? = 0 | |
configure:25660: checking whether C compiler accepts -Wstrict-prototypes | |
configure:25679: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Werror -Wstrict-prototypes conftest.c >&5 | |
configure:25679: $? = 0 | |
configure:25688: result: yes | |
configure:25701: : CFLAGS="$CFLAGS $flag" | |
configure:25704: $? = 0 | |
configure:25725: checking whether C compiler accepts -Wswitch-enum | |
configure:25744: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Werror -Wswitch-enum conftest.c >&5 | |
configure:25744: $? = 0 | |
configure:25753: result: yes | |
configure:25766: : CFLAGS="$CFLAGS $flag" | |
configure:25769: $? = 0 | |
configure:25790: checking whether C compiler accepts -Wundef | |
configure:25809: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Werror -Wundef conftest.c >&5 | |
configure:25809: $? = 0 | |
configure:25818: result: yes | |
configure:25831: : CFLAGS="$CFLAGS $flag" | |
configure:25834: $? = 0 | |
configure:25855: checking whether C compiler accepts -Wunused | |
configure:25874: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Werror -Wunused conftest.c >&5 | |
configure:25874: $? = 0 | |
configure:25883: result: yes | |
configure:25896: : CFLAGS="$CFLAGS $flag" | |
configure:25899: $? = 0 | |
configure:25920: checking whether C compiler accepts -Wunused-result | |
configure:25939: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Werror -Wunused-result conftest.c >&5 | |
configure:25939: $? = 0 | |
configure:25948: result: yes | |
configure:25961: : CFLAGS="$CFLAGS $flag" | |
configure:25964: $? = 0 | |
configure:25985: checking whether C compiler accepts -Wunused-variable | |
configure:26004: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Werror -Wunused-variable conftest.c >&5 | |
configure:26004: $? = 0 | |
configure:26013: result: yes | |
configure:26026: : CFLAGS="$CFLAGS $flag" | |
configure:26029: $? = 0 | |
configure:26050: checking whether C compiler accepts -Wwrite-strings | |
configure:26069: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Werror -Wwrite-strings conftest.c >&5 | |
configure:26069: $? = 0 | |
configure:26078: result: yes | |
configure:26091: : CFLAGS="$CFLAGS $flag" | |
configure:26094: $? = 0 | |
configure:26115: checking whether C compiler accepts -floop-parallelize-all | |
configure:26134: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Werror -floop-parallelize-all conftest.c >&5 | |
clang: error: argument unused during compilation: '-floop-parallelize-all' | |
configure:26134: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26143: result: no | |
configure:26180: checking whether C compiler accepts -fwrapv | |
configure:26199: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Werror -fwrapv conftest.c >&5 | |
configure:26199: $? = 0 | |
configure:26208: result: yes | |
configure:26221: : CFLAGS="$CFLAGS $flag" | |
configure:26224: $? = 0 | |
configure:26245: checking whether C compiler accepts -fmudflapt | |
configure:26264: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv -Werror -fmudflapt conftest.c >&5 | |
clang: error: argument unused during compilation: '-fmudflapt' | |
configure:26264: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26273: result: no | |
configure:26310: checking whether C compiler accepts -pipe | |
configure:26329: cc -c -g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv -Werror -pipe conftest.c >&5 | |
configure:26329: $? = 0 | |
configure:26338: result: yes | |
configure:26351: : CFLAGS="$CFLAGS $flag" | |
configure:26354: $? = 0 | |
configure:26756: checking whether C++ compiler accepts -g | |
configure:26775: c++ -c -g -O2 -Werror -g conftest.cpp >&5 | |
configure:26775: $? = 0 | |
configure:26784: result: yes | |
configure:26790: : CXXFLAGS already contains $flag | |
configure:26793: $? = 0 | |
configure:26821: checking whether C++ compiler accepts -O2 | |
configure:26840: c++ -c -g -O2 -Werror -O2 conftest.cpp >&5 | |
configure:26840: $? = 0 | |
configure:26849: result: yes | |
configure:26855: : CXXFLAGS already contains $flag | |
configure:26858: $? = 0 | |
configure:26955: checking whether C++ compiler accepts -Wno-pragmas | |
configure:26974: c++ -c -g -O2 -Werror -Wno-pragmas conftest.cpp >&5 | |
error: unknown warning option '-Wno-pragmas' [-Werror,-Wunknown-warning-option] | |
configure:26974: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26983: result: no | |
configure:27022: checking whether C++ compiler accepts -Wall | |
configure:27041: c++ -c -g -O2 -Werror -Wall conftest.cpp >&5 | |
configure:27041: $? = 0 | |
configure:27050: result: yes | |
configure:27063: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27066: $? = 0 | |
configure:27087: checking whether C++ compiler accepts -Wextra | |
configure:27106: c++ -c -g -O2 -Wall -Werror -Wextra conftest.cpp >&5 | |
configure:27106: $? = 0 | |
configure:27115: result: yes | |
configure:27128: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27131: $? = 0 | |
configure:27152: checking whether C++ compiler accepts -Wunknown-pragmas | |
configure:27171: c++ -c -g -O2 -Wall -Wextra -Werror -Wunknown-pragmas conftest.cpp >&5 | |
configure:27171: $? = 0 | |
configure:27180: result: yes | |
configure:27193: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27196: $? = 0 | |
configure:27217: checking whether C++ compiler accepts -Wthis-test-should-fail | |
configure:27236: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas -Werror -Wthis-test-should-fail conftest.cpp >&5 | |
error: unknown warning option '-Wthis-test-should-fail'; did you mean '-Wmismatched-tags'? [-Werror,-Wunknown-warning-option] | |
configure:27236: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27245: result: no | |
configure:27283: checking whether C++ compiler accepts --param=ssp-buffer-size=1 | |
configure:27302: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas -Werror --param=ssp-buffer-size=1 conftest.cpp >&5 | |
configure:27302: $? = 0 | |
configure:27311: result: yes | |
configure:27324: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27327: $? = 0 | |
configure:27349: checking whether C++ compiler accepts -Wno-attributes | |
configure:27368: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Werror -Wno-attributes conftest.cpp >&5 | |
configure:27368: $? = 0 | |
configure:27377: result: yes | |
configure:27390: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27393: $? = 0 | |
configure:27414: checking whether C++ compiler accepts -Waddress | |
configure:27433: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Werror -Waddress conftest.cpp >&5 | |
configure:27433: $? = 0 | |
configure:27442: result: yes | |
configure:27455: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27458: $? = 0 | |
configure:27479: checking whether C++ compiler accepts -Warray-bounds | |
configure:27498: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Werror -Warray-bounds conftest.cpp >&5 | |
configure:27498: $? = 0 | |
configure:27507: result: yes | |
configure:27520: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27523: $? = 0 | |
configure:27544: checking whether C++ compiler accepts -Wchar-subscripts | |
configure:27563: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Werror -Wchar-subscripts conftest.cpp >&5 | |
configure:27563: $? = 0 | |
configure:27572: result: yes | |
configure:27585: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27588: $? = 0 | |
configure:27609: checking whether C++ compiler accepts -Wcomment | |
configure:27628: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Werror -Wcomment conftest.cpp >&5 | |
configure:27628: $? = 0 | |
configure:27637: result: yes | |
configure:27650: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27653: $? = 0 | |
configure:27674: checking whether C++ compiler accepts -Wctor-dtor-privacy | |
configure:27693: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Werror -Wctor-dtor-privacy conftest.cpp >&5 | |
configure:27693: $? = 0 | |
configure:27702: result: yes | |
configure:27715: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27718: $? = 0 | |
configure:27739: checking whether C++ compiler accepts -Wfloat-equal | |
configure:27758: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Werror -Wfloat-equal conftest.cpp >&5 | |
configure:27758: $? = 0 | |
configure:27767: result: yes | |
configure:27780: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27783: $? = 0 | |
configure:27804: checking whether C++ compiler accepts -Wformat=2 | |
configure:27823: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Werror -Wformat=2 conftest.cpp >&5 | |
configure:27823: $? = 0 | |
configure:27832: result: yes | |
configure:27845: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27848: $? = 0 | |
configure:27869: checking whether C++ compiler accepts -Wmaybe-uninitialized | |
configure:27888: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Werror -Wmaybe-uninitialized conftest.cpp >&5 | |
error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] | |
configure:27888: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27897: result: no | |
configure:27934: checking whether C++ compiler accepts -Wmissing-field-initializers | |
configure:27953: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Werror -Wmissing-field-initializers conftest.cpp >&5 | |
configure:27953: $? = 0 | |
configure:27962: result: yes | |
configure:27975: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27978: $? = 0 | |
configure:27999: checking whether C++ compiler accepts -Wlogical-op | |
configure:28018: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Werror -Wlogical-op conftest.cpp >&5 | |
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option] | |
configure:28018: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:28027: result: no | |
configure:28064: checking whether C++ compiler accepts -Wnon-virtual-dtor | |
configure:28083: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Werror -Wnon-virtual-dtor conftest.cpp >&5 | |
configure:28083: $? = 0 | |
configure:28092: result: yes | |
configure:28105: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28108: $? = 0 | |
configure:28129: checking whether C++ compiler accepts -Wnormalized=id | |
configure:28148: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Werror -Wnormalized=id conftest.cpp >&5 | |
error: unknown warning option '-Wnormalized=id'; did you mean '-Wformat=2'? [-Werror,-Wunknown-warning-option] | |
configure:28148: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:28157: result: no | |
configure:28194: checking whether C++ compiler accepts -Woverloaded-virtual | |
configure:28213: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Werror -Woverloaded-virtual conftest.cpp >&5 | |
configure:28213: $? = 0 | |
configure:28222: result: yes | |
configure:28235: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28238: $? = 0 | |
configure:28259: checking whether C++ compiler accepts -Wpointer-arith | |
configure:28278: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Werror -Wpointer-arith conftest.cpp >&5 | |
configure:28278: $? = 0 | |
configure:28287: result: yes | |
configure:28300: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28303: $? = 0 | |
configure:28716: checking whether C++ compiler accepts -Wredundant-decls | |
configure:28735: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Werror -Wredundant-decls conftest.cpp >&5 | |
configure:28735: $? = 0 | |
configure:28744: result: yes | |
configure:28757: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28760: $? = 0 | |
configure:28782: checking whether C++ compiler accepts -Wshadow | |
configure:28801: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Werror -Wshadow conftest.cpp >&5 | |
configure:28801: $? = 0 | |
configure:28810: result: yes | |
configure:28823: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28826: $? = 0 | |
configure:28847: checking whether C++ compiler accepts -Wshorten-64-to-32 | |
configure:28866: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Werror -Wshorten-64-to-32 conftest.cpp >&5 | |
configure:28866: $? = 0 | |
configure:28875: result: yes | |
configure:28888: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28891: $? = 0 | |
configure:28912: checking whether C++ compiler accepts -Wsign-compare | |
configure:28931: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Werror -Wsign-compare conftest.cpp >&5 | |
configure:28931: $? = 0 | |
configure:28940: result: yes | |
configure:28953: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:28956: $? = 0 | |
configure:28977: checking whether C++ compiler accepts -Wstrict-overflow=1 | |
configure:28996: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Werror -Wstrict-overflow=1 conftest.cpp >&5 | |
configure:28996: $? = 0 | |
configure:29005: result: yes | |
configure:29018: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29021: $? = 0 | |
configure:29042: checking whether C++ compiler accepts -Wswitch-enum | |
configure:29061: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Werror -Wswitch-enum conftest.cpp >&5 | |
configure:29061: $? = 0 | |
configure:29070: result: yes | |
configure:29083: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29086: $? = 0 | |
configure:29107: checking whether C++ compiler accepts -Wundef | |
configure:29126: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Werror -Wundef conftest.cpp >&5 | |
configure:29126: $? = 0 | |
configure:29135: result: yes | |
configure:29148: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29151: $? = 0 | |
configure:29172: checking whether C++ compiler accepts -Wc++11-compat | |
configure:29191: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Werror -Wc++11-compat conftest.cpp >&5 | |
configure:29191: $? = 0 | |
configure:29200: result: yes | |
configure:29213: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29216: $? = 0 | |
configure:29237: checking whether C++ compiler accepts -Wunused | |
configure:29256: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Werror -Wunused conftest.cpp >&5 | |
configure:29256: $? = 0 | |
configure:29265: result: yes | |
configure:29278: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29281: $? = 0 | |
configure:29302: checking whether C++ compiler accepts -Wunused-result | |
configure:29321: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Werror -Wunused-result conftest.cpp >&5 | |
configure:29321: $? = 0 | |
configure:29330: result: yes | |
configure:29343: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29346: $? = 0 | |
configure:29367: checking whether C++ compiler accepts -Wunused-variable | |
configure:29386: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Werror -Wunused-variable conftest.cpp >&5 | |
configure:29386: $? = 0 | |
configure:29395: result: yes | |
configure:29408: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29411: $? = 0 | |
configure:29432: checking whether C++ compiler accepts -Wwrite-strings | |
configure:29451: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Werror -Wwrite-strings conftest.cpp >&5 | |
configure:29451: $? = 0 | |
configure:29460: result: yes | |
configure:29473: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29476: $? = 0 | |
configure:29497: checking whether C++ compiler accepts -Wformat-security | |
configure:29516: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Werror -Wformat-security conftest.cpp >&5 | |
configure:29516: $? = 0 | |
configure:29525: result: yes | |
configure:29538: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29541: $? = 0 | |
configure:29562: checking whether C++ compiler accepts -floop-parallelize-all | |
configure:29581: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security -Werror -floop-parallelize-all conftest.cpp >&5 | |
clang: error: argument unused during compilation: '-floop-parallelize-all' | |
configure:29581: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:29590: result: no | |
configure:29627: checking whether C++ compiler accepts -fwrapv | |
configure:29646: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security -Werror -fwrapv conftest.cpp >&5 | |
configure:29646: $? = 0 | |
configure:29655: result: yes | |
configure:29668: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29671: $? = 0 | |
configure:29692: checking whether C++ compiler accepts -fmudflapt | |
configure:29711: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security -fwrapv -Werror -fmudflapt conftest.cpp >&5 | |
clang: error: argument unused during compilation: '-fmudflapt' | |
configure:29711: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libmemcached" | |
| #define PACKAGE_TARNAME "libmemcached" | |
| #define PACKAGE_VERSION "1.0.16" | |
| #define PACKAGE_STRING "libmemcached 1.0.16" | |
| #define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
| #define PACKAGE_URL "" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "libmemcached" | |
| #define VERSION "1.0.16" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin13.0.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin13.0.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_MEMCACHED_SASL_BINARY 0 | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 0 | |
| #define MYSQLD_BINARY 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
| #define HAVE_GEARMAND_BINARY 0 | |
| #define GEARMAND_BINARY 0 | |
| #define HAVE_LIBGEARMAN 0 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define CSTDINT_H <cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <cinttypes> | |
| #define HAVE_SNDTIMEO 1 | |
| #define HAVE_RCVTIMEO 1 | |
| #define HAVE_MURMUR_HASH 1 | |
| #define HAVE_FNV64_HASH 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PTHREAD_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETLINE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_INET_NTOA 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SIGIGNORE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_IN_PORT_T 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define restrict __restrict | |
| #define HAVE_GCC_ABI_DEMANGLE 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_CLOCK_GETTIME 0 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define GEARMAND_BLOBSLAP_WORKER 0 | |
| #define HAVE_LIBPQ 0 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define HAVE_LIBSASL 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_SHARED_ENABLED 1 | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define NDEBUG 1 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:29720: result: no | |
configure:29757: checking whether C++ compiler accepts -pipe | |
configure:29776: c++ -c -g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security -fwrapv -Werror -pipe conftest.cpp >&5 | |
configure:29776: $? = 0 | |
configure:29785: result: yes | |
configure:29798: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:29801: $? = 0 | |
configure:30010: checking the number of available CPUs | |
configure:30053: result: 4 | |
configure:30066: adding automake macro support | |
configure:30070: creating aminclude.am | |
configure:30101: added jobserver support to make for 5 jobs | |
configure:30224: checking that generated files are newer than configure | |
configure:30230: result: done | |
configure:30367: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by libmemcached config.status 1.0.16, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Lloigor.local | |
config.status:1396: creating libhashkit/hashkitcon.h | |
config.status:1396: creating libhashkit-1.0/configure.h | |
config.status:1396: creating libtest/version.h | |
config.status:1396: creating libtest/yatlcon.h | |
config.status:1396: creating Makefile | |
config.status:1396: creating docs/conf.py | |
config.status:1396: creating libmemcached-1.0/configure.h | |
config.status:1396: creating support/libmemcached.pc | |
config.status:1396: creating support/libmemcached.spec | |
config.status:1396: creating mem_config.h | |
config.status:1625: executing depfiles commands | |
config.status:1625: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin13.0.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_int16_t=yes | |
ac_cv_c_int32_t=yes | |
ac_cv_c_int64_t=yes | |
ac_cv_c_int8_t=yes | |
ac_cv_c_restrict=__restrict | |
ac_cv_c_uint16_t=yes | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_uint64_t=yes | |
ac_cv_c_uint8_t=yes | |
ac_cv_c_volatile=yes | |
ac_cv_cxx_cinttypes='<cinttypes>' | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_cxx_cstdint='<cstdint>' | |
ac_cv_enable_dtrace=no | |
ac_cv_enable_fnv64_hash=yes | |
ac_cv_enable_hsieh_hash=no | |
ac_cv_enable_memaslap=no | |
ac_cv_enable_murmur_hash=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_DL_CPPFLAGS_set= | |
ac_cv_env_DL_CPPFLAGS_value= | |
ac_cv_env_DL_LDFLAGS_set= | |
ac_cv_env_DL_LDFLAGS_value= | |
ac_cv_env_GEARMAND_BINARY_set= | |
ac_cv_env_GEARMAND_BINARY_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBGEARMAN_CPPFLAGS_set= | |
ac_cv_env_LIBGEARMAN_CPPFLAGS_value= | |
ac_cv_env_LIBGEARMAN_LDFLAGS_set= | |
ac_cv_env_LIBGEARMAN_LDFLAGS_value= | |
ac_cv_env_LIBSASL_CPPFLAGS_set= | |
ac_cv_env_LIBSASL_CPPFLAGS_value= | |
ac_cv_env_LIBSASL_LDFLAGS_set= | |
ac_cv_env_LIBSASL_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_MCHECK_CPPFLAGS_set= | |
ac_cv_env_MCHECK_CPPFLAGS_value= | |
ac_cv_env_MCHECK_LDFLAGS_set= | |
ac_cv_env_MCHECK_LDFLAGS_value= | |
ac_cv_env_MEMCACHED_BINARY_set= | |
ac_cv_env_MEMCACHED_BINARY_value= | |
ac_cv_env_MYSQL_CONFIG_set= | |
ac_cv_env_MYSQL_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_alarm=yes | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_atexit=yes | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_dup2=yes | |
ac_cv_func_fcntl=yes | |
ac_cv_func_floor=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_fork_works=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_getline=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_inet_ntoa=yes | |
ac_cv_func_memchr=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_pipe2=no | |
ac_cv_func_putenv=yes | |
ac_cv_func_select=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setppriv=no | |
ac_cv_func_sigignore=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_sqrt=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strchr=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strerror_r=yes | |
ac_cv_func_strerror_r_char_p=no | |
ac_cv_func_strstr=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_strtoull=yes | |
ac_cv_func_vfork=yes | |
ac_cv_func_vfork_works=yes | |
ac_cv_have_decl___MINGW32__=no | |
ac_cv_have_decl_strerror_r=yes | |
ac_cv_have_htonll=no | |
ac_cv_have_so_rcvtimeo=yes | |
ac_cv_have_so_sndtimeo=yes | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_atomic_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_features_h=no | |
ac_cv_header_fnmatch_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libgearman_gearman_h=no | |
ac_cv_header_libintl_h=no | |
ac_cv_header_limits_h=yes | |
ac_cv_header_mach_mach_h=yes | |
ac_cv_header_malloc_h=no | |
ac_cv_header_math_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_poll_h=yes | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_sasl_sasl_h=yes | |
ac_cv_header_spawn_h=yes | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_sysctl_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_syslog_h=yes | |
ac_cv_header_time_h=yes | |
ac_cv_header_umem_h=no | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_uuid_uuid_h=yes | |
ac_cv_header_vfork_h=no | |
ac_cv_header_winsock2_h=no | |
ac_cv_header_ws2tcpip_h=no | |
ac_cv_host=x86_64-apple-darwin13.0.0 | |
ac_cv_lib_dl_dladdr=yes | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_dl_main=yes | |
ac_cv_lib_error_at_line=no | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_lib_sasl2_main=yes | |
ac_cv_msg_dontwait=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MEMCACHED_BINARY=/usr/local/opt/memcached/bin/memcached | |
ac_cv_path_MYSQLD=nocommand | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_LEX=flex | |
ac_cv_prog_PERL=perl | |
ac_cv_prog_YACC=bison | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
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_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_safe_to_define___extensions__=yes | |
ac_cv_search_gethostbyname='none required' | |
ac_cv_search_getopt_long='none required' | |
ac_cv_supported_struct_padding=yes | |
ac_cv_target=x86_64-apple-darwin13.0.0 | |
ac_cv_type__Bool=yes | |
ac_cv_type_in_port_t=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_ptrdiff_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_vcs_checkout=no | |
ac_cv_vcs_system=none | |
ac_cv_warnings_as_errors=no | |
ac_cv_working_alloca_h=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_tar_ustar=gnutar | |
ax_cv_PTHREAD_PRIO_INHERIT=yes | |
ax_cv_c_compiler_vendor=clang | |
ax_cv_check_cflags__=yes | |
ax_cv_check_cflags__Werror__O2=yes | |
ax_cv_check_cflags__Werror__Waddress=yes | |
ax_cv_check_cflags__Werror__Wall=yes | |
ax_cv_check_cflags__Werror__Warray_bounds=yes | |
ax_cv_check_cflags__Werror__Wbad_function_cast=yes | |
ax_cv_check_cflags__Werror__Wchar_subscripts=yes | |
ax_cv_check_cflags__Werror__Wcomment=yes | |
ax_cv_check_cflags__Werror__Wextra=yes | |
ax_cv_check_cflags__Werror__Wfloat_equal=yes | |
ax_cv_check_cflags__Werror__Wformat_2=yes | |
ax_cv_check_cflags__Werror__Wformat_security=yes | |
ax_cv_check_cflags__Werror__Wlogical_op=no | |
ax_cv_check_cflags__Werror__Wmaybe_uninitialized=no | |
ax_cv_check_cflags__Werror__Wmissing_field_initializers=yes | |
ax_cv_check_cflags__Werror__Wmissing_noreturn=yes | |
ax_cv_check_cflags__Werror__Wmissing_prototypes=yes | |
ax_cv_check_cflags__Werror__Wnested_externs=yes | |
ax_cv_check_cflags__Werror__Wno_attributes=yes | |
ax_cv_check_cflags__Werror__Wno_pragmas=no | |
ax_cv_check_cflags__Werror__Wnormalized_id=no | |
ax_cv_check_cflags__Werror__Wold_style_definition=yes | |
ax_cv_check_cflags__Werror__Woverride_init=no | |
ax_cv_check_cflags__Werror__Wpointer_arith=yes | |
ax_cv_check_cflags__Werror__Wpointer_sign=yes | |
ax_cv_check_cflags__Werror__Wredundant_decls=yes | |
ax_cv_check_cflags__Werror__Wshadow=yes | |
ax_cv_check_cflags__Werror__Wshorten_64_to_32=yes | |
ax_cv_check_cflags__Werror__Wsign_compare=yes | |
ax_cv_check_cflags__Werror__Wstrict_overflow_1=yes | |
ax_cv_check_cflags__Werror__Wstrict_prototypes=yes | |
ax_cv_check_cflags__Werror__Wswitch_enum=yes | |
ax_cv_check_cflags__Werror__Wthis_test_should_fail=no | |
ax_cv_check_cflags__Werror__Wundef=yes | |
ax_cv_check_cflags__Werror__Wunknown_pragmas=yes | |
ax_cv_check_cflags__Werror__Wunused=yes | |
ax_cv_check_cflags__Werror__Wunused_result=yes | |
ax_cv_check_cflags__Werror__Wunused_variable=yes | |
ax_cv_check_cflags__Werror__Wwrite_strings=yes | |
ax_cv_check_cflags__Werror___param_ssp_buffer_size_1=yes | |
ax_cv_check_cflags__Werror__floop_parallelize_all=no | |
ax_cv_check_cflags__Werror__fmudflapt=no | |
ax_cv_check_cflags__Werror__fwrapv=yes | |
ax_cv_check_cflags__Werror__g=yes | |
ax_cv_check_cflags__Werror__pipe=yes | |
ax_cv_check_cflags__Werror__std_c99=yes | |
ax_cv_check_cxxflags__Werror__O2=yes | |
ax_cv_check_cxxflags__Werror__Waddress=yes | |
ax_cv_check_cxxflags__Werror__Wall=yes | |
ax_cv_check_cxxflags__Werror__Warray_bounds=yes | |
ax_cv_check_cxxflags__Werror__Wchar_subscripts=yes | |
ax_cv_check_cxxflags__Werror__Wcomment=yes | |
ax_cv_check_cxxflags__Werror__Wcpp11_compat=yes | |
ax_cv_check_cxxflags__Werror__Wctor_dtor_privacy=yes | |
ax_cv_check_cxxflags__Werror__Wextra=yes | |
ax_cv_check_cxxflags__Werror__Wfloat_equal=yes | |
ax_cv_check_cxxflags__Werror__Wformat_2=yes | |
ax_cv_check_cxxflags__Werror__Wformat_security=yes | |
ax_cv_check_cxxflags__Werror__Wlogical_op=no | |
ax_cv_check_cxxflags__Werror__Wmaybe_uninitialized=no | |
ax_cv_check_cxxflags__Werror__Wmissing_field_initializers=yes | |
ax_cv_check_cxxflags__Werror__Wno_attributes=yes | |
ax_cv_check_cxxflags__Werror__Wno_pragmas=no | |
ax_cv_check_cxxflags__Werror__Wnon_virtual_dtor=yes | |
ax_cv_check_cxxflags__Werror__Wnormalized_id=no | |
ax_cv_check_cxxflags__Werror__Woverloaded_virtual=yes | |
ax_cv_check_cxxflags__Werror__Wpointer_arith=yes | |
ax_cv_check_cxxflags__Werror__Wredundant_decls=yes | |
ax_cv_check_cxxflags__Werror__Wshadow=yes | |
ax_cv_check_cxxflags__Werror__Wshorten_64_to_32=yes | |
ax_cv_check_cxxflags__Werror__Wsign_compare=yes | |
ax_cv_check_cxxflags__Werror__Wstrict_overflow_1=yes | |
ax_cv_check_cxxflags__Werror__Wswitch_enum=yes | |
ax_cv_check_cxxflags__Werror__Wthis_test_should_fail=no | |
ax_cv_check_cxxflags__Werror__Wundef=yes | |
ax_cv_check_cxxflags__Werror__Wunknown_pragmas=yes | |
ax_cv_check_cxxflags__Werror__Wunused=yes | |
ax_cv_check_cxxflags__Werror__Wunused_result=yes | |
ax_cv_check_cxxflags__Werror__Wunused_variable=yes | |
ax_cv_check_cxxflags__Werror__Wwrite_strings=yes | |
ax_cv_check_cxxflags__Werror___param_ssp_buffer_size_1=yes | |
ax_cv_check_cxxflags__Werror__floop_parallelize_all=no | |
ax_cv_check_cxxflags__Werror__fmudflapt=no | |
ax_cv_check_cxxflags__Werror__fwrapv=yes | |
ax_cv_check_cxxflags__Werror__g=yes | |
ax_cv_check_cxxflags__Werror__pipe=yes | |
ax_cv_check_ldflags__=yes | |
ax_cv_check_ldflags__Werror__z=no | |
ax_cv_check_ldflags__Werror_now=no | |
ax_cv_check_ldflags__Werror_relro=no | |
ax_cv_cxx_gcc_abi_demangle=yes | |
ax_cv_gcc_atomic_builtins=yes | |
ax_cv_have_DL=yes | |
ax_cv_have_LIBGEARMAN=no | |
ax_cv_have_LIBSASL=yes | |
ax_cv_libevent=yes | |
ax_cv_libuuid_is_required=no | |
ax_cv_uuid_generate_time_safe=no | |
gl_cv_cc_vis_werror=yes | |
gl_cv_cc_visibility=yes | |
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/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_LDCXX=/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM=/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm | |
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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/libmemcached-Jn7K/libmemcached-1.0.16/build-aux/missing --run aclocal-1.12' | |
ALLOCA='' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMINCLUDE='aminclude.am' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/libmemcached-Jn7K/libmemcached-1.0.16/build-aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/libmemcached-Jn7K/libmemcached-1.0.16/build-aux/missing --run autoheader' | |
AUTOHEADER_FILE='mem_config.h' | |
AUTOMAKE='${SHELL} /private/tmp/libmemcached-Jn7K/libmemcached-1.0.16/build-aux/missing --run automake-1.12' | |
AWK='awk' | |
BUILDING_GEARMAN_FALSE='' | |
BUILDING_GEARMAN_TRUE='#' | |
BUILDING_LIBMEMCACHED_FALSE='#' | |
BUILDING_LIBMEMCACHED_TRUE='' | |
BUILD_BYTEORDER_FALSE='#' | |
BUILD_BYTEORDER_TRUE='' | |
BUILD_CACHE_FALSE='#' | |
BUILD_CACHE_TRUE='' | |
BUILD_LIBMEMCACHED_PROTOCOL_FALSE='' | |
BUILD_LIBMEMCACHED_PROTOCOL_TRUE='#' | |
BUILD_MEMASLAP_FALSE='' | |
BUILD_MEMASLAP_TRUE='#' | |
BUILD_POLL_FALSE='' | |
BUILD_POLL_TRUE='#' | |
BUILD_WIN32_FALSE='' | |
BUILD_WIN32_TRUE='#' | |
BUILD_WIN32_WRAPPERS_FALSE='' | |
BUILD_WIN32_WRAPPERS_TRUE='#' | |
CC='cc' | |
CCDEPMODE='depmode=gcc3' | |
CC_VERSION='Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn)' | |
CC_VERSION_VENDOR='clang' | |
CFLAGS='-g -O2 -Wall -Wextra -Wunknown-pragmas -std=c99 --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv -pipe' | |
CFLAG_VISIBILITY='-fvisibility=hidden' | |
CPP='cc -E' | |
CPPFLAGS=' -fvisibility=hidden' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2 -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -Wformat-security -fwrapv -pipe' | |
CXX_VERSION='Apple LLVM version 5.0 (clang-500.1.58) (based on LLVM 3.3svn)' | |
CXX_VERSION_VENDOR='clang' | |
CYGPATH_W='echo' | |
DEBUG_FALSE='' | |
DEBUG_TRUE='#' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DEPRECATED='' | |
DLLTOOL='false' | |
DL_CPPFLAGS='' | |
DL_LDFLAGS='' | |
DL_LIB='-ldl' | |
DPKG_GENSYMBOLS=':' | |
DSYMUTIL='dsymutil' | |
DTRACE='' | |
DTRACEFLAGS='' | |
DTRACE_NEEDS_OBJECTS_FALSE='' | |
DTRACE_NEEDS_OBJECTS_TRUE='#' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GEARMAND_BINARY='' | |
GREP='/usr/bin/grep' | |
HASHKIT_LIBRARY_VERSION='2:0:0' | |
HAVE_DPKG_GENSYMBOLS_FALSE='' | |
HAVE_DPKG_GENSYMBOLS_TRUE='#' | |
HAVE_DTRACE_FALSE='' | |
HAVE_DTRACE_TRUE='#' | |
HAVE_LIBDRIZZLE_FALSE='' | |
HAVE_LIBDRIZZLE_TRUE='#' | |
HAVE_LIBEVENT_FALSE='#' | |
HAVE_LIBEVENT_TRUE='' | |
HAVE_LIBMEMCACHED_FALSE='' | |
HAVE_LIBMEMCACHED_TRUE='#' | |
HAVE_LIBMYSQL_FALSE='' | |
HAVE_LIBMYSQL_TRUE='#' | |
HAVE_LIBUUID_FALSE='#' | |
HAVE_LIBUUID_TRUE='' | |
HAVE_RECENT_SPHINX_FALSE='' | |
HAVE_RECENT_SPHINX_TRUE='#' | |
HAVE_SASL_FALSE='#' | |
HAVE_SASL_TRUE='' | |
HAVE_SPHINX_FALSE='' | |
HAVE_SPHINX_TRUE='#' | |
HAVE_VISIBILITY='1' | |
INCLUDE_HSIEH_SRC_FALSE='' | |
INCLUDE_HSIEH_SRC_TRUE='#' | |
INCLUDE_MURMUR_SRC_FALSE='#' | |
INCLUDE_MURMUR_SRC_TRUE='' | |
INC_AMINCLUDE='include $(top_builddir)/aminclude.am' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
IS_VCS_CHECKOUT_FALSE='' | |
IS_VCS_CHECKOUT_TRUE='#' | |
LCOV='echo lcov not found' | |
LCOV_GENHTML='echo genhtml not found' | |
LD='/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='' | |
LEX='flex' | |
LIBEVENT_LIB='-levent' | |
LIBGEARMAN_CPPFLAGS='' | |
LIBGEARMAN_LDFLAGS='' | |
LIBGEARMAN_LIB='' | |
LIBHASHKIT_VERSION_HEX='0x01000000' | |
LIBHASHKIT_VERSION_STRING='1.0.0' | |
LIBM='' | |
LIBMEMCACHED_VERSION_HEX='0x01000016' | |
LIBMEMCACHED_VERSION_STRING='1.0.16' | |
LIBMEMCACHED_WITH_SASL_SUPPORT='#define LIBMEMCACHED_WITH_SASL_SUPPORT 1' | |
LIBOBJS=' ${LIBOBJDIR}error$U.o' | |
LIBS='' | |
LIBSASL_CPPFLAGS='' | |
LIBSASL_LDFLAGS='' | |
LIBSASL_LIB='-lsasl2' | |
LIBTEST_VERSION='1.0' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBUUID_LIB='' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo' | |
MAKEINFO='${SHELL} /private/tmp/libmemcached-Jn7K/libmemcached-1.0.16/build-aux/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MCHECK='' | |
MCHECK_CPPFLAGS='' | |
MCHECK_LDFLAGS='' | |
MCHECK_LIB='' | |
MEMCACHED_BINARY='/usr/local/opt/memcached/bin/memcached' | |
MEMCACHED_LIBRARY_VERSION='11:0:0' | |
MEMCACHED_PROTOCAL_LIBRARY_VERSION='0:0:0' | |
MEMCACHED_UTIL_LIBRARY_VERSION='2:0:0' | |
MKDIR_P='build-aux/install-sh -c -d' | |
MYSQLD='nocommand' | |
MYSQL_CFLAGS='' | |
MYSQL_CONFIG='no' | |
MYSQL_INCLUDE='' | |
MYSQL_LDFLAGS='' | |
MYSQL_VERSION='' | |
NM='/Applications/Xcode5-DP.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='libmemcached' | |
PACKAGE_BUGREPORT='http://libmemcached.org/' | |
PACKAGE_NAME='libmemcached' | |
PACKAGE_STRING='libmemcached 1.0.16' | |
PACKAGE_TARNAME='libmemcached' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.0.16' | |
PATH_SEPARATOR=':' | |
PERL='perl' | |
PTHREAD_CC='cc' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' | |
PTHREAD_LIBS='' | |
RANLIB='ranlib' | |
RT_LIB='' | |
SASL_LIB='-lsasl2' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHARED_ENABLED_FALSE='#' | |
SHARED_ENABLED_TRUE='' | |
SHELL='/bin/sh' | |
SPHINXBUILD=':' | |
STRIP='strip' | |
TARGET_LINUX_FALSE='' | |
TARGET_LINUX_TRUE='#' | |
TARGET_OSX_FALSE='#' | |
TARGET_OSX_TRUE='' | |
VERSION='1.0.16' | |
YACC='bison' | |
ac_ct_AR='ar' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin13.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin13.0.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin13.0.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin13.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/libmemcached-Jn7K/libmemcached-1.0.16/build-aux/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/libmemcached/1.0.16' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin13.0.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin13.0.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "libmemcached" | |
#define PACKAGE_TARNAME "libmemcached" | |
#define PACKAGE_VERSION "1.0.16" | |
#define PACKAGE_STRING "libmemcached 1.0.16" | |
#define PACKAGE_BUGREPORT "http://libmemcached.org/" | |
#define PACKAGE_URL "" | |
#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 __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define PACKAGE "libmemcached" | |
#define VERSION "1.0.16" | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define DEBUG 0 | |
#define VCS_SYSTEM "none" | |
#define VCS_CHECKOUT 0 | |
#define NDEBUG 1 | |
#define HOST_VENDOR "apple" | |
#define HOST_OS "darwin13.0.0" | |
#define HOST_CPU "x86_64" | |
#define TARGET_VENDOR "apple" | |
#define TARGET_OS "darwin13.0.0" | |
#define TARGET_CPU "x86_64" | |
#define TARGET_OS_OSX 1 | |
#define HAVE_MEMCACHED_SASL_BINARY 0 | |
#define HAVE_LIBMYSQL_BUILD 0 | |
#define HAVE_MYSQLD_BUILD 0 | |
#define MYSQLD_BINARY 0 | |
#define HAVE_MEMCACHED_BINARY 1 | |
#define MEMCACHED_BINARY "/usr/local/opt/memcached/bin/memcached" | |
#define HAVE_GEARMAND_BINARY 0 | |
#define GEARMAND_BINARY 0 | |
#define HAVE_LIBGEARMAN 0 | |
#define HAVE_LIBMEMCACHED 1 | |
#define CSTDINT_H <cstdint> | |
#define __STDC_LIMIT_MACROS 1 | |
#define CINTTYPES_H <cinttypes> | |
#define HAVE_SNDTIMEO 1 | |
#define HAVE_RCVTIMEO 1 | |
#define HAVE_MURMUR_HASH 1 | |
#define HAVE_FNV64_HASH 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_FNMATCH_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_MACH_MACH_H 1 | |
#define HAVE_MATH_H 1 | |
#define HAVE_NETDB_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_NETINET_TCP_H 1 | |
#define HAVE_POLL_H 1 | |
#define HAVE_PTHREAD_H 1 | |
#define HAVE_SPAWN_H 1 | |
#define HAVE_STDARG_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDIO_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_SYSCTL_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_SYSLOG_H 1 | |
#define HAVE_TIME_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_ALARM 1 | |
#define HAVE_ATEXIT 1 | |
#define HAVE_DUP2 1 | |
#define HAVE_FCNTL 1 | |
#define HAVE_FLOOR 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_GETLINE 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_INET_NTOA 1 | |
#define HAVE_MEMCHR 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_PUTENV 1 | |
#define HAVE_SELECT 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_SIGIGNORE 1 | |
#define HAVE_SOCKET 1 | |
#define HAVE_SQRT 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRCHR 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRSTR 1 | |
#define HAVE_STRTOL 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_STRTOULL 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_FORK 1 | |
#define HAVE_VFORK 1 | |
#define HAVE_WORKING_VFORK 1 | |
#define HAVE_WORKING_FORK 1 | |
#define HAVE_DECL_STRERROR_R 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_IN_PORT_T 1 | |
#define HAVE_PTRDIFF_T 1 | |
#define HAVE__BOOL 1 | |
#define HAVE_STDBOOL_H 1 | |
#define restrict __restrict | |
#define HAVE_GCC_ABI_DEMANGLE 1 | |
#define HAVE_LIBEVENT 1 | |
#define HAVE_CLOCK_GETTIME 0 | |
#define HAVE_DL 1 | |
#define HAVE_LIBDL 1 | |
#define HAVE_DLOPEN 1 | |
#define HAVE_DLADDR 1 | |
#define HAVE_LIBDRIZZLE 0 | |
#define HAVE_DRIZZLED_BINARY 0 | |
#define DRIZZLED_BINARY 0 | |
#define GEARMAND_BLOBSLAP_WORKER 0 | |
#define HAVE_LIBPQ 0 | |
#define HAVE_LIBCURL 0 | |
#define HAVE_MSG_DONTWAIT 1 | |
#define HAVE_UUID_UUID_H 1 | |
#define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
#define HAVE_LIBSASL 1 | |
#define HAVE_PTHREAD_PRIO_INHERIT 1 | |
#define HAVE_PTHREAD 1 | |
#define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
#define HAVE_SHARED_ENABLED 1 | |
#define HAVE_GCC_ATOMIC_BUILTINS 1 | |
#define NDEBUG 1 | |
#define HAVE_VISIBILITY 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment