Created
October 10, 2011 21:16
-
-
Save eric/1276575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo gem install memcached -v 1.3.4 | |
Building native extensions. This could take a while... | |
ERROR: Error installing memcached: | |
ERROR: Failed to build gem native extension. | |
/usr/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 | |
Configuring libmemcached. | |
env CFLAGS='-fPIC -g -O2 -g -O2 ' LDFLAGS='-fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib' ./configure --prefix=/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext --without-memcached --disable-shared --disable-utils --disable-dependency-tracking CC="gcc" 2>&1 | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking for gcc... 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 gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... none | |
checking for isainfo... no | |
checking whether gcc and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
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 whether we are using the GNU C++ compiler... (cached) yes | |
checking whether g++ accepts -g... (cached) yes | |
checking dependency style of g++... (cached) none | |
checking how to run the C++ preprocessor... g++ -E | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -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/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
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... 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"... "gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)" | |
checking "C++ Compiler version"... "g++ (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)" | |
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... yes | |
checking whether it is safe to use -Wconversion with htons... yes | |
checking whether it is safe to use -Wmissing-declarations from C++... yes | |
checking whether it is safe to use -Wlogical-op... yes | |
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... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
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... -lm | |
checking for htonll... no | |
checking byteorder... little endian | |
checking for pod2man... /usr/bin/pod2man | |
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
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: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
--- | |
Configuration summary for libmemcached version 0.32 | |
* Installation prefix: /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext | |
* System type: unknown-linux-gnu | |
* Host CPU: x86_64 | |
* C Compiler: gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) | |
* 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 -g -O2 ' SOURCE_DIR='libmemcached-0.32' HERE='/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext' ruby ../extconf-make.rb | |
make CXXFLAGS=' -std=gnu++98 -g -O2 -g -O2 ' || true 2>&1 | |
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/config/missing --run aclocal-1.11 -I m4 | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CPP' was expanded before it was required | |
../../lib/autoconf/c.m4:336: AC_LANG_PREPROC(C) is expanded from... | |
../../lib/autoconf/lang.m4:359: AC_LANG_PREPROC_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:2497: AC_PREPROC_IFELSE is expanded from... | |
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... | |
../../lib/m4sugar/m4sh.m4:346: AS_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:183: AC_REQUIRE_SHELL_FN is expanded from... | |
../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... | |
../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... | |
m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/extensions.m4:93: gl_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/pandora_canonical.m4:17: PANDORA_CANONICAL_TARGET is expanded from... | |
configure.ac:15: the top level | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required | |
../../lib/autoconf/c.m4:636: AC_PROG_CXXCPP is expanded from... | |
m4/libtool.m4:5320: _LT_PROG_CXX is expanded from... | |
m4/libtool.m4:5343: _LT_LANG_CXX_CONFIG is expanded from... | |
m4/libtool.m4:785: _LT_LANG is expanded from... | |
m4/libtool.m4:768: LT_LANG is expanded from... | |
m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from... | |
m4/libtool.m4:138: _LT_SETUP is expanded from... | |
m4/libtool.m4:67: LT_INIT is expanded from... | |
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... | |
m4/pandora_libtool.m4:6: PANDORA_LIBTOOL is expanded from... | |
cd . && /bin/sh /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/config/missing --run automake-1.11 --gnu | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CPP' was expanded before it was required | |
../../lib/autoconf/c.m4:336: AC_LANG_PREPROC(C) is expanded from... | |
../../lib/autoconf/lang.m4:359: AC_LANG_PREPROC_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:2497: AC_PREPROC_IFELSE is expanded from... | |
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... | |
../../lib/m4sugar/m4sh.m4:346: AS_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:183: AC_REQUIRE_SHELL_FN is expanded from... | |
../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... | |
../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... | |
m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/extensions.m4:93: gl_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/pandora_canonical.m4:17: PANDORA_CANONICAL_TARGET is expanded from... | |
configure.ac:15: the top level | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required | |
../../lib/autoconf/c.m4:636: AC_PROG_CXXCPP is expanded from... | |
m4/libtool.m4:5320: _LT_PROG_CXX is expanded from... | |
m4/libtool.m4:5343: _LT_LANG_CXX_CONFIG is expanded from... | |
m4/libtool.m4:785: _LT_LANG is expanded from... | |
m4/libtool.m4:768: LT_LANG is expanded from... | |
m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from... | |
m4/libtool.m4:138: _LT_SETUP is expanded from... | |
m4/libtool.m4:67: LT_INIT is expanded from... | |
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... | |
m4/pandora_libtool.m4:6: PANDORA_LIBTOOL is expanded from... | |
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/config/missing --run autoconf | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CPP' was expanded before it was required | |
../../lib/autoconf/c.m4:336: AC_LANG_PREPROC(C) is expanded from... | |
../../lib/autoconf/lang.m4:359: AC_LANG_PREPROC_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:2497: AC_PREPROC_IFELSE is expanded from... | |
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... | |
../../lib/m4sugar/m4sh.m4:346: AS_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:183: AC_REQUIRE_SHELL_FN is expanded from... | |
../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... | |
../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... | |
m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/extensions.m4:93: gl_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/pandora_canonical.m4:17: PANDORA_CANONICAL_TARGET is expanded from... | |
configure.ac:15: the top level | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required | |
../../lib/autoconf/c.m4:636: AC_PROG_CXXCPP is expanded from... | |
m4/libtool.m4:5320: _LT_PROG_CXX is expanded from... | |
m4/libtool.m4:5343: _LT_LANG_CXX_CONFIG is expanded from... | |
m4/libtool.m4:785: _LT_LANG is expanded from... | |
m4/libtool.m4:768: LT_LANG is expanded from... | |
m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from... | |
m4/libtool.m4:138: _LT_SETUP is expanded from... | |
m4/libtool.m4:67: LT_INIT is expanded from... | |
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... | |
m4/pandora_libtool.m4:6: PANDORA_LIBTOOL is expanded from... | |
/bin/sh ./config.status --recheck | |
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext --without-memcached --disable-shared --disable-utils --disable-dependency-tracking CC=gcc CFLAGS=-fPIC -g -O2 -g -O2 LDFLAGS=-fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib --no-create --no-recursion | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking for gcc... 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 gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... none | |
checking for isainfo... no | |
checking whether gcc and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
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 whether we are using the GNU C++ compiler... (cached) yes | |
checking whether g++ accepts -g... (cached) yes | |
checking dependency style of g++... (cached) none | |
checking how to run the C++ preprocessor... g++ -E | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -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/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
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... 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"... "gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)" | |
checking "C++ Compiler version"... "g++ (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)" | |
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... yes | |
checking whether it is safe to use -Wconversion with htons... yes | |
checking whether it is safe to use -Wmissing-declarations from C++... yes | |
checking whether it is safe to use -Wlogical-op... yes | |
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... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
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... -lm | |
checking for htonll... no | |
checking byteorder... little endian | |
checking for pod2man... /usr/bin/pod2man | |
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
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 | |
--- | |
Configuration summary for libmemcached version 0.32 | |
* Installation prefix: /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext | |
* System type: unknown-linux-gnu | |
* Host CPU: x86_64 | |
* C Compiler: gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) | |
* Assertions enabled: yes | |
* Debug enabled: no | |
* Warnings as failure: no | |
* With SASL support: -lsasl2 | |
--- | |
/bin/sh ./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: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/config/missing --run autoheader) | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CPP' was expanded before it was required | |
../../lib/autoconf/c.m4:336: AC_LANG_PREPROC(C) is expanded from... | |
../../lib/autoconf/lang.m4:359: AC_LANG_PREPROC_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:2497: AC_PREPROC_IFELSE is expanded from... | |
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from... | |
../../lib/m4sugar/m4sh.m4:346: AS_REQUIRE is expanded from... | |
../../lib/autoconf/general.m4:183: AC_REQUIRE_SHELL_FN is expanded from... | |
../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from... | |
../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from... | |
m4/extensions.m4:23: AC_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/extensions.m4:93: gl_USE_SYSTEM_EXTENSIONS is expanded from... | |
m4/pandora_canonical.m4:17: PANDORA_CANONICAL_TARGET is expanded from... | |
configure.ac:15: the top level | |
configure.ac:15: warning: AC_REQUIRE: `AC_PROG_CXX' was expanded before it was required | |
../../lib/autoconf/c.m4:636: AC_PROG_CXXCPP is expanded from... | |
m4/libtool.m4:5320: _LT_PROG_CXX is expanded from... | |
m4/libtool.m4:5343: _LT_LANG_CXX_CONFIG is expanded from... | |
m4/libtool.m4:785: _LT_LANG is expanded from... | |
m4/libtool.m4:768: LT_LANG is expanded from... | |
m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from... | |
m4/libtool.m4:138: _LT_SETUP is expanded from... | |
m4/libtool.m4:67: LT_INIT is expanded from... | |
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from... | |
m4/pandora_libtool.m4:6: PANDORA_LIBTOOL is expanded from... | |
rm -f stamp-h1 | |
touch config.h.in | |
cd . && /bin/sh ./config.status config.h | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
make all-recursive | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
Making all in docs | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/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_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_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 | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/docs' | |
Making all in libmemcached | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
make all-am | |
make[3]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-crc.lo `test -f 'crc.c' || echo './'`crc.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c crc.c -o libmemcached_la-crc.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached.lo `test -f 'memcached.c' || echo './'`memcached.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached.c -o libmemcached_la-memcached.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_auto.lo `test -f 'memcached_auto.c' || echo './'`memcached_auto.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_auto.c -o libmemcached_la-memcached_auto.o | |
memcached_auto.c: In function ‘binary_incr_decr’: | |
memcached_auto.c:86:3: warning: conversion to ‘uint16_t’ from ‘size_t’ may alter its value [-Wconversion] | |
memcached_auto.c:87:3: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_analyze.lo `test -f 'memcached_analyze.c' || echo './'`memcached_analyze.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_analyze.c -o libmemcached_la-memcached_analyze.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_behavior.lo `test -f 'memcached_behavior.c' || echo './'`memcached_behavior.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_behavior.c -o libmemcached_la-memcached_behavior.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_connect.lo `test -f 'memcached_connect.c' || echo './'`memcached_connect.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_connect.c -o libmemcached_la-memcached_connect.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_delete.lo `test -f 'memcached_delete.c' || echo './'`memcached_delete.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_delete.c -o libmemcached_la-memcached_delete.o | |
memcached_delete.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic] | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_do.lo `test -f 'memcached_do.c' || echo './'`memcached_do.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_do.c -o libmemcached_la-memcached_do.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_dump.lo `test -f 'memcached_dump.c' || echo './'`memcached_dump.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_dump.c -o libmemcached_la-memcached_dump.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_fetch.lo `test -f 'memcached_fetch.c' || echo './'`memcached_fetch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_fetch.c -o libmemcached_la-memcached_fetch.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_flush.lo `test -f 'memcached_flush.c' || echo './'`memcached_flush.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_flush.c -o libmemcached_la-memcached_flush.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_get.lo `test -f 'memcached_get.c' || echo './'`memcached_get.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_get.c -o libmemcached_la-memcached_get.o | |
memcached_get.c: In function ‘memcached_mget_by_key’: | |
memcached_get.c:305:5: warning: conversion to ‘int’ from ‘unsigned int’ may change the sign of the result [-Wsign-conversion] | |
memcached_get.c: In function ‘memcached_get_from_last’: | |
memcached_get.c:335:20: warning: unused variable ‘rc’ [-Wunused-variable] | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_touch.lo `test -f 'memcached_touch.c' || echo './'`memcached_touch.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_touch.c -o libmemcached_la-memcached_touch.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_hash.lo `test -f 'memcached_hash.c' || echo './'`memcached_hash.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_hash.c -o libmemcached_la-memcached_hash.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_hosts.lo `test -f 'memcached_hosts.c' || echo './'`memcached_hosts.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_hosts.c -o libmemcached_la-memcached_hosts.o | |
memcached_hosts.c: In function ‘update_continuum’: | |
memcached_hosts.c:174:3: warning: conversion to ‘uint32_t’ from ‘uint64_t’ may alter its value [-Wconversion] | |
memcached_hosts.c:193:3: warning: conversion to ‘uint32_t’ from ‘uint64_t’ may alter its value [-Wconversion] | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_io.lo `test -f 'memcached_io.c' || echo './'`memcached_io.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_io.c -o libmemcached_la-memcached_io.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_purge.lo `test -f 'memcached_purge.c' || echo './'`memcached_purge.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_purge.c -o libmemcached_la-memcached_purge.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_flush_buffers.lo `test -f 'memcached_flush_buffers.c' || echo './'`memcached_flush_buffers.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_flush_buffers.c -o libmemcached_la-memcached_flush_buffers.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-md5.lo `test -f 'md5.c' || echo './'`md5.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c md5.c -o libmemcached_la-md5.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_key.lo `test -f 'memcached_key.c' || echo './'`memcached_key.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_key.c -o libmemcached_la-memcached_key.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_quit.lo `test -f 'memcached_quit.c' || echo './'`memcached_quit.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_quit.c -o libmemcached_la-memcached_quit.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_parse.lo `test -f 'memcached_parse.c' || echo './'`memcached_parse.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_parse.c -o libmemcached_la-memcached_parse.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_response.lo `test -f 'memcached_response.c' || echo './'`memcached_response.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_response.c -o libmemcached_la-memcached_response.o | |
memcached_response.c: In function ‘textual_read_one_response’: | |
memcached_response.c:247:4: warning: conversion to ‘size_t’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_result.lo `test -f 'memcached_result.c' || echo './'`memcached_result.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_result.c -o libmemcached_la-memcached_result.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_server.lo `test -f 'memcached_server.c' || echo './'`memcached_server.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_server.c -o libmemcached_la-memcached_server.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_storage.lo `test -f 'memcached_storage.c' || echo './'`memcached_storage.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_storage.c -o libmemcached_la-memcached_storage.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_string.lo `test -f 'memcached_string.c' || echo './'`memcached_string.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_string.c -o libmemcached_la-memcached_string.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_stats.lo `test -f 'memcached_stats.c' || echo './'`memcached_stats.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_stats.c -o libmemcached_la-memcached_stats.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_strerror.lo `test -f 'memcached_strerror.c' || echo './'`memcached_strerror.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_strerror.c -o libmemcached_la-memcached_strerror.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_verbosity.lo `test -f 'memcached_verbosity.c' || echo './'`memcached_verbosity.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_verbosity.c -o libmemcached_la-memcached_verbosity.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_version.lo `test -f 'memcached_version.c' || echo './'`memcached_version.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_version.c -o libmemcached_la-memcached_version.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-murmur_hash.lo `test -f 'murmur_hash.c' || echo './'`murmur_hash.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c murmur_hash.c -o libmemcached_la-murmur_hash.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-jenkins_hash.lo `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c jenkins_hash.c -o libmemcached_la-jenkins_hash.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_allocators.lo `test -f 'memcached_allocators.c' || echo './'`memcached_allocators.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_allocators.c -o libmemcached_la-memcached_allocators.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-byteorder.lo `test -f 'byteorder.c' || echo './'`byteorder.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c byteorder.c -o libmemcached_la-byteorder.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o libmemcached_la-memcached_sasl.lo `test -f 'memcached_sasl.c' || echo './'`memcached_sasl.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c memcached_sasl.c -o libmemcached_la-memcached_sasl.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -fno-strict-aliasing -Wno-strict-aliasing -pthread -fPIC -g -O2 -g -O2 -c -o libmemcachedcallbacks_la-memcached_callback.lo `test -f 'memcached_callback.c' || echo './'`memcached_callback.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -fno-strict-aliasing -Wno-strict-aliasing -pthread -fPIC -g -O2 -g -O2 -c memcached_callback.c -o libmemcachedcallbacks_la-memcached_callback.o | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -fno-strict-aliasing -Wno-strict-aliasing -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o libmemcachedcallbacks.la libmemcachedcallbacks_la-memcached_callback.lo -lm | |
libtool: link: rm -fr .libs/libmemcachedcallbacks.a .libs/libmemcachedcallbacks.la | |
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 gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -version-info 2:0:0 -Wl,--version-script=../libmemcached/libmemcached.ver -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o libmemcached.la -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/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 -lm | |
libtool: link: rm -fr .libs/libmemcached.a .libs/libmemcached.la .libs/libmemcached.lai | |
libtool: link: (cd .libs/libmemcached.lax/libmemcachedcallbacks.a && ar x "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/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 | |
libtool: link: ranlib .libs/libmemcached.a | |
libtool: link: rm -fr .libs/libmemcached.lax | |
libtool: link: ( cd ".libs" && rm -f "libmemcached.la" && ln -s "../libmemcached.la" "libmemcached.la" ) | |
make[3]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
Making all in libmemcachedutil | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcachedutil' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcachedutil' | |
Making all in support | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/support' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/support' | |
Making all in clients | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o utilities.lo utilities.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c utilities.c -o utilities.o | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o libutilities.la utilities.lo -lm | |
libtool: link: rm -fr .libs/libutilities.a .libs/libutilities.la | |
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 gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o generator.lo generator.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c generator.c -o generator.o | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o execute.lo execute.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c execute.c -o execute.o | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o libgenexec.la generator.lo execute.lo -lm | |
libtool: link: rm -fr .libs/libgenexec.a .libs/libgenexec.la | |
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" ) | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memcat.o memcat.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memcat memcat.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memcat memcat.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memdump.o memdump.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memdump memdump.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memdump memdump.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memcp.o memcp.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memcp memcp.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memcp memcp.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memstat.o memstat.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memstat memstat.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memstat memstat.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memrm.o memrm.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memrm memrm.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memrm memrm.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memflush.o memflush.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memflush memflush.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memflush memflush.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -pthread -fPIC -g -O2 -g -O2 -c -o memslap-memslap.o `test -f 'memslap.c' || echo './'`memslap.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memslap memslap-memslap.o libgenexec.la libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memslap memslap-memslap.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libgenexec.a ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o memerror.o memerror.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -rpath /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached -lsasl2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o memerror memerror.o libutilities.la ../libmemcached/libmemcached.la -lm | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o memerror memerror.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libutilities.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lsasl2 -lm -pthread -Wl,-rpath -Wl,/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients' | |
Making all in tests | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o server.lo server.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c server.c -o server.o | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o libserver.la server.lo | |
libtool: link: rm -fr .libs/libserver.a .libs/libserver.la | |
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 gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o test.lo test.c | |
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c test.c -o test.o | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o libtest.la test.lo | |
libtool: link: rm -fr .libs/libtest.a .libs/libtest.la | |
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" ) | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -fno-strict-aliasing -Wno-strict-aliasing -pthread -fPIC -g -O2 -g -O2 -c -o testapp-function.o `test -f 'function.c' || echo './'`function.c | |
function.c: In function ‘mget_len_cas_test’: | |
function.c:654:5: warning: conversion to ‘uint32_t’ from ‘size_t’ may alter its value [-Wconversion] | |
function.c: In function ‘check_touch_capability’: | |
function.c:4520:15: warning: unused variable ‘val’ [-Wunused-variable] | |
function.c: At top level: | |
function.c:3841:20: warning: ‘dump_test’ defined but not used [-Wunused-function] | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -fno-strict-aliasing -Wno-strict-aliasing -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o testapp testapp-function.o ../clients/libgenexec.la libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2 | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -fno-strict-aliasing -Wno-strict-aliasing -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o testapp testapp-function.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ../clients/.libs/libgenexec.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lm -lsasl2 -pthread | |
g++ -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Weffc++ -Wold-style-cast -Wmissing-declarations -Wredundant-decls -std=gnu++98 -g -O2 -g -O2 -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 -Wconversion -Wstrict-aliasing -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Weffc++ -Wold-style-cast -Wmissing-declarations -Wredundant-decls -std=gnu++98 -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/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 -Wconversion -Wstrict-aliasing -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long -Weffc++ -Wold-style-cast -Wmissing-declarations -Wredundant-decls -std=gnu++98 -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o testplus plus.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lm -lsasl2 -pthread | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o udp.o udp.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o udptest udp.o libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2 | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o udptest udp.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lm -lsasl2 -pthread | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o atomsmasher.o atomsmasher.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o atomsmasher atomsmasher.o ../clients/libgenexec.la libtest.la libserver.la ../libmemcached/libmemcached.la -lsasl2 | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o atomsmasher atomsmasher.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ../clients/.libs/libgenexec.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients ./.libs/libtest.a ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lm -lsasl2 -pthread | |
gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -ggdb3 -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -c -o start.o start.c | |
/bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -L. -rdynamic -Wl,-export-dynamic -L. -rdynamic -Wl,-export-dynamic -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -o startservers start.o libserver.la ../libmemcached/libmemcached.la -lsasl2 | |
libtool: link: gcc -std=gnu99 -O3 -pedantic -Wall -Wextra -Wundef -Wshadow -fdiagnostics-show-option -fvisibility=hidden -Wformat=2 -Wconversion -Wstrict-aliasing -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wwrite-strings -Wlogical-op -pthread -fPIC -g -O2 -g -O2 -fPIC -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic -o startservers start.o -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests -L/usr/lib -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib ./.libs/libserver.a ../libmemcached/.libs/libmemcached.a -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached -lm -lsasl2 -pthread | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
make install || true 2>&1 | |
Making install in docs | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/docs' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/docs' | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/share/man/man1" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/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 '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/share/man/man1' | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/share/man/man3" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/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 '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/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 '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/share/man/man3' | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/docs' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/docs' | |
Making install in libmemcached | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
make install-am | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
make[3]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libmemcached.la '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib' | |
libtool: install: /usr/bin/install -c .libs/libmemcached.lai /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached.la | |
libtool: install: /usr/bin/install -c .libs/libmemcached.a /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached.a | |
libtool: install: chmod 644 /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached.a | |
libtool: install: ranlib /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/libmemcached.a | |
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include/libmemcached" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/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_types.h memcached_watchpoint.h visibility.h '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include/libmemcached' | |
make[3]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcached' | |
Making install in libmemcachedutil | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcachedutil' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcachedutil' | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib" | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcachedutil' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/libmemcachedutil' | |
Making install in support | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/support' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/support' | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/pkgconfig" | |
/usr/bin/install -c -m 644 libmemcached.pc '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib/pkgconfig' | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/support' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/support' | |
Making install in clients | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients' | |
test -z "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin" || /bin/mkdir -p "/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c memcat memdump memcp memstat memrm memflush memslap memerror '/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin' | |
libtool: install: /usr/bin/install -c memcat /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memcat | |
libtool: install: /usr/bin/install -c memdump /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memdump | |
libtool: install: /usr/bin/install -c memcp /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memcp | |
libtool: install: /usr/bin/install -c memstat /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memstat | |
libtool: install: /usr/bin/install -c memrm /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memrm | |
libtool: install: /usr/bin/install -c memflush /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memflush | |
libtool: install: /usr/bin/install -c memslap /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memslap | |
libtool: install: /usr/bin/install -c memerror /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/bin/memerror | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/clients' | |
Making install in tests | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32/tests' | |
make[1]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
make[2]: Entering directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
make[1]: Leaving directory `/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/libmemcached-0.32' | |
creating Makefile | |
make | |
gcc -I. -I/opt/local/include -I/usr/lib/ruby/1.8/x86_64-linux -I/usr/lib/ruby/1.8/x86_64-linux -I. -fPIC -I/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include -L/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/lib -g -O2 -g -O2 -Os -c rlibmemcached_wrap.c | |
In file included from rlibmemcached_wrap.c:1850:0: | |
/usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/include/libmemcached/memcached.h:26:42: fatal error: libmemcached/memcached_touch.h: No such file or directory | |
compilation terminated. | |
make: *** [rlibmemcached_wrap.o] Error 1 | |
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4 for inspection. | |
Results logged to /usr/lib/ruby/gems/1.8/gems/memcached-1.3.4/ext/gem_make.out | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment