Skip to content

Instantly share code, notes, and snippets.

@eric
Created December 6, 2011 04:47
Show Gist options
  • Save eric/4ddb0712bf09f80858a4 to your computer and use it in GitHub Desktop.
Save eric/4ddb0712bf09f80858a4 to your computer and use it in GitHub Desktop.
LOCAL [114 : 0] eric@kiccoro:/Users/eric/src > gem install memcached
Building native extensions. This could take a while...
ERROR: Error installing memcached:
ERROR: Failed to build gem native extension.
/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/bin/ruby extconf.rb
Touching aclocal.m4 in libmemcached.
touch -r libmemcached-0.32/m4/visibility.m4 libmemcached-0.32/configure.ac libmemcached-0.32/m4/pandora_have_sasl.m4 libmemcached-0.32/m4/aclocal.m4
Configuring libmemcached.
env CFLAGS='-fPIC -g -O2 -pipe -g -O2 -pipe ' LDFLAGS='-fPIC -L. -L'/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib' -L. -L'/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib' -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib' ./configure --prefix=/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext --without-memcached --disable-shared --disable-utils --disable-dependency-tracking CC="/usr/bin/gcc" 2>&1
checking build system type... i386-apple-darwin11.2.0
checking host system type... i386-apple-darwin11.2.0
checking target system type... i386-apple-darwin11.2.0
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc
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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking dependency style of /usr/bin/gcc... none
checking for isainfo... no
checking whether /usr/bin/gcc and cc understand -c and -o together... rm: conftest.dSYM: is a directory
yes
checking how to run the C preprocessor... /usr/bin/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... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 how to print strings... printf
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/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 how to convert i386-apple-darwin11.2.0 file names to i386-apple-darwin11.2.0 format... func_convert_file_noop
checking how to convert i386-apple-darwin11.2.0 file names to toolchain format... func_convert_file_noop
checking for /usr/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 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 /usr/bin/nm output from /usr/bin/gcc 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 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 for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fno-common -DPIC
checking if /usr/bin/gcc PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... no
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/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/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.0 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 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 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... /usr/bin/gcc -E
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 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 "C Compiler version--yes"... "i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)"
checking "C++ Compiler version"... "i686-apple-darwin11-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)"
checking for simple visibility declarations... yes
checking whether to enable assertions... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... 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 -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 for doxygen... no
checking for perl... perl
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 library containing getopt_long... none required
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing floorf... none required
checking for htonll... no
checking byteorder... little endian
checking for pod2man... /usr/bin/pod2man
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking for libsasl... no
checking for libsasl2... yes
checking how to link with libsasl2... -lsasl2
configure: creating ./config.status
config.status: creating Makefile
config.status: creating clients/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating libmemcached/Makefile
config.status: creating libmemcached/memcached_configure.h
config.status: creating libmemcachedutil/Makefile
config.status: creating support/Makefile
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.32
* Installation prefix: /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext
* System type: apple-darwin11.2.0
* Host CPU: i386
* C Compiler: i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
* Assertions enabled: yes
* Debug enabled: no
* Warnings as failure: no
* With SASL support: -lsasl2
---
Making libmemcached.
GMAKE_CMD='make' CXXFLAGS=' -std=gnu++98 -g -O2 -pipe -g -O2 -pipe ' SOURCE_DIR='libmemcached-0.32' HERE='/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext' ruby ../extconf-make.rb
make CXXFLAGS=' -std=gnu++98 -g -O2 -pipe -g -O2 -pipe ' || true 2>&1
make all-recursive
Making all in docs
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/libmemcached.pod > libmemcached.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/libmemcached_examples.pod > libmemcached_examples.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memcat.pod > memcat.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memcp.pod > memcp.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memerror.pod > memerror.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memflush.pod > memflush.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memdump.pod > memdump.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memrm.pod > memrm.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memslap.pod > memslap.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 1 ../docs/memstat.pod > memstat.1
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_add.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_add_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_append.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_append_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_analyze.pod > memcached_analyze.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_behavior.pod > memcached_behavior_get.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_behavior.pod > memcached_behavior_set.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_callback.pod > memcached_callback_get.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_callback.pod > memcached_callback_set.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_cas.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_cas_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_create.pod > memcached_clone.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_create.pod > memcached_create.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_decrement.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_decrement_with_initial.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_delete.pod > memcached_delete.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_delete.pod > memcached_delete_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_fetch.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_fetch_execute.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_fetch_result.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_create.pod > memcached_free.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_get.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_get_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_increment.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_auto.pod > memcached_increment_with_initial.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_mget.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_get.pod > memcached_mget_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_prepend.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_prepend_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_replace.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_replace_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_add.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_count.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_list.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_server_list_append.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_server_list_count.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_server_list_free.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_servers.pod > memcached_server_push.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_server_st.pod > memcached_servers_parse.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_set.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_set.pod > memcached_set_by_key.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat_get_keys.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat_get_value.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_stats.pod > memcached_stat_servername.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_strerror.pod > memcached_strerror.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_quit.pod > memcached_quit.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_verbosity.pod > memcached_verbosity.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_version.pod > memcached_lib_version.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_version.pod > memcached_version.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_flush_buffers.pod > memcached_flush_buffers.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_dump.pod > memcached_dump.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_generate_hash_value.pod > memcached_generate_hash_value.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_memory_allocators.pod > memcached_set_memory_allocators.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_memory_allocators.pod > memcached_get_memory_allocators.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_user_data.pod > memcached_set_user_data.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_user_data.pod > memcached_get_user_data.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_sasl.pod > memcached_destroy_sasl_auth_data.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_sasl.pod > memcached_get_sasl_callbacks.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_sasl.pod > memcached_set_sasl_auth_data.3
/usr/bin/pod2man -c "libmemcached" -r "" -s 3 ../docs/memcached_sasl.pod > memcached_set_sasl_callbacks.3
Making all in libmemcached
make all-am
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-crc.lo `test -f 'crc.c' || echo './'`crc.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c crc.c -o libmemcached_la-crc.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached.lo `test -f 'memcached.c' || echo './'`memcached.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached.c -o libmemcached_la-memcached.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_auto.lo `test -f 'memcached_auto.c' || echo './'`memcached_auto.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_auto.c -o libmemcached_la-memcached_auto.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_analyze.lo `test -f 'memcached_analyze.c' || echo './'`memcached_analyze.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_analyze.c -o libmemcached_la-memcached_analyze.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_behavior.lo `test -f 'memcached_behavior.c' || echo './'`memcached_behavior.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_behavior.c -o libmemcached_la-memcached_behavior.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_connect.lo `test -f 'memcached_connect.c' || echo './'`memcached_connect.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_connect.c -o libmemcached_la-memcached_connect.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_delete.lo `test -f 'memcached_delete.c' || echo './'`memcached_delete.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_delete.c -o libmemcached_la-memcached_delete.o
memcached_delete.c:1: warning: ISO C forbids an empty source file
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_do.lo `test -f 'memcached_do.c' || echo './'`memcached_do.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_do.c -o libmemcached_la-memcached_do.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_dump.lo `test -f 'memcached_dump.c' || echo './'`memcached_dump.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_dump.c -o libmemcached_la-memcached_dump.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_fetch.lo `test -f 'memcached_fetch.c' || echo './'`memcached_fetch.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_fetch.c -o libmemcached_la-memcached_fetch.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_flush.lo `test -f 'memcached_flush.c' || echo './'`memcached_flush.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_flush.c -o libmemcached_la-memcached_flush.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_get.lo `test -f 'memcached_get.c' || echo './'`memcached_get.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_get.c -o libmemcached_la-memcached_get.o
memcached_get.c: In function 'memcached_get_from_last':
memcached_get.c:335: warning: unused variable 'rc' [-Wunused-variable]
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_touch.lo `test -f 'memcached_touch.c' || echo './'`memcached_touch.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_touch.c -o libmemcached_la-memcached_touch.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_hash.lo `test -f 'memcached_hash.c' || echo './'`memcached_hash.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_hash.c -o libmemcached_la-memcached_hash.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_hosts.lo `test -f 'memcached_hosts.c' || echo './'`memcached_hosts.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_hosts.c -o libmemcached_la-memcached_hosts.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_io.lo `test -f 'memcached_io.c' || echo './'`memcached_io.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_io.c -o libmemcached_la-memcached_io.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_purge.lo `test -f 'memcached_purge.c' || echo './'`memcached_purge.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_purge.c -o libmemcached_la-memcached_purge.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_flush_buffers.lo `test -f 'memcached_flush_buffers.c' || echo './'`memcached_flush_buffers.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_flush_buffers.c -o libmemcached_la-memcached_flush_buffers.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c md5.c -o libmemcached_la-md5.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_key.lo `test -f 'memcached_key.c' || echo './'`memcached_key.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_key.c -o libmemcached_la-memcached_key.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_quit.lo `test -f 'memcached_quit.c' || echo './'`memcached_quit.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_quit.c -o libmemcached_la-memcached_quit.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_parse.lo `test -f 'memcached_parse.c' || echo './'`memcached_parse.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_parse.c -o libmemcached_la-memcached_parse.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_response.lo `test -f 'memcached_response.c' || echo './'`memcached_response.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_response.c -o libmemcached_la-memcached_response.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_result.lo `test -f 'memcached_result.c' || echo './'`memcached_result.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_result.c -o libmemcached_la-memcached_result.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_server.lo `test -f 'memcached_server.c' || echo './'`memcached_server.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_server.c -o libmemcached_la-memcached_server.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_storage.lo `test -f 'memcached_storage.c' || echo './'`memcached_storage.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_storage.c -o libmemcached_la-memcached_storage.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_string.lo `test -f 'memcached_string.c' || echo './'`memcached_string.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_string.c -o libmemcached_la-memcached_string.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_stats.lo `test -f 'memcached_stats.c' || echo './'`memcached_stats.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_stats.c -o libmemcached_la-memcached_stats.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_strerror.lo `test -f 'memcached_strerror.c' || echo './'`memcached_strerror.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_strerror.c -o libmemcached_la-memcached_strerror.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_verbosity.lo `test -f 'memcached_verbosity.c' || echo './'`memcached_verbosity.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_verbosity.c -o libmemcached_la-memcached_verbosity.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_version.lo `test -f 'memcached_version.c' || echo './'`memcached_version.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_version.c -o libmemcached_la-memcached_version.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-murmur_hash.lo `test -f 'murmur_hash.c' || echo './'`murmur_hash.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c murmur_hash.c -o libmemcached_la-murmur_hash.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-jenkins_hash.lo `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c jenkins_hash.c -o libmemcached_la-jenkins_hash.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_allocators.lo `test -f 'memcached_allocators.c' || echo './'`memcached_allocators.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_allocators.c -o libmemcached_la-memcached_allocators.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-byteorder.lo `test -f 'byteorder.c' || echo './'`byteorder.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c byteorder.c -o libmemcached_la-byteorder.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcached_la-memcached_sasl.lo `test -f 'memcached_sasl.c' || echo './'`memcached_sasl.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_sasl.c -o libmemcached_la-memcached_sasl.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o libmemcachedcallbacks_la-memcached_callback.lo `test -f 'memcached_callback.c' || echo './'`memcached_callback.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c memcached_callback.c -o libmemcachedcallbacks_la-memcached_callback.o
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o libmemcachedcallbacks.la libmemcachedcallbacks_la-memcached_callback.lo
libtool: link: ar cru .libs/libmemcachedcallbacks.a libmemcachedcallbacks_la-memcached_callback.o
libtool: link: ranlib .libs/libmemcachedcallbacks.a
libtool: link: ( cd ".libs" && rm -f "libmemcachedcallbacks.la" && ln -s "../libmemcachedcallbacks.la" "libmemcachedcallbacks.la" )
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -version-info 2:0:0 -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o libmemcached.la -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib libmemcached_la-crc.lo libmemcached_la-memcached.lo libmemcached_la-memcached_auto.lo libmemcached_la-memcached_analyze.lo libmemcached_la-memcached_behavior.lo libmemcached_la-memcached_connect.lo libmemcached_la-memcached_delete.lo libmemcached_la-memcached_do.lo libmemcached_la-memcached_dump.lo libmemcached_la-memcached_fetch.lo libmemcached_la-memcached_flush.lo libmemcached_la-memcached_get.lo libmemcached_la-memcached_touch.lo libmemcached_la-memcached_hash.lo libmemcached_la-memcached_hosts.lo libmemcached_la-memcached_io.lo libmemcached_la-memcached_purge.lo libmemcached_la-memcached_flush_buffers.lo libmemcached_la-md5.lo libmemcached_la-memcached_key.lo libmemcached_la-memcached_quit.lo libmemcached_la-memcached_parse.lo libmemcached_la-memcached_response.lo libmemcached_la-memcached_result.lo libmemcached_la-memcached_server.lo libmemcached_la-memcached_storage.lo libmemcached_la-memcached_string.lo libmemcached_la-memcached_stats.lo libmemcached_la-memcached_strerror.lo libmemcached_la-memcached_verbosity.lo libmemcached_la-memcached_version.lo libmemcached_la-murmur_hash.lo libmemcached_la-jenkins_hash.lo libmemcached_la-memcached_allocators.lo libmemcached_la-byteorder.lo libmemcached_la-memcached_sasl.lo libmemcachedcallbacks.la
libtool: link: (cd .libs/libmemcached.lax/libmemcachedcallbacks.a && ar x "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/libmemcached-0.32/libmemcached/./.libs/libmemcachedcallbacks.a")
libtool: link: ar cru .libs/libmemcached.a libmemcached_la-crc.o libmemcached_la-memcached.o libmemcached_la-memcached_auto.o libmemcached_la-memcached_analyze.o libmemcached_la-memcached_behavior.o libmemcached_la-memcached_connect.o libmemcached_la-memcached_delete.o libmemcached_la-memcached_do.o libmemcached_la-memcached_dump.o libmemcached_la-memcached_fetch.o libmemcached_la-memcached_flush.o libmemcached_la-memcached_get.o libmemcached_la-memcached_touch.o libmemcached_la-memcached_hash.o libmemcached_la-memcached_hosts.o libmemcached_la-memcached_io.o libmemcached_la-memcached_purge.o libmemcached_la-memcached_flush_buffers.o libmemcached_la-md5.o libmemcached_la-memcached_key.o libmemcached_la-memcached_quit.o libmemcached_la-memcached_parse.o libmemcached_la-memcached_response.o libmemcached_la-memcached_result.o libmemcached_la-memcached_server.o libmemcached_la-memcached_storage.o libmemcached_la-memcached_string.o libmemcached_la-memcached_stats.o libmemcached_la-memcached_strerror.o libmemcached_la-memcached_verbosity.o libmemcached_la-memcached_version.o libmemcached_la-murmur_hash.o libmemcached_la-jenkins_hash.o libmemcached_la-memcached_allocators.o libmemcached_la-byteorder.o libmemcached_la-memcached_sasl.o .libs/libmemcached.lax/libmemcachedcallbacks.a/libmemcachedcallbacks_la-memcached_callback.o
/usr/bin/ranlib: file: .libs/libmemcached.a(libmemcached_la-memcached_delete.o) has no symbols
libtool: link: ranlib .libs/libmemcached.a
ranlib: file: .libs/libmemcached.a(libmemcached_la-memcached_delete.o) has no symbols
libtool: link: rm -fr .libs/libmemcached.lax
libtool: link: ( cd ".libs" && rm -f "libmemcached.la" && ln -s "../libmemcached.la" "libmemcached.la" )
Making all in libmemcachedutil
make[2]: Nothing to be done for `all'.
Making all in support
make[2]: Nothing to be done for `all'.
Making all in clients
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o utilities.lo utilities.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c utilities.c -o utilities.o
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o libutilities.la utilities.lo
libtool: link: ar cru .libs/libutilities.a utilities.o
libtool: link: ranlib .libs/libutilities.a
libtool: link: ( cd ".libs" && rm -f "libutilities.la" && ln -s "../libutilities.la" "libutilities.la" )
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o generator.lo generator.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c generator.c -o generator.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o execute.lo execute.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c execute.c -o execute.o
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o libgenexec.la generator.lo execute.lo
libtool: link: ar cru .libs/libgenexec.a generator.o execute.o
libtool: link: ranlib .libs/libgenexec.a
libtool: link: ( cd ".libs" && rm -f "libgenexec.la" && ln -s "../libgenexec.la" "libgenexec.la" )
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memcat.o memcat.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memcat memcat.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memcat memcat.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memdump.o memdump.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memdump memdump.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memdump memdump.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memcp.o memcp.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memcp memcp.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memcp memcp.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memstat.o memstat.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memstat memstat.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memstat memstat.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memrm.o memrm.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memrm memrm.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memrm memrm.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memflush.o memflush.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memflush memflush.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memflush memflush.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memslap-memslap.o `test -f 'memslap.c' || echo './'`memslap.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memslap memslap-memslap.o libgenexec.la libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memslap memslap-memslap.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libgenexec.a ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o memerror.o memerror.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -rpath /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached -lsasl2 -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o memerror memerror.o libutilities.la ../libmemcached/libmemcached.la
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o memerror memerror.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -lsasl2
Making all in tests
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o server.lo server.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c server.c -o server.o
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o libserver.la server.lo
libtool: link: ar cru .libs/libserver.a server.o
libtool: link: ranlib .libs/libserver.a
libtool: link: ( cd ".libs" && rm -f "libserver.la" && ln -s "../libserver.la" "libserver.la" )
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o test.lo test.c
libtool: compile: /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c test.c -o test.o
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o libtest.la test.lo
libtool: link: ar cru .libs/libtest.a test.o
libtool: link: ranlib .libs/libtest.a
libtool: link: ( cd ".libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" )
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o testapp-function.o `test -f 'function.c' || echo './'`function.c
function.c: In function ‘check_touch_capability’:
function.c:4520: warning: unused variable ‘val’ [-Wunused-variable]
function.c: At top level:
function.c:3842: warning: ‘dump_test’ defined but not used
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o testapp testapp-function.o ../clients/libgenexec.la libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -fno-strict-aliasing -Wno-strict-aliasing -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o testapp testapp-function.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ../clients/.libs/libgenexec.a ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -lsasl2
g++ -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Weffc++ -Wold-style-cast -Wredundant-decls -std=gnu++98 -g -O2 -pipe -g -O2 -pipe -c -o plus.o plus.cpp
/bin/sh ../libtool --tag=CXX --mode=link g++ -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Weffc++ -Wold-style-cast -Wredundant-decls -std=gnu++98 -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o testplus plus.o libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2
libtool: link: g++ -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Weffc++ -Wold-style-cast -Wredundant-decls -std=gnu++98 -g -O2 -pipe -g -O2 -pipe -fPIC -o testplus plus.o -Wl,-bind_at_load -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o udp.o udp.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o udptest udp.o libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o udptest udp.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o atomsmasher.o atomsmasher.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o atomsmasher atomsmasher.o ../clients/libgenexec.la libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o atomsmasher atomsmasher.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ../clients/.libs/libgenexec.a ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -lsasl2
/usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -c -o start.o start.c
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib -o startservers start.o libserver.la ../libmemcached/libmemcached.la -lsasl2
libtool: link: /usr/bin/gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -D_THREAD_SAFE -fPIC -g -O2 -pipe -g -O2 -pipe -fPIC -o startservers start.o -L. -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -lsasl2
make[2]: Nothing to be done for `all-am'.
make install || true 2>&1
Making install in docs
make[2]: Nothing to be done for `install-exec-am'.
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man1" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man1"
/usr/bin/install -c -m 644 memcat.1 memcp.1 memerror.1 memflush.1 memdump.1 memrm.1 memslap.1 memstat.1 '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man1'
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man3" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man3"
/usr/bin/install -c -m 644 libmemcached.3 libmemcached_examples.3 memcached_add.3 memcached_add_by_key.3 memcached_append.3 memcached_append_by_key.3 memcached_analyze.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_fetch.3 memcached_fetch_execute.3 memcached_fetch_result.3 memcached_free.3 memcached_get.3 memcached_get_by_key.3 memcached_increment.3 memcached_increment_with_initial.3 memcached_mget.3 memcached_mget_by_key.3 memcached_prepend.3 memcached_prepend_by_key.3 memcached_replace.3 memcached_replace_by_key.3 memcached_server_add.3 memcached_server_count.3 memcached_server_list.3 memcached_server_list_append.3 memcached_server_list_count.3 memcached_server_list_free.3 memcached_server_push.3 '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man3'
/usr/bin/install -c -m 644 memcached_servers_parse.3 memcached_set.3 memcached_set_by_key.3 memcached_stat.3 memcached_stat_get_keys.3 memcached_stat_get_value.3 memcached_stat_servername.3 memcached_strerror.3 memcached_quit.3 memcached_verbosity.3 memcached_lib_version.3 memcached_version.3 memcached_flush_buffers.3 memcached_dump.3 memcached_generate_hash_value.3 memcached_set_memory_allocators.3 memcached_get_memory_allocators.3 memcached_set_user_data.3 memcached_get_user_data.3 memcached_destroy_sasl_auth_data.3 memcached_get_sasl_callbacks.3 memcached_set_sasl_auth_data.3 memcached_set_sasl_callbacks.3 '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/share/man/man3'
Making install in libmemcached
make install-am
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libmemcached.la '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib'
libtool: install: /usr/bin/install -c .libs/libmemcached.lai /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached.la
libtool: install: /usr/bin/install -c .libs/libmemcached.a /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached.a
libtool: install: chmod 644 /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached.a
libtool: install: ranlib /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached.a
ranlib: file: /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/libmemcached.a(libmemcached_la-memcached_delete.o) has no symbols
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/include/libmemcached" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/include/libmemcached"
/usr/bin/install -c -m 644 memcached.h memcached.hpp memcached_configure.h memcached_constants.h memcached_get.h memcached_result.h memcached_sasl.h memcached_server.h memcached_storage.h memcached_string.h memcached_touch.h memcached_types.h memcached_watchpoint.h visibility.h '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/include/libmemcached'
Making install in libmemcachedutil
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib"
make[2]: Nothing to be done for `install-data-am'.
Making install in support
make[2]: Nothing to be done for `install-exec-am'.
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/pkgconfig" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/pkgconfig"
/usr/bin/install -c -m 644 libmemcached.pc '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib/pkgconfig'
Making install in clients
test -z "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin" || ../config/install-sh -c -d "/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c memcat memdump memcp memstat memrm memflush memslap memerror '/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin'
libtool: install: /usr/bin/install -c memcat /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memcat
libtool: install: /usr/bin/install -c memdump /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memdump
libtool: install: /usr/bin/install -c memcp /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memcp
libtool: install: /usr/bin/install -c memstat /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memstat
libtool: install: /usr/bin/install -c memrm /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memrm
libtool: install: /usr/bin/install -c memflush /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memflush
libtool: install: /usr/bin/install -c memslap /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memslap
libtool: install: /usr/bin/install -c memerror /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/bin/memerror
make[2]: Nothing to be done for `install-data-am'.
Making install in tests
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
creating Makefile
make
/usr/bin/gcc -I. -I/opt/local/include -I/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/1.8/i686-darwin11.2.0 -I/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/1.8/i686-darwin11.2.0 -I. -I'/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -I/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/include -L/Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/lib -g -O2 -pipe -g -O2 -pipe -Os -c rlibmemcached_wrap.c
rlibmemcached_wrap.c: In function ‘memcached_get_len_rvalue’:
rlibmemcached_wrap.c:2292: warning: initialization makes pointer from integer without a cast
rlibmemcached_wrap.c: In function ‘memcached_get_from_last_rvalue’:
rlibmemcached_wrap.c:2299: warning: initialization makes pointer from integer without a cast
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_io_key_prefetch_set’:
rlibmemcached_wrap.c:5019: error: ‘struct memcached_st’ has no member named ‘io_key_prefetch’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_io_key_prefetch_get’:
rlibmemcached_wrap.c:5042: error: ‘struct memcached_st’ has no member named ‘io_key_prefetch’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_next_distribution_rebuild_set’:
rlibmemcached_wrap.c:5696: error: ‘struct memcached_st’ has no member named ‘next_distribution_rebuild’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_next_distribution_rebuild_get’:
rlibmemcached_wrap.c:5719: error: ‘struct memcached_st’ has no member named ‘next_distribution_rebuild’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_call_calloc_set’:
rlibmemcached_wrap.c:6245: error: ‘memcached_calloc_function’ undeclared (first use in this function)
rlibmemcached_wrap.c:6245: error: (Each undeclared identifier is reported only once
rlibmemcached_wrap.c:6245: error: for each function it appears in.)
rlibmemcached_wrap.c:6245: error: expected ‘;’ before ‘arg2’
rlibmemcached_wrap.c:6267: error: ‘arg2’ undeclared (first use in this function)
rlibmemcached_wrap.c:6267: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6270: error: ‘struct memcached_st’ has no member named ‘call_calloc’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_call_calloc_get’:
rlibmemcached_wrap.c:6282: error: ‘memcached_calloc_function’ undeclared (first use in this function)
rlibmemcached_wrap.c:6282: error: expected ‘;’ before ‘result’
rlibmemcached_wrap.c:6293: error: ‘result’ undeclared (first use in this function)
rlibmemcached_wrap.c:6293: error: ‘struct memcached_st’ has no member named ‘call_calloc’
rlibmemcached_wrap.c:6294: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6294: error: expected ‘)’ before ‘malloc’
rlibmemcached_wrap.c:6294: error: too few arguments to function ‘__builtin_object_size’
rlibmemcached_wrap.c:6294: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6294: error: too few arguments to function ‘__builtin___memcpy_chk’
rlibmemcached_wrap.c:6294: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6294: error: too few arguments to function ‘__inline_memcpy_chk’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_number_of_live_hosts_set’:
rlibmemcached_wrap.c:6507: error: ‘struct memcached_st’ has no member named ‘number_of_live_hosts’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_number_of_live_hosts_get’:
rlibmemcached_wrap.c:6530: error: ‘struct memcached_st’ has no member named ‘number_of_live_hosts’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_live_host_indices_set’:
rlibmemcached_wrap.c:6562: error: ‘struct memcached_st’ has no member named ‘live_host_indices’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_live_host_indices_get’:
rlibmemcached_wrap.c:6585: error: ‘struct memcached_st’ has no member named ‘live_host_indices’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_live_host_indices_size_set’:
rlibmemcached_wrap.c:6621: error: ‘struct memcached_st’ has no member named ‘live_host_indices_size’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_live_host_indices_size_get’:
rlibmemcached_wrap.c:6644: error: ‘struct memcached_st’ has no member named ‘live_host_indices_size’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_sasl_callbacks_set’:
rlibmemcached_wrap.c:6657: error: ‘sasl_callback_t’ undeclared (first use in this function)
rlibmemcached_wrap.c:6657: error: ‘arg2’ undeclared (first use in this function)
rlibmemcached_wrap.c:6657: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6675: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6676: error: ‘struct memcached_st’ has no member named ‘sasl_callbacks’
rlibmemcached_wrap.c:6676: error: expected ‘)’ before ‘const’
rlibmemcached_wrap.c:6676: error: expected ‘;’ before ‘arg2’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_sasl_callbacks_get’:
rlibmemcached_wrap.c:6688: error: ‘sasl_callback_t’ undeclared (first use in this function)
rlibmemcached_wrap.c:6688: error: ‘result’ undeclared (first use in this function)
rlibmemcached_wrap.c:6699: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:6699: error: ‘struct memcached_st’ has no member named ‘sasl_callbacks’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_last_server_key_set’:
rlibmemcached_wrap.c:6729: error: ‘struct memcached_st’ has no member named ‘last_server_key’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedSt_last_server_key_get’:
rlibmemcached_wrap.c:6752: error: ‘struct memcached_st’ has no member named ‘last_server_key’
rlibmemcached_wrap.c: In function ‘_wrap_memcached_dump’:
rlibmemcached_wrap.c:8363: error: ‘memcached_dump_func’ undeclared (first use in this function)
rlibmemcached_wrap.c:8363: error: ‘arg2’ undeclared (first use in this function)
rlibmemcached_wrap.c:8363: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:8388: error: expected expression before ‘)’ token
rlibmemcached_wrap.c: In function ‘_wrap_memcached_set_memory_allocators’:
rlibmemcached_wrap.c:8418: error: ‘memcached_calloc_function’ undeclared (first use in this function)
rlibmemcached_wrap.c:8418: error: expected ‘;’ before ‘arg5’
rlibmemcached_wrap.c:8481: error: ‘arg5’ undeclared (first use in this function)
rlibmemcached_wrap.c:8481: error: expected expression before ‘)’ token
rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_memory_allocators’:
rlibmemcached_wrap.c:8498: error: ‘memcached_calloc_function’ undeclared (first use in this function)
rlibmemcached_wrap.c:8498: error: ‘arg5’ undeclared (first use in this function)
rlibmemcached_wrap.c:8498: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:8537: error: expected expression before ‘)’ token
rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_user_data’:
rlibmemcached_wrap.c:8561: warning: cast to pointer from integer of different size
rlibmemcached_wrap.c: In function ‘_wrap_memcached_set_user_data’:
rlibmemcached_wrap.c:8593: warning: cast to pointer from integer of different size
rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_len’:
rlibmemcached_wrap.c:8727: warning: cast to pointer from integer of different size
rlibmemcached_wrap.c: In function ‘_wrap_memcached_mget’:
rlibmemcached_wrap.c:8784: warning: passing argument 2 of ‘memcached_mget’ from incompatible pointer type
rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_by_key’:
rlibmemcached_wrap.c:8899: warning: passing argument 6 of ‘memcached_get_by_key’ makes pointer from integer without a cast
rlibmemcached_wrap.c:8899: warning: passing argument 7 of ‘memcached_get_by_key’ from incompatible pointer type
rlibmemcached_wrap.c:8899: error: too many arguments to function ‘memcached_get_by_key’
rlibmemcached_wrap.c: In function ‘_wrap_memcached_mget_by_key’:
rlibmemcached_wrap.c:8981: warning: passing argument 4 of ‘memcached_mget_by_key’ from incompatible pointer type
rlibmemcached_wrap.c:8981: error: too many arguments to function ‘memcached_mget_by_key’
rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_from_last’:
rlibmemcached_wrap.c:9140: warning: cast to pointer from integer of different size
rlibmemcached_wrap.c: In function ‘_wrap_memcached_result_set_value’:
rlibmemcached_wrap.c:10449: warning: passing argument 2 of ‘memcached_result_set_value’ discards qualifiers from pointer target type
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedServerSt_cached_server_error_set’:
rlibmemcached_wrap.c:11296: error: ‘struct memcached_server_st’ has no member named ‘cached_server_error’
rlibmemcached_wrap.c:11296: error: ‘struct memcached_server_st’ has no member named ‘cached_server_error’
rlibmemcached_wrap.c:11299: error: ‘struct memcached_server_st’ has no member named ‘cached_server_error’
rlibmemcached_wrap.c:11301: error: ‘struct memcached_server_st’ has no member named ‘cached_server_error’
rlibmemcached_wrap.c: In function ‘_wrap_MemcachedServerSt_cached_server_error_get’:
rlibmemcached_wrap.c:11327: error: ‘struct memcached_server_st’ has no member named ‘cached_server_error’
rlibmemcached_wrap.c: In function ‘_wrap_memcached_server_error’:
rlibmemcached_wrap.c:12029: warning: cast to pointer from integer of different size
rlibmemcached_wrap.c: In function ‘_wrap_memcached_set_sasl_callbacks’:
rlibmemcached_wrap.c:12279: error: ‘sasl_callback_t’ undeclared (first use in this function)
rlibmemcached_wrap.c:12279: error: ‘arg2’ undeclared (first use in this function)
rlibmemcached_wrap.c:12279: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:12297: error: expected expression before ‘)’ token
rlibmemcached_wrap.c:12298: error: expected ‘)’ before ‘const’
rlibmemcached_wrap.c:12298: error: expected ‘)’ before ‘arg2’
rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_sasl_callbacks’:
rlibmemcached_wrap.c:12380: error: ‘sasl_callback_t’ undeclared (first use in this function)
rlibmemcached_wrap.c:12380: error: ‘result’ undeclared (first use in this function)
rlibmemcached_wrap.c:12391: error: expected expression before ‘)’ token
rlibmemcached_wrap.c: In function ‘Init_rlibmemcached’:
rlibmemcached_wrap.c:13527: error: ‘MEMCACHED_ITEM’ undeclared (first use in this function)
rlibmemcached_wrap.c:13536: error: ‘MEMCACHED_INVALID_HOST_PROTOCOL’ undeclared (first use in this function)
rlibmemcached_wrap.c:13537: error: ‘MEMCACHED_SERVER_MARKED_DEAD’ undeclared (first use in this function)
rlibmemcached_wrap.c:13538: error: ‘MEMCACHED_UNKNOWN_STAT_KEY’ undeclared (first use in this function)
rlibmemcached_wrap.c:13539: error: ‘MEMCACHED_AUTH_PROBLEM’ undeclared (first use in this function)
rlibmemcached_wrap.c:13540: error: ‘MEMCACHED_AUTH_FAILURE’ undeclared (first use in this function)
rlibmemcached_wrap.c:13541: error: ‘MEMCACHED_AUTH_CONTINUE’ undeclared (first use in this function)
rlibmemcached_wrap.c:13571: error: ‘MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH’ undeclared (first use in this function)
rlibmemcached_wrap.c:13574: error: ‘MEMCACHED_BEHAVIOR_USE_UDP’ undeclared (first use in this function)
rlibmemcached_wrap.c:13575: error: ‘MEMCACHED_BEHAVIOR_AUTO_EJECT_HOSTS’ undeclared (first use in this function)
rlibmemcached_wrap.c:13592: error: ‘MEMCACHED_HASH_NONE’ undeclared (first use in this function)
rlibmemcached_wrap.c:13736: error: ‘SASL_OK’ undeclared (first use in this function)
make: *** [rlibmemcached_wrap.o] Error 1
Gem files will remain installed in /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5 for inspection.
Results logged to /Users/eric/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/memcached-1.3.5/ext/gem_make.out
LOCAL [115 : 1] eric@kiccoro:/Users/eric/src >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment