Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created April 30, 2013 13:36
Show Gist options
  • Save IanVaughan/5488741 to your computer and use it in GitHub Desktop.
Save IanVaughan/5488741 to your computer and use it in GitHub Desktop.
gem install memcache /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/gem_make.out
/Users/ivaughan/.rbenv/versions/2.0.0-p0/bin/ruby extconf.rb
Building libmemcached.
tar xzf libmemcached-0.38.tar.gz 2>&1
env CFLAGS='-fPIC' ./configure --prefix=/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext --without-memcached --disable-shared --disable-utils --disable-dependency-tracking 2>&1
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/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 for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for isainfo... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -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 whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/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 for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) none
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 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... no
checking whether to build static libraries... yes
checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 dyld
checking how to hardcode library paths into programs... immediate
checking if g++ supports C++0x features without additional flags... no
checking if g++ supports C++0x features with -std=c++0x... no
checking if g++ supports C++0x features with -std=gnu++0x... no
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking target system type... x86_64-apple-darwin11.4.2
checking whether __SUNPRO_C is declared... no
checking whether __ICC is declared... no
checking for ISO C++ 98 include files... yes
checking memory usability... yes
checking memory presence... yes
checking for memory... yes
checking tr1/memory usability... yes
checking tr1/memory presence... yes
checking for tr1/memory... yes
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
checking the location of shared_ptr header file...
checking "C Compiler version--yes"... "i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)"
checking "C++ Compiler version"... "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)"
checking whether byte ordering is bigendian... 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 time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of off_t... 8
checking size of size_t... 8
checking size of long long... 8
checking if time_t is unsigned... no
checking stack direction... -1
checking for floorf... yes
checking for setsockopt... yes
checking for bind... yes
checking whether madvise is declared... no
checking whether the compiler provides atomic builtins... yes
checking for simple visibility declarations... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking whether to enable assertions... yes
checking whether it is safe to use -fdiagnostics-show-option... yes
checking whether it is safe to use -Wconversion... no
checking whether it is safe to use -Wextra... yes
checking whether it is safe to use -Wmissing-declarations from C++... no
checking whether it is safe to use -Wlogical-op... no
checking whether it is safe to use -Wredundant-decls from C++... yes
checking whether it is safe to use -Wattributes from C++... no
checking whether it is safe to use -Wno-attributes... no
checking for doxygen... no
checking for perl... perl
checking for working -pipe... yes
checking for library containing getopt_long... none required
checking for library containing gethostbyname... none required
checking for getline... yes
checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking for libevent... yes
checking how to link with libevent... -levent
checking for event_base_new... yes
checking for event_base_free... yes
checking for event_base_get_method... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for pthread_yield_np... yes
checking if pthread_yield takes zero arguments... no
checking if pthread_yield takes one argument... no
checking for pthread_attr_getstacksize... yes
checking for pthread_attr_setprio... no
checking for pthread_attr_setschedparam... yes
checking for pthread_attr_setstacksize... yes
checking for pthread_condattr_create... no
checking for pthread_getsequence_np... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_rdlock... yes
checking for pthread_setprio... no
checking for pthread_setprio_np... no
checking for pthread_setschedparam... yes
checking for pthread_sigmask... yes
checking for pthread_attr_create... no
checking for rwlock_init... no
checking args to pthread_getspecific... POSIX
checking args to pthread_mutex_init... POSIX
checking args to readdir_r... POSIX
checking style of sigwait... POSIX
checking for pthread_attr_setscope... yes
checking if pthread_yield takes zero arguments... yeso
checking if pthread_yield takes 1 argument... no
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking checking for abi::__cxa_demangle... yes
checking for htonll...
checking for pod2man... /usr/bin/pod2man
checking for podchecker... /usr/bin/podchecker
checking for libinnodb... no
checking ucontext.h usability... no
checking ucontext.h presence... no
checking for ucontext.h... no
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace... yes
checking for backtrace_symbols_fd... yes
checking for working bitfield... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating libhashkit/configure.h
config.status: creating libmemcached/configure.h
config.status: creating support/libmemcached.pc
config.status: creating support/libmemcached.spec
config.status: creating support/libmemcached-fc.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
---
Configuration summary for libmemcached version 0.38
* Installation prefix: /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext
* System type: apple-darwin11.4.2
* Host CPU: x86_64
* C Compiler: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
* Assertions enabled: yes
* Debug enabled: no
* Warnings as failure: no
---
make CXXFLAGS=' -std=gnu++98' || true 2>&1
make all-recursive
Making all in docs
ln -s ../docs/memcached_auto.pod ../docs/memcached_increment.pop
ln -s ../docs/memcached_auto.pod ../docs/memcached_increment_with_initial.pop
ln -s ../docs/memcached_auto.pod ../docs/memcached_decrement.pop
ln -s ../docs/memcached_auto.pod ../docs/memcached_decrement_with_initial.pop
ln -s ../docs/memcached_behavior.pod ../docs/memcached_behavior_get.pop
ln -s ../docs/memcached_behavior.pod ../docs/memcached_behavior_set.pop
ln -s ../docs/memcached_callback.pod ../docs/memcached_callback_get.pop
ln -s ../docs/memcached_callback.pod ../docs/memcached_callback_set.pop
ln -s ../docs/memcached_create.pod ../docs/memcached_clone.pop
ln -s ../docs/memcached_create.pod ../docs/memcached_create.pop
ln -s ../docs/memcached_create.pod ../docs/memcached_free.pop
ln -s ../docs/memcached_create.pod ../docs/memcached_servers_reset.pop
ln -s ../docs/memcached_delete.pod ../docs/memcached_delete.pop
ln -s ../docs/memcached_delete.pod ../docs/memcached_delete_by_key.pop
ln -s ../docs/libmemcached.pod ../docs/libmemcached.pop
ln -s ../docs/libmemcached_examples.pod ../docs/libmemcached_examples.pop
ln -s ../docs/libmemcachedutil.pod ../docs/libmemcachedutil.pop
ln -s ../docs/memcached_analyze.pod ../docs/memcached_analyze.pop
ln -s ../docs/memcached_dump.pod ../docs/memcached_dump.pop
ln -s ../docs/memcached_flush.pod ../docs/memcached_flush.pop
ln -s ../docs/memcached_flush_buffers.pod ../docs/memcached_flush_buffers.pop
ln -s ../docs/memcached_generate_hash_value.pod ../docs/memcached_generate_hash_value.pop
ln -s ../docs/memcached_quit.pod ../docs/memcached_quit.pop
ln -s ../docs/memcached_strerror.pod ../docs/memcached_strerror.pop
ln -s ../docs/memcached_verbosity.pod ../docs/memcached_verbosity.pop
ln -s ../docs/memcapable.pod ../docs/memcapable.pop
ln -s ../docs/memcat.pod ../docs/memcat.pop
ln -s ../docs/memcp.pod ../docs/memcp.pop
ln -s ../docs/memdump.pod ../docs/memdump.pop
ln -s ../docs/memerror.pod ../docs/memerror.pop
ln -s ../docs/memflush.pod ../docs/memflush.pop
ln -s ../docs/memrm.pod ../docs/memrm.pop
ln -s ../docs/memslap.pod ../docs/memslap.pop
ln -s ../docs/memstat.pod ../docs/memstat.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_get.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_get_by_key.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_fetch_result.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_fetch_execute.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_mget.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_mget_by_key.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_mget_execute.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_mget_execute_by_key.pop
ln -s ../docs/memcached_get.pod ../docs/memcached_fetch.pop
ln -s ../docs/memcached_memory_allocators.pod ../docs/memcached_get_memory_allocators.pop
ln -s ../docs/memcached_memory_allocators.pod ../docs/memcached_set_memory_allocators.pop
ln -s ../docs/memcached_memory_allocators.pod ../docs/memcached_set_memory_allocators_context.pop
ln -s ../docs/memcached_pool.pod ../docs/memcached_pool_behavior_get.pop
ln -s ../docs/memcached_pool.pod ../docs/memcached_pool_behavior_set.pop
ln -s ../docs/memcached_pool.pod ../docs/memcached_pool_create.pop
ln -s ../docs/memcached_pool.pod ../docs/memcached_pool_destroy.pop
ln -s ../docs/memcached_pool.pod ../docs/memcached_pool_pop.pop
ln -s ../docs/memcached_pool.pod ../docs/memcached_pool_push.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_cas.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_create.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_flags.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_free.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_key_length.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_key_value.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_length.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_st.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_value.pop
ln -s ../docs/memcached_servers.pod ../docs/memcached_server_count.pop
ln -s ../docs/memcached_servers.pod ../docs/memcached_server_cursor.pop
ln -s ../docs/memcached_servers.pod ../docs/memcached_server_list.pop
ln -s ../docs/memcached_servers.pod ../docs/memcached_server_add.pop
ln -s ../docs/memcached_servers.pod ../docs/memcached_server_add_unix_socket.pop
ln -s ../docs/memcached_servers.pod ../docs/memcached_server_push.pop
ln -s ../docs/memcached_server_st.pod ../docs/memcached_server_list_free.pop
ln -s ../docs/memcached_server_st.pod ../docs/memcached_server_list_count.pop
ln -s ../docs/memcached_server_st.pod ../docs/memcached_server_list_append.pop
ln -s ../docs/memcached_server_st.pod ../docs/memcached_servers_parse.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_set.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_set_by_key.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_cas.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_cas_by_key.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_replace.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_replace_by_key.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_add.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_add_by_key.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_prepend.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_prepend_by_key.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_append.pop
ln -s ../docs/memcached_set.pod ../docs/memcached_append_by_key.pop
ln -s ../docs/memcached_stats.pod ../docs/memcached_stat.pop
ln -s ../docs/memcached_stats.pod ../docs/memcached_stat_get_keys.pop
ln -s ../docs/memcached_stats.pod ../docs/.pop
ln -s ../docs/memcached_stats.pod ../docs/memcached_stat_get_value.pop
ln -s ../docs/memcached_stats.pod ../docs/memcached_stat_servername.pop
ln -s ../docs/memcached_user_data.pod ../docs/memcached_get_user_data.pop
ln -s ../docs/memcached_user_data.pod ../docs/memcached_set_user_data.pop
ln -s ../docs/memcached_version.pod ../docs/memcached_version.pop
ln -s ../docs/memcached_version.pod ../docs/memcached_lib_version.pop
ln -s ../docs/hashkit_create.pod ../docs/hashkit_is_allocated.pop
ln -s ../docs/hashkit_create.pod ../docs/hashkit_create.pop
ln -s ../docs/hashkit_create.pod ../docs/hashkit_clone.pop
ln -s ../docs/hashkit_create.pod ../docs/hashkit_free.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_crc32.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_fnv1_32.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_fnv1_64.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_fnv1a_32.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_fnv1a_64.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_functions.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_hsieh.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_jenkins.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_md5.pop
ln -s ../docs/hashkit_functions.pod ../docs/hashkit_murmur.pop
ln -s ../docs/hashkit_value.pod ../docs/hashkit_value.pop
make all-am
/usr/bin/pod2man -c "hashkit_clone" -r "" -s 3 hashkit_clone.pop > hashkit_clone.3
/usr/bin/pod2man -c "hashkit_crc32" -r "" -s 3 hashkit_crc32.pop > hashkit_crc32.3
/usr/bin/pod2man -c "hashkit_create" -r "" -s 3 hashkit_create.pop > hashkit_create.3
/usr/bin/pod2man -c "hashkit_fnv1_32" -r "" -s 3 hashkit_fnv1_32.pop > hashkit_fnv1_32.3
/usr/bin/pod2man -c "hashkit_fnv1_64" -r "" -s 3 hashkit_fnv1_64.pop > hashkit_fnv1_64.3
/usr/bin/pod2man -c "hashkit_fnv1a_32" -r "" -s 3 hashkit_fnv1a_32.pop > hashkit_fnv1a_32.3
/usr/bin/pod2man -c "hashkit_fnv1a_64" -r "" -s 3 hashkit_fnv1a_64.pop > hashkit_fnv1a_64.3
/usr/bin/pod2man -c "hashkit_free" -r "" -s 3 hashkit_free.pop > hashkit_free.3
/usr/bin/pod2man -c "hashkit_functions" -r "" -s 3 hashkit_functions.pop > hashkit_functions.3
/usr/bin/pod2man -c "hashkit_hsieh" -r "" -s 3 hashkit_hsieh.pop > hashkit_hsieh.3
/usr/bin/pod2man -c "hashkit_is_allocated" -r "" -s 3 hashkit_is_allocated.pop > hashkit_is_allocated.3
/usr/bin/pod2man -c "hashkit_jenkins" -r "" -s 3 hashkit_jenkins.pop > hashkit_jenkins.3
/usr/bin/pod2man -c "hashkit_md5" -r "" -s 3 hashkit_md5.pop > hashkit_md5.3
/usr/bin/pod2man -c "hashkit_murmur" -r "" -s 3 hashkit_murmur.pop > hashkit_murmur.3
/usr/bin/pod2man -c "hashkit_value" -r "" -s 3 hashkit_value.pop > hashkit_value.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 libmemcached.pop > libmemcached.3
/usr/bin/pod2man -c "libmemcached_examples" -r "" -s 3 libmemcached_examples.pop > libmemcached_examples.3
/usr/bin/pod2man -c "memcached_add" -r "" -s 3 memcached_add.pop > memcached_add.3
/usr/bin/pod2man -c "memcached_add_by_key" -r "" -s 3 memcached_add_by_key.pop > memcached_add_by_key.3
/usr/bin/pod2man -c "memcached_analyze" -r "" -s 3 memcached_analyze.pop > memcached_analyze.3
/usr/bin/pod2man -c "memcached_append" -r "" -s 3 memcached_append.pop > memcached_append.3
/usr/bin/pod2man -c "memcached_append_by_key" -r "" -s 3 memcached_append_by_key.pop > memcached_append_by_key.3
/usr/bin/pod2man -c "memcached_behavior_get" -r "" -s 3 memcached_behavior_get.pop > memcached_behavior_get.3
/usr/bin/pod2man -c "memcached_behavior_set" -r "" -s 3 memcached_behavior_set.pop > memcached_behavior_set.3
/usr/bin/pod2man -c "memcached_callback_get" -r "" -s 3 memcached_callback_get.pop > memcached_callback_get.3
/usr/bin/pod2man -c "memcached_callback_set" -r "" -s 3 memcached_callback_set.pop > memcached_callback_set.3
/usr/bin/pod2man -c "memcached_cas" -r "" -s 3 memcached_cas.pop > memcached_cas.3
/usr/bin/pod2man -c "memcached_cas_by_key" -r "" -s 3 memcached_cas_by_key.pop > memcached_cas_by_key.3
/usr/bin/pod2man -c "memcached_clone" -r "" -s 3 memcached_clone.pop > memcached_clone.3
/usr/bin/pod2man -c "memcached_create" -r "" -s 3 memcached_create.pop > memcached_create.3
/usr/bin/pod2man -c "memcached_decrement" -r "" -s 3 memcached_decrement.pop > memcached_decrement.3
/usr/bin/pod2man -c "memcached_decrement_with_initial" -r "" -s 3 memcached_decrement_with_initial.pop > memcached_decrement_with_initial.3
/usr/bin/pod2man -c "memcached_delete" -r "" -s 3 memcached_delete.pop > memcached_delete.3
/usr/bin/pod2man -c "memcached_delete_by_key" -r "" -s 3 memcached_delete_by_key.pop > memcached_delete_by_key.3
/usr/bin/pod2man -c "memcached_dump" -r "" -s 3 memcached_dump.pop > memcached_dump.3
/usr/bin/pod2man -c "memcached_fetch" -r "" -s 3 memcached_fetch.pop > memcached_fetch.3
/usr/bin/pod2man -c "memcached_fetch_execute" -r "" -s 3 memcached_fetch_execute.pop > memcached_fetch_execute.3
/usr/bin/pod2man -c "memcached_fetch_result" -r "" -s 3 memcached_fetch_result.pop > memcached_fetch_result.3
/usr/bin/pod2man -c "memcached_flush_buffers" -r "" -s 3 memcached_flush_buffers.pop > memcached_flush_buffers.3
/usr/bin/pod2man -c "memcached_free" -r "" -s 3 memcached_free.pop > memcached_free.3
/usr/bin/pod2man -c "memcached_generate_hash_value" -r "" -s 3 memcached_generate_hash_value.pop > memcached_generate_hash_value.3
/usr/bin/pod2man -c "memcached_get" -r "" -s 3 memcached_get.pop > memcached_get.3
/usr/bin/pod2man -c "memcached_get_by_key" -r "" -s 3 memcached_get_by_key.pop > memcached_get_by_key.3
/usr/bin/pod2man -c "memcached_get_memory_allocators" -r "" -s 3 memcached_get_memory_allocators.pop > memcached_get_memory_allocators.3
/usr/bin/pod2man -c "memcached_get_user_data" -r "" -s 3 memcached_get_user_data.pop > memcached_get_user_data.3
/usr/bin/pod2man -c "memcached_increment" -r "" -s 3 memcached_increment.pop > memcached_increment.3
/usr/bin/pod2man -c "memcached_increment_with_initial" -r "" -s 3 memcached_increment_with_initial.pop > memcached_increment_with_initial.3
/usr/bin/pod2man -c "memcached_lib_version" -r "" -s 3 memcached_lib_version.pop > memcached_lib_version.3
/usr/bin/pod2man -c "memcached_mget" -r "" -s 3 memcached_mget.pop > memcached_mget.3
/usr/bin/pod2man -c "memcached_mget_by_key" -r "" -s 3 memcached_mget_by_key.pop > memcached_mget_by_key.3
/usr/bin/pod2man -c "memcached_mget_execute" -r "" -s 3 memcached_mget_execute.pop > memcached_mget_execute.3
/usr/bin/pod2man -c "memcached_mget_execute_by_key" -r "" -s 3 memcached_mget_execute_by_key.pop > memcached_mget_execute_by_key.3
/usr/bin/pod2man -c "memcached_prepend" -r "" -s 3 memcached_prepend.pop > memcached_prepend.3
/usr/bin/pod2man -c "memcached_prepend_by_key" -r "" -s 3 memcached_prepend_by_key.pop > memcached_prepend_by_key.3
/usr/bin/pod2man -c "memcached_quit" -r "" -s 3 memcached_quit.pop > memcached_quit.3
/usr/bin/pod2man -c "memcached_replace" -r "" -s 3 memcached_replace.pop > memcached_replace.3
/usr/bin/pod2man -c "memcached_replace_by_key" -r "" -s 3 memcached_replace_by_key.pop > memcached_replace_by_key.3
/usr/bin/pod2man -c "memcached_server_add" -r "" -s 3 memcached_server_add.pop > memcached_server_add.3
/usr/bin/pod2man -c "memcached_server_count" -r "" -s 3 memcached_server_count.pop > memcached_server_count.3
/usr/bin/pod2man -c "memcached_server_cursor" -r "" -s 3 memcached_server_cursor.pop > memcached_server_cursor.3
/usr/bin/pod2man -c "memcached_server_list" -r "" -s 3 memcached_server_list.pop > memcached_server_list.3
/usr/bin/pod2man -c "memcached_server_list_append" -r "" -s 3 memcached_server_list_append.pop > memcached_server_list_append.3
/usr/bin/pod2man -c "memcached_server_list_count" -r "" -s 3 memcached_server_list_count.pop > memcached_server_list_count.3
/usr/bin/pod2man -c "memcached_server_list_free" -r "" -s 3 memcached_server_list_free.pop > memcached_server_list_free.3
/usr/bin/pod2man -c "memcached_server_push" -r "" -s 3 memcached_server_push.pop > memcached_server_push.3
/usr/bin/pod2man -c "memcached_servers_parse" -r "" -s 3 memcached_servers_parse.pop > memcached_servers_parse.3
/usr/bin/pod2man -c "memcached_set" -r "" -s 3 memcached_set.pop > memcached_set.3
/usr/bin/pod2man -c "memcached_set_by_key" -r "" -s 3 memcached_set_by_key.pop > memcached_set_by_key.3
/usr/bin/pod2man -c "memcached_set_memory_allocators" -r "" -s 3 memcached_set_memory_allocators.pop > memcached_set_memory_allocators.3
/usr/bin/pod2man -c "memcached_set_user_data" -r "" -s 3 memcached_set_user_data.pop > memcached_set_user_data.3
/usr/bin/pod2man -c "memcached_stat" -r "" -s 3 memcached_stat.pop > memcached_stat.3
/usr/bin/pod2man -c "memcached_stat_get_keys" -r "" -s 3 memcached_stat_get_keys.pop > memcached_stat_get_keys.3
/usr/bin/pod2man -c "memcached_stat_get_value" -r "" -s 3 memcached_stat_get_value.pop > memcached_stat_get_value.3
/usr/bin/pod2man -c "memcached_stat_servername" -r "" -s 3 memcached_stat_servername.pop > memcached_stat_servername.3
/usr/bin/pod2man -c "memcached_strerror" -r "" -s 3 memcached_strerror.pop > memcached_strerror.3
/usr/bin/pod2man -c "memcached_verbosity" -r "" -s 3 memcached_verbosity.pop > memcached_verbosity.3
/usr/bin/pod2man -c "memcached_version" -r "" -s 3 memcached_version.pop > memcached_version.3
/usr/bin/pod2man -c "memcapable" -r "" -s 1 memcapable.pop > memcapable.1
/usr/bin/pod2man -c "memcat" -r "" -s 1 memcat.pop > memcat.1
/usr/bin/pod2man -c "memcp" -r "" -s 1 memcp.pop > memcp.1
/usr/bin/pod2man -c "memdump" -r "" -s 1 memdump.pop > memdump.1
/usr/bin/pod2man -c "memerror" -r "" -s 1 memerror.pop > memerror.1
/usr/bin/pod2man -c "memflush" -r "" -s 1 memflush.pop > memflush.1
/usr/bin/pod2man -c "memrm" -r "" -s 1 memrm.pop > memrm.1
/usr/bin/pod2man -c "memslap" -r "" -s 1 memslap.pop > memslap.1
/usr/bin/pod2man -c "memstat" -r "" -s 1 memstat.pop > memstat.1
CC libmemcached/protocol/ascii_handler.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/protocol/ascii_handler.lo libmemcached/protocol/ascii_handler.c
CC libmemcached/protocol/binary_handler.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/protocol/binary_handler.lo libmemcached/protocol/binary_handler.c
CC libmemcached/protocol/cache.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/protocol/cache.lo libmemcached/protocol/cache.c
CC libmemcached/protocol/pedantic.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/protocol/pedantic.lo libmemcached/protocol/pedantic.c
CC libmemcached/protocol/protocol_handler.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/protocol/protocol_handler.lo libmemcached/protocol/protocol_handler.c
CC libmemcached/byteorder.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/byteorder.lo libmemcached/byteorder.c
CCLD libmemcached/libbyteorder.la
CCLD libmemcached/libmemcachedprotocol.la
CC libmemcached/libmemcached_libmemcached_la-allocators.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-allocators.lo `test -f 'libmemcached/allocators.c' || echo './'`libmemcached/allocators.c
CC libmemcached/libmemcached_libmemcached_la-analyze.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-analyze.lo `test -f 'libmemcached/analyze.c' || echo './'`libmemcached/analyze.c
CC libmemcached/libmemcached_libmemcached_la-auto.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-auto.lo `test -f 'libmemcached/auto.c' || echo './'`libmemcached/auto.c
CC libmemcached/libmemcached_libmemcached_la-behavior.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-behavior.lo `test -f 'libmemcached/behavior.c' || echo './'`libmemcached/behavior.c
CC libmemcached/libmemcached_libmemcached_la-connect.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-connect.lo `test -f 'libmemcached/connect.c' || echo './'`libmemcached/connect.c
CC libmemcached/libmemcached_libmemcached_la-delete.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-delete.lo `test -f 'libmemcached/delete.c' || echo './'`libmemcached/delete.c
CC libmemcached/libmemcached_libmemcached_la-do.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-do.lo `test -f 'libmemcached/do.c' || echo './'`libmemcached/do.c
CC libmemcached/libmemcached_libmemcached_la-dump.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-dump.lo `test -f 'libmemcached/dump.c' || echo './'`libmemcached/dump.c
CC libmemcached/libmemcached_libmemcached_la-fetch.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-fetch.lo `test -f 'libmemcached/fetch.c' || echo './'`libmemcached/fetch.c
CC libmemcached/libmemcached_libmemcached_la-flush.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-flush.lo `test -f 'libmemcached/flush.c' || echo './'`libmemcached/flush.c
CC libmemcached/libmemcached_libmemcached_la-flush_buffers.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-flush_buffers.lo `test -f 'libmemcached/flush_buffers.c' || echo './'`libmemcached/flush_buffers.c
CC libmemcached/libmemcached_libmemcached_la-get.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-get.lo `test -f 'libmemcached/get.c' || echo './'`libmemcached/get.c
CC libmemcached/libmemcached_libmemcached_la-hash.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-hash.lo `test -f 'libmemcached/hash.c' || echo './'`libmemcached/hash.c
CC libmemcached/libmemcached_libmemcached_la-hosts.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-hosts.lo `test -f 'libmemcached/hosts.c' || echo './'`libmemcached/hosts.c
CC libmemcached/libmemcached_libmemcached_la-io.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-io.lo `test -f 'libmemcached/io.c' || echo './'`libmemcached/io.c
CC libmemcached/libmemcached_libmemcached_la-key.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-key.lo `test -f 'libmemcached/key.c' || echo './'`libmemcached/key.c
CC libmemcached/libmemcached_libmemcached_la-memcached.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-memcached.lo `test -f 'libmemcached/memcached.c' || echo './'`libmemcached/memcached.c
CC libmemcached/libmemcached_libmemcached_la-parse.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-parse.lo `test -f 'libmemcached/parse.c' || echo './'`libmemcached/parse.c
CC libmemcached/libmemcached_libmemcached_la-purge.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-purge.lo `test -f 'libmemcached/purge.c' || echo './'`libmemcached/purge.c
CC libmemcached/libmemcached_libmemcached_la-quit.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-quit.lo `test -f 'libmemcached/quit.c' || echo './'`libmemcached/quit.c
CC libmemcached/libmemcached_libmemcached_la-response.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-response.lo `test -f 'libmemcached/response.c' || echo './'`libmemcached/response.c
CC libmemcached/libmemcached_libmemcached_la-result.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-result.lo `test -f 'libmemcached/result.c' || echo './'`libmemcached/result.c
CC libmemcached/libmemcached_libmemcached_la-server.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-server.lo `test -f 'libmemcached/server.c' || echo './'`libmemcached/server.c
CC libmemcached/libmemcached_libmemcached_la-server_list.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-server_list.lo `test -f 'libmemcached/server_list.c' || echo './'`libmemcached/server_list.c
CC libmemcached/libmemcached_libmemcached_la-stats.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-stats.lo `test -f 'libmemcached/stats.c' || echo './'`libmemcached/stats.c
CC libmemcached/libmemcached_libmemcached_la-storage.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-storage.lo `test -f 'libmemcached/storage.c' || echo './'`libmemcached/storage.c
CC libmemcached/libmemcached_libmemcached_la-strerror.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-strerror.lo `test -f 'libmemcached/strerror.c' || echo './'`libmemcached/strerror.c
CC libmemcached/libmemcached_libmemcached_la-verbosity.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-verbosity.lo `test -f 'libmemcached/verbosity.c' || echo './'`libmemcached/verbosity.c
CC libmemcached/libmemcached_libmemcached_la-version.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/libmemcached_libmemcached_la-version.lo `test -f 'libmemcached/version.c' || echo './'`libmemcached/version.c
CC libmemcached/libmemcached_libmemcachedcallbacks_la-callback.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -fPIC -c -o libmemcached/libmemcached_libmemcachedcallbacks_la-callback.lo `test -f 'libmemcached/callback.c' || echo './'`libmemcached/callback.c
CCLD libmemcached/libmemcachedcallbacks.la
CC libmemcached/string.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o libmemcached/string.lo libmemcached/string.c
CCLD libmemcached/libmemcachedinternal.la
CC libhashkit/libhashkit_libhashkitinc_la-algorithm.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-algorithm.lo `test -f 'libhashkit/algorithm.c' || echo './'`libhashkit/algorithm.c
CC libhashkit/libhashkit_libhashkitinc_la-behavior.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-behavior.lo `test -f 'libhashkit/behavior.c' || echo './'`libhashkit/behavior.c
CC libhashkit/libhashkit_libhashkitinc_la-crc32.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-crc32.lo `test -f 'libhashkit/crc32.c' || echo './'`libhashkit/crc32.c
CC libhashkit/libhashkit_libhashkitinc_la-fnv.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-fnv.lo `test -f 'libhashkit/fnv.c' || echo './'`libhashkit/fnv.c
CC libhashkit/libhashkit_libhashkitinc_la-digest.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-digest.lo `test -f 'libhashkit/digest.c' || echo './'`libhashkit/digest.c
CC libhashkit/libhashkit_libhashkitinc_la-function.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-function.lo `test -f 'libhashkit/function.c' || echo './'`libhashkit/function.c
CC libhashkit/libhashkit_libhashkitinc_la-hashkit.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-hashkit.lo `test -f 'libhashkit/hashkit.c' || echo './'`libhashkit/hashkit.c
CC libhashkit/libhashkit_libhashkitinc_la-jenkins.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-jenkins.lo `test -f 'libhashkit/jenkins.c' || echo './'`libhashkit/jenkins.c
CC libhashkit/libhashkit_libhashkitinc_la-ketama.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-ketama.lo `test -f 'libhashkit/ketama.c' || echo './'`libhashkit/ketama.c
CC libhashkit/libhashkit_libhashkitinc_la-md5.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-md5.lo `test -f 'libhashkit/md5.c' || echo './'`libhashkit/md5.c
CC libhashkit/libhashkit_libhashkitinc_la-murmur.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-murmur.lo `test -f 'libhashkit/murmur.c' || echo './'`libhashkit/murmur.c
CC libhashkit/libhashkit_libhashkitinc_la-one_at_a_time.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-one_at_a_time.lo `test -f 'libhashkit/one_at_a_time.c' || echo './'`libhashkit/one_at_a_time.c
CC libhashkit/libhashkit_libhashkitinc_la-strerror.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkitinc_la-strerror.lo `test -f 'libhashkit/strerror.c' || echo './'`libhashkit/strerror.c
CCLD libhashkit/libhashkitinc.la
/usr/bin/ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols
/usr/bin/ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols
ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols
ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols
CCLD libmemcached/libmemcached.la
/usr/bin/ranlib: file: libmemcached/.libs/libmemcached.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols
/usr/bin/ranlib: file: libmemcached/.libs/libmemcached.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols
ranlib: file: libmemcached/.libs/libmemcached.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols
ranlib: file: libmemcached/.libs/libmemcached.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols
CC libhashkit/libhashkit_libhashkit_la-algorithm.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-algorithm.lo `test -f 'libhashkit/algorithm.c' || echo './'`libhashkit/algorithm.c
CC libhashkit/libhashkit_libhashkit_la-behavior.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-behavior.lo `test -f 'libhashkit/behavior.c' || echo './'`libhashkit/behavior.c
CC libhashkit/libhashkit_libhashkit_la-crc32.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-crc32.lo `test -f 'libhashkit/crc32.c' || echo './'`libhashkit/crc32.c
CC libhashkit/libhashkit_libhashkit_la-fnv.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-fnv.lo `test -f 'libhashkit/fnv.c' || echo './'`libhashkit/fnv.c
CC libhashkit/libhashkit_libhashkit_la-digest.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-digest.lo `test -f 'libhashkit/digest.c' || echo './'`libhashkit/digest.c
CC libhashkit/libhashkit_libhashkit_la-function.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-function.lo `test -f 'libhashkit/function.c' || echo './'`libhashkit/function.c
CC libhashkit/libhashkit_libhashkit_la-hashkit.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-hashkit.lo `test -f 'libhashkit/hashkit.c' || echo './'`libhashkit/hashkit.c
CC libhashkit/libhashkit_libhashkit_la-jenkins.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-jenkins.lo `test -f 'libhashkit/jenkins.c' || echo './'`libhashkit/jenkins.c
CC libhashkit/libhashkit_libhashkit_la-ketama.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-ketama.lo `test -f 'libhashkit/ketama.c' || echo './'`libhashkit/ketama.c
CC libhashkit/libhashkit_libhashkit_la-md5.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-md5.lo `test -f 'libhashkit/md5.c' || echo './'`libhashkit/md5.c
CC libhashkit/libhashkit_libhashkit_la-murmur.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-murmur.lo `test -f 'libhashkit/murmur.c' || echo './'`libhashkit/murmur.c
CC libhashkit/libhashkit_libhashkit_la-one_at_a_time.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-one_at_a_time.lo `test -f 'libhashkit/one_at_a_time.c' || echo './'`libhashkit/one_at_a_time.c
CC libhashkit/libhashkit_libhashkit_la-strerror.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -DBUILDING_HASHKIT -fPIC -c -o libhashkit/libhashkit_libhashkit_la-strerror.lo `test -f 'libhashkit/strerror.c' || echo './'`libhashkit/strerror.c
CCLD libhashkit/libhashkit.la
/usr/bin/ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-behavior.o) has no symbols
/usr/bin/ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-ketama.o) has no symbols
ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-behavior.o) has no symbols
ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-ketama.o) has no symbols
CC clients/utilities.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/utilities.lo clients/utilities.c
CCLD clients/libutilities.la
CC clients/generator.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/generator.lo clients/generator.c
CC clients/execute.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/execute.lo clients/execute.c
CCLD clients/libgenexec.la
CC tests/server.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o tests/server.lo tests/server.c
CCLD tests/libserver.la
CC tests/test.lo
/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o tests/test.lo tests/test.c
CCLD tests/libtest.la
CC clients/memcapable.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memcapable.o clients/memcapable.c
CCLD clients/memcapable
CC clients/memcat.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memcat.o clients/memcat.c
CCLD clients/memcat
CC clients/memcp.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memcp.o clients/memcp.c
CCLD clients/memcp
CC clients/memdump.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memdump.o clients/memdump.c
CCLD clients/memdump
CC clients/memerror.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memerror.o clients/memerror.c
CCLD clients/memerror
CC clients/memflush.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memflush.o clients/memflush.c
CCLD clients/memflush
CC clients/memrm.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memrm.o clients/memrm.c
CCLD clients/memrm
CC clients/memstat.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memstat.o clients/memstat.c
CCLD clients/memstat
CC clients/memslap.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/memslap.o clients/memslap.c
CC clients/ms_conn.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/ms_conn.o clients/ms_conn.c
CC clients/ms_setting.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/ms_setting.o clients/ms_setting.c
CC clients/ms_sigsegv.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/ms_sigsegv.o clients/ms_sigsegv.c
CC clients/ms_stats.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/ms_stats.o clients/ms_stats.c
CC clients/ms_task.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/ms_task.o clients/ms_task.c
CC clients/ms_thread.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o clients/ms_thread.o clients/ms_thread.c
CCLD clients/memslap
CC tests/atomsmasher.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o tests/atomsmasher.o tests/atomsmasher.c
CCLD tests/atomsmasher
CXX tests/hash_plus.o
g++ -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -std=gnu++98 -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Wold-style-cast -Wredundant-decls -std=gnu++98 -c -o tests/hash_plus.o tests/hash_plus.cc
CXXLD tests/hashplus
CXX tests/mem_plus.o
g++ -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -std=gnu++98 -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Wold-style-cast -Wredundant-decls -std=gnu++98 -c -o tests/mem_plus.o tests/mem_plus.cc
CXXLD tests/memplus
CC tests/start.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o tests/start.o tests/start.c
CCLD tests/startservers
CC tests/tests_testapp-mem_functions.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -fPIC -c -o tests/tests_testapp-mem_functions.o `test -f 'tests/mem_functions.c' || echo './'`tests/mem_functions.c
CCLD tests/testapp
CC tests/hashkit_functions.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o tests/hashkit_functions.o tests/hashkit_functions.c
CCLD tests/testhashkit
CXX tests/plus.o
g++ -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -std=gnu++98 -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Wold-style-cast -Wredundant-decls -std=gnu++98 -c -o tests/plus.o tests/plus.cpp
CXXLD tests/testplus
CC example/interface_v0.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o example/interface_v0.o example/interface_v0.c
CC example/interface_v1.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o example/interface_v1.o example/interface_v1.c
CC example/memcached_light.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o example/memcached_light.o example/memcached_light.c
CC example/storage.o
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -ggdb3 -D_THREAD_SAFE -pipe -O3 -pedantic -Wall -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fPIC -c -o example/storage.o example/storage.c
CCLD example/memcached_light
make install || true 2>&1
make install-recursive
Making install in docs
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_cas.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_create.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_flags.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_free.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_key_length.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_key_value.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_length.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_st.pop
ln -s ../docs/memcached_result_st.pod ../docs/memcached_result_value.pop
make install-am
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man1" || ../config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man1"
/usr/bin/install -c -m 644 memcapable.1 memcat.1 memcp.1 memdump.1 memerror.1 memflush.1 memrm.1 memslap.1 memstat.1 '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man1'
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man3" || ../config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man3"
/usr/bin/install -c -m 644 hashkit_clone.3 hashkit_crc32.3 hashkit_create.3 hashkit_fnv1_32.3 hashkit_fnv1_64.3 hashkit_fnv1a_32.3 hashkit_fnv1a_64.3 hashkit_free.3 hashkit_functions.3 hashkit_hsieh.3 hashkit_is_allocated.3 hashkit_jenkins.3 hashkit_md5.3 hashkit_murmur.3 hashkit_value.3 libmemcached.3 libmemcached_examples.3 memcached_add.3 memcached_add_by_key.3 memcached_analyze.3 memcached_append.3 memcached_append_by_key.3 memcached_behavior_get.3 memcached_behavior_set.3 memcached_callback_get.3 memcached_callback_set.3 memcached_cas.3 memcached_cas_by_key.3 memcached_clone.3 memcached_create.3 memcached_decrement.3 memcached_decrement_with_initial.3 memcached_delete.3 memcached_delete_by_key.3 memcached_dump.3 memcached_fetch.3 memcached_fetch_execute.3 memcached_fetch_result.3 memcached_flush_buffers.3 memcached_free.3 '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man3'
/usr/bin/install -c -m 644 memcached_generate_hash_value.3 memcached_get.3 memcached_get_by_key.3 memcached_get_memory_allocators.3 memcached_get_user_data.3 memcached_increment.3 memcached_increment_with_initial.3 memcached_lib_version.3 memcached_mget.3 memcached_mget_by_key.3 memcached_mget_execute.3 memcached_mget_execute_by_key.3 memcached_prepend.3 memcached_prepend_by_key.3 memcached_quit.3 memcached_replace.3 memcached_replace_by_key.3 memcached_server_add.3 memcached_server_count.3 memcached_server_cursor.3 memcached_server_list.3 memcached_server_list_append.3 memcached_server_list_count.3 memcached_server_list_free.3 memcached_server_push.3 memcached_servers_parse.3 memcached_set.3 memcached_set_by_key.3 memcached_set_memory_allocators.3 memcached_set_user_data.3 memcached_stat.3 memcached_stat_get_keys.3 memcached_stat_get_value.3 memcached_stat_servername.3 memcached_strerror.3 memcached_verbosity.3 memcached_version.3 '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/share/man/man3'
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib" || config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib"
/bin/sh ./libtool --mode=install /usr/bin/install -c libmemcached/libmemcachedprotocol.la libmemcached/libmemcached.la libhashkit/libhashkit.la '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib'
libtool: install: /usr/bin/install -c libmemcached/.libs/libmemcachedprotocol.lai /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcachedprotocol.la
libtool: install: /usr/bin/install -c libmemcached/.libs/libmemcached.lai /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcached.la
libtool: install: /usr/bin/install -c libhashkit/.libs/libhashkit.lai /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libhashkit.la
libtool: install: /usr/bin/install -c libmemcached/.libs/libmemcachedprotocol.a /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcachedprotocol.a
libtool: install: chmod 644 /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcachedprotocol.a
libtool: install: ranlib /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcachedprotocol.a
libtool: install: /usr/bin/install -c libmemcached/.libs/libmemcached.a /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcached.a
libtool: install: chmod 644 /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcached.a
libtool: install: ranlib /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcached.a
ranlib: file: /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcached.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols
ranlib: file: /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libmemcached.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols
libtool: install: /usr/bin/install -c libhashkit/.libs/libhashkit.a /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libhashkit.a
libtool: install: chmod 644 /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libhashkit.a
libtool: install: ranlib /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libhashkit.a
ranlib: file: /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libhashkit.a(libhashkit_libhashkit_la-behavior.o) has no symbols
ranlib: file: /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/libhashkit.a(libhashkit_libhashkit_la-ketama.o) has no symbols
----------------------------------------------------------------------
Libraries have been installed in:
/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin" || config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin"
/bin/sh ./libtool --mode=install /usr/bin/install -c clients/memcapable clients/memcat clients/memcp clients/memdump clients/memerror clients/memflush clients/memrm clients/memstat clients/memslap '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin'
libtool: install: /usr/bin/install -c clients/memcapable /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memcapable
libtool: install: /usr/bin/install -c clients/memcat /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memcat
libtool: install: /usr/bin/install -c clients/memcp /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memcp
libtool: install: /usr/bin/install -c clients/memdump /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memdump
libtool: install: /usr/bin/install -c clients/memerror /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memerror
libtool: install: /usr/bin/install -c clients/memflush /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memflush
libtool: install: /usr/bin/install -c clients/memrm /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memrm
libtool: install: /usr/bin/install -c clients/memstat /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memstat
libtool: install: /usr/bin/install -c clients/memslap /Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/bin/memslap
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include" || config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include"
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include" || config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include"
config/install-sh -c -d '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libhashkit'
/usr/bin/install -c -m 644 libhashkit/algorithm.h libhashkit/behavior.h libhashkit/configure.h libhashkit/digest.h libhashkit/function.h libhashkit/hashkit.h libhashkit/strerror.h libhashkit/types.h libhashkit/visibility.h '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libhashkit'
config/install-sh -c -d '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libmemcached'
/usr/bin/install -c -m 644 libmemcached/allocators.h libmemcached/analyze.h libmemcached/auto.h libmemcached/behavior.h libmemcached/callback.h libmemcached/configure.h libmemcached/constants.h libmemcached/delete.h libmemcached/dump.h libmemcached/exception.hpp libmemcached/fetch.h libmemcached/flush.h libmemcached/flush_buffers.h libmemcached/get.h libmemcached/hash.h libmemcached/memcached.h libmemcached/memcached.hpp libmemcached/parse.h libmemcached/protocol_handler.h libmemcached/quit.h libmemcached/result.h libmemcached/server.h libmemcached/stats.h libmemcached/storage.h libmemcached/strerror.h libmemcached/string.h libmemcached/types.h libmemcached/verbosity.h libmemcached/version.h libmemcached/visibility.h libmemcached/watchpoint.h '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libmemcached'
config/install-sh -c -d '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libmemcached/protocol'
/usr/bin/install -c -m 644 libmemcached/protocol/cache.h libmemcached/protocol/callback.h '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libmemcached/protocol'
config/install-sh -c -d '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libmemcached/memcached'
/usr/bin/install -c -m 644 libmemcached/memcached/protocol_binary.h '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/include/libmemcached/memcached'
test -z "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/pkgconfig" || config/install-sh -c -d "/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/pkgconfig"
/usr/bin/install -c -m 644 support/libmemcached.pc '/Users/ivaughan/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/memcache-1.2.13/ext/lib/pkgconfig'
creating Makefile
make
compiling native_server.c
native_server.c: In function ‘mc_initialize’:
native_server.c:127: warning: passing argument 3 of ‘memcached_callback_set’ makes pointer from integer without a cast
native_server.c: In function ‘escape_key’:
native_server.c:178: error: ‘struct RString’ has no member named ‘len’
native_server.c: In function ‘unescape_key’:
native_server.c:217: error: ‘struct RString’ has no member named ‘len’
native_server.c: In function ‘mc_set_prefix’:
native_server.c:558: warning: passing argument 3 of ‘memcached_callback_set’ makes pointer from integer without a cast
make: *** [native_server.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment