Created
April 18, 2012 13:49
-
-
Save kdmsnr/2413686 to your computer and use it in GitHub Desktop.
`gem install logaling-command` failed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for GCC... -------------------- yes | |
"/usr/bin/gcc-4.2 -o conftest -I/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1/x86_64-darwin11.2.0 -I/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1/ruby/backward -I/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1 -I. -I'/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib -L. -L'/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc " | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: int main() {return 0;} | |
/* end */ | |
"/usr/bin/gcc-4.2 -I/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1/x86_64-darwin11.2.0 -I/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1/ruby/backward -I/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include/ruby-1.9.1 -I. -I'/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/kdmsnr/.rbenv/versions/1.9.3-p0/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: /*top*/ | |
4: #ifndef __GNUC__ | |
5: # error | |
6: >>>>>> __GNUC__ undefined <<<<<< | |
7: #endif | |
/* end */ | |
-------------------- | |
checking for Win32 OS... -------------------- no | |
-------------------- | |
have_package: checking for groonga version (>= 2.0.1)... -------------------- no | |
-------------------- | |
"tar xfz groonga-2.0.1.tar.gz" | |
"./configure CFLAGS='-g -O0' --prefix=/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local" | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a pax tar archive... gnutar | |
checking build system type... x86_64-apple-darwin11.3.0 | |
checking host system type... x86_64-apple-darwin11.3.0 | |
checking for native Win32... no | |
checking for some Win32 platform... no | |
checking for NetBSD.... no | |
checking for Solaris.... no | |
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... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of gcc... (cached) gcc3 | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.19... yes | |
checking if gcc supports -Wall... yes | |
checking if g++ supports -Wall... yes | |
checking if gcc supports -Wextra... yes | |
checking if g++ supports -Wextra... yes | |
checking if gcc supports -Wno-unused-but-set-variable... no | |
checking if g++ supports -Wno-unused-but-set-variable... no | |
checking if gcc supports -Wno-unused-parameter... yes | |
checking if g++ supports -Wno-unused-parameter... yes | |
checking if gcc supports -Wno-sign-compare... yes | |
checking if g++ supports -Wno-sign-compare... yes | |
checking if gcc supports -Wno-pointer-sign... yes | |
checking if gcc supports -Wno-missing-field-initializers... yes | |
checking if g++ supports -Wno-missing-field-initializers... yes | |
checking if gcc supports -Wformat=2... yes | |
checking if g++ supports -Wformat=2... yes | |
checking if gcc supports -Wstrict-aliasing=2... yes | |
checking if g++ supports -Wstrict-aliasing=2... yes | |
checking if gcc supports -Wdisabled-optimization... yes | |
checking if g++ supports -Wdisabled-optimization... yes | |
checking if gcc supports -Wfloat-equal... yes | |
checking if g++ supports -Wfloat-equal... yes | |
checking if gcc supports -Wpointer-arith... yes | |
checking if g++ supports -Wpointer-arith... yes | |
checking if gcc supports -Wdeclaration-after-statement... yes | |
checking if gcc supports -Wbad-function-cast... yes | |
checking if gcc supports -Wcast-align... yes | |
checking if g++ supports -Wcast-align... yes | |
checking if gcc supports -Wredundant-decls... yes | |
checking if g++ supports -Wredundant-decls... yes | |
checking if gcc supports -Wwrite-strings... yes | |
checking if g++ supports -Wwrite-strings... yes | |
checking if g++ supports -fexceptions... yes | |
checking if g++ supports -fimplicit-templates... yes | |
checking if g++ supports -Wno-clobbered... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common -DPIC | |
checking if g++ PIC flag -fno-common -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking for log in -lm... yes | |
checking for fpclassify... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking ucontext.h usability... no | |
checking ucontext.h presence... no | |
checking for ucontext.h... no | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for open... yes | |
checking for close... yes | |
checking for read... yes | |
checking for write... yes | |
checking for localtime_r... yes | |
checking for gmtime_r... yes | |
checking for mkostemp... no | |
checking for backtrace... yes | |
checking for clock_gettime in -lrt... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for off_t... yes | |
checking for size_t... yes | |
checking size of off_t... 8 | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for gethostbyname in -lnsl... no | |
checking for socket in -lsocket... no | |
checking for dlopen in -ldl... yes | |
checking for enabling coverage... no | |
checking whether enable uyield... no | |
checking whether enable exact-alloc-count... yes | |
checking whether enable fmalloc... no | |
checking whether enable abort... no | |
checking whether allow dynamic memory allocation change... no | |
checking whether debug memory management... no | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking for kevent... yes | |
checking whether MSG_MORE defined... no | |
checking whether MSG_NOSIGNAL defined... no | |
checking for CUTTER... no | |
checking for pkg-config... (cached) /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.16... yes | |
checking for GLIB - version >= 2.8.0... yes (version 2.28.8) | |
checking for benchmark availablity... | |
checking for inkscape... no | |
checking for LIBEDIT... yes | |
checking for el_wline in -ledit... yes | |
checking whether enable MeCab... yes | |
checking for mecab-config... no | |
checking whether enable KyTea... auto | |
checking for KYTEA... no | |
checking whether enable futex... no | |
checking for LIBZMQ... no | |
checking for event_init in -levent... no | |
checking for msgpack_version in -lmsgpack... no | |
checking whether enable document... auto | |
checking for hg... /usr/local/bin/hg | |
checking whether document available... yes | |
checking whether document buildable... yes | |
checking whether having built document... no | |
checking whether install munin plugins... no | |
checking whether package platform... no | |
checking for the suffix of plugin shared libraries... .so | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/suggest/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/dat/Makefile | |
config.status: creating include/Makefile | |
config.status: creating include/groonga/Makefile | |
config.status: creating plugins/Makefile | |
config.status: creating plugins/tokenizers/Makefile | |
config.status: creating plugins/suggest/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating examples/dictionary/Makefile | |
config.status: creating examples/dictionary/edict/Makefile | |
config.status: creating examples/dictionary/eijiro/Makefile | |
config.status: creating examples/dictionary/gene95/Makefile | |
config.status: creating examples/dictionary/jmdict/Makefile | |
config.status: creating packages/Makefile | |
config.status: creating packages/apt/Makefile | |
config.status: creating packages/rpm/Makefile | |
config.status: creating packages/rpm/centos/Makefile | |
config.status: creating packages/rpm/fedora/Makefile | |
config.status: creating packages/yum/Makefile | |
config.status: creating packages/source/Makefile | |
config.status: creating packages/windows/Makefile | |
config.status: creating packages/windows/patches/Makefile | |
config.status: creating packages/windows/language-files/Makefile | |
config.status: creating packages/windows/setup-x64.nsi | |
config.status: creating data/Makefile | |
config.status: creating data/images/Makefile | |
config.status: creating data/images/logo/Makefile | |
config.status: creating data/html/Makefile | |
config.status: creating data/munin/Makefile | |
config.status: creating data/init.d/Makefile | |
config.status: creating data/init.d/redhat/Makefile | |
config.status: creating data/init.d/redhat/sysconfig/Makefile | |
config.status: creating data/systemd/Makefile | |
config.status: creating data/systemd/fedora/Makefile | |
config.status: creating data/systemd/fedora/sysconfig/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/locale/Makefile | |
config.status: creating doc/locale/en/Makefile | |
config.status: creating doc/locale/en/LC_MESSAGES/Makefile | |
config.status: creating doc/locale/ja/Makefile | |
config.status: creating doc/locale/ja/LC_MESSAGES/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/unit/Makefile | |
config.status: creating test/unit/lib/Makefile | |
config.status: creating test/unit/lib/ruby/Makefile | |
config.status: creating test/unit/fixtures/Makefile | |
config.status: creating test/unit/fixtures/inverted-index/Makefile | |
config.status: creating test/unit/fixtures/stress/Makefile | |
config.status: creating test/unit/fixtures/performance/Makefile | |
config.status: creating test/unit/fixtures/plugins/Makefile | |
config.status: creating test/unit/fixtures/geo/Makefile | |
config.status: creating test/unit/fixtures/story/Makefile | |
config.status: creating test/unit/fixtures/story/taiyaki/Makefile | |
config.status: creating test/unit/util/Makefile | |
config.status: creating test/unit/core/Makefile | |
config.status: creating test/unit/core/dat/Makefile | |
config.status: creating test/unit/memcached/Makefile | |
config.status: creating test/unit/http/Makefile | |
config.status: creating test/unit/gqtp/Makefile | |
config.status: creating test/unit/story/Makefile | |
config.status: creating test/unit/grntest/Makefile | |
config.status: creating test/function/Makefile | |
config.status: creating test/benchmark/Makefile | |
config.status: creating test/benchmark/fixtures/Makefile | |
config.status: creating test/benchmark/fixtures/geo-select/Makefile | |
config.status: creating test/benchmark/lib/Makefile | |
config.status: creating packages/rpm/centos/groonga.spec | |
config.status: creating packages/rpm/fedora/groonga.spec | |
config.status: creating groonga.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
groonga 2.0.1 configuration: | |
----------------------- | |
Compiler: gcc | |
CFLAGS: -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings | |
CXXFLAGS: -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates | |
Libraries: -lm -lpthread -ldl | |
Document: yes | |
buildable: yes | |
built: no | |
Munin plugins: no | |
Package platform: no | |
Paths: | |
Install path prefix: /Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local | |
Tokenizers: | |
MeCab: no | |
KyTea: no | |
Libraries: | |
ZeroMQ: no | |
libevent: no | |
MessagePack: no | |
Tools: | |
hg: /usr/local/bin/hg | |
Ruby: | |
Cutter: | |
Now type 'make' to build groonga 2.0.1! | |
make | |
make all-recursive | |
Making all in include | |
Making all in groonga | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in lib | |
Making all in dat | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT cursor-factory.lo -MD -MP -MF .deps/cursor-factory.Tpo -c -o cursor-factory.lo cursor-factory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT cursor-factory.lo -MD -MP -MF .deps/cursor-factory.Tpo -c cursor-factory.cpp -fno-common -DPIC -o .libs/cursor-factory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT cursor-factory.lo -MD -MP -MF .deps/cursor-factory.Tpo -c cursor-factory.cpp -o cursor-factory.o >/dev/null 2>&1 | |
mv -f .deps/cursor-factory.Tpo .deps/cursor-factory.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT file-impl.lo -MD -MP -MF .deps/file-impl.Tpo -c -o file-impl.lo file-impl.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT file-impl.lo -MD -MP -MF .deps/file-impl.Tpo -c file-impl.cpp -fno-common -DPIC -o .libs/file-impl.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT file-impl.lo -MD -MP -MF .deps/file-impl.Tpo -c file-impl.cpp -o file-impl.o >/dev/null 2>&1 | |
mv -f .deps/file-impl.Tpo .deps/file-impl.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT file.lo -MD -MP -MF .deps/file.Tpo -c -o file.lo file.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.cpp -fno-common -DPIC -o .libs/file.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.cpp -o file.o >/dev/null 2>&1 | |
mv -f .deps/file.Tpo .deps/file.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT id-cursor.lo -MD -MP -MF .deps/id-cursor.Tpo -c -o id-cursor.lo id-cursor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT id-cursor.lo -MD -MP -MF .deps/id-cursor.Tpo -c id-cursor.cpp -fno-common -DPIC -o .libs/id-cursor.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT id-cursor.lo -MD -MP -MF .deps/id-cursor.Tpo -c id-cursor.cpp -o id-cursor.o >/dev/null 2>&1 | |
mv -f .deps/id-cursor.Tpo .deps/id-cursor.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT key-cursor.lo -MD -MP -MF .deps/key-cursor.Tpo -c -o key-cursor.lo key-cursor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT key-cursor.lo -MD -MP -MF .deps/key-cursor.Tpo -c key-cursor.cpp -fno-common -DPIC -o .libs/key-cursor.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT key-cursor.lo -MD -MP -MF .deps/key-cursor.Tpo -c key-cursor.cpp -o key-cursor.o >/dev/null 2>&1 | |
mv -f .deps/key-cursor.Tpo .deps/key-cursor.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT predictive-cursor.lo -MD -MP -MF .deps/predictive-cursor.Tpo -c -o predictive-cursor.lo predictive-cursor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT predictive-cursor.lo -MD -MP -MF .deps/predictive-cursor.Tpo -c predictive-cursor.cpp -fno-common -DPIC -o .libs/predictive-cursor.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT predictive-cursor.lo -MD -MP -MF .deps/predictive-cursor.Tpo -c predictive-cursor.cpp -o predictive-cursor.o >/dev/null 2>&1 | |
mv -f .deps/predictive-cursor.Tpo .deps/predictive-cursor.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT prefix-cursor.lo -MD -MP -MF .deps/prefix-cursor.Tpo -c -o prefix-cursor.lo prefix-cursor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT prefix-cursor.lo -MD -MP -MF .deps/prefix-cursor.Tpo -c prefix-cursor.cpp -fno-common -DPIC -o .libs/prefix-cursor.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT prefix-cursor.lo -MD -MP -MF .deps/prefix-cursor.Tpo -c prefix-cursor.cpp -o prefix-cursor.o >/dev/null 2>&1 | |
mv -f .deps/prefix-cursor.Tpo .deps/prefix-cursor.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c -o trie.lo trie.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c trie.cpp -fno-common -DPIC -o .libs/trie.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -DGRN_DAT_EXPORT -I../.. -I../../include -I../../lib -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c trie.cpp -o trie.o >/dev/null 2>&1 | |
mv -f .deps/trie.Tpo .deps/trie.Plo | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o libgrndat.la cursor-factory.lo file-impl.lo file.lo id-cursor.lo key-cursor.lo predictive-cursor.lo prefix-cursor.lo trie.lo -lm -lpthread -ldl | |
libtool: link: ar cru .libs/libgrndat.a .libs/cursor-factory.o .libs/file-impl.o .libs/file.o .libs/id-cursor.o .libs/key-cursor.o .libs/predictive-cursor.o .libs/prefix-cursor.o .libs/trie.o | |
libtool: link: ranlib .libs/libgrndat.a | |
libtool: link: ( cd ".libs" && rm -f "libgrndat.la" && ln -s "../libgrndat.la" "libgrndat.la" ) | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT com.lo -MD -MP -MF .deps/com.Tpo -c -o com.lo com.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT com.lo -MD -MP -MF .deps/com.Tpo -c com.c -fno-common -DPIC -o .libs/com.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT com.lo -MD -MP -MF .deps/com.Tpo -c com.c -o com.o >/dev/null 2>&1 | |
mv -f .deps/com.Tpo .deps/com.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT ctx.lo -MD -MP -MF .deps/ctx.Tpo -c -o ctx.lo ctx.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT ctx.lo -MD -MP -MF .deps/ctx.Tpo -c ctx.c -fno-common -DPIC -o .libs/ctx.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT ctx.lo -MD -MP -MF .deps/ctx.Tpo -c ctx.c -o ctx.o >/dev/null 2>&1 | |
mv -f .deps/ctx.Tpo .deps/ctx.Plo | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT dat.lo -MD -MP -MF .deps/dat.Tpo -c -o dat.lo dat.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT dat.lo -MD -MP -MF .deps/dat.Tpo -c dat.cpp -fno-common -DPIC -o .libs/dat.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -MT dat.lo -MD -MP -MF .deps/dat.Tpo -c dat.cpp -o dat.o >/dev/null 2>&1 | |
mv -f .deps/dat.Tpo .deps/dat.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT db.lo -MD -MP -MF .deps/db.Tpo -c -o db.lo db.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c -fno-common -DPIC -o .libs/db.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT db.lo -MD -MP -MF .deps/db.Tpo -c db.c -o db.o >/dev/null 2>&1 | |
mv -f .deps/db.Tpo .deps/db.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c -o expr.lo expr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c expr.c -fno-common -DPIC -o .libs/expr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT expr.lo -MD -MP -MF .deps/expr.Tpo -c expr.c -o expr.o >/dev/null 2>&1 | |
mv -f .deps/expr.Tpo .deps/expr.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT geo.lo -MD -MP -MF .deps/geo.Tpo -c -o geo.lo geo.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT geo.lo -MD -MP -MF .deps/geo.Tpo -c geo.c -fno-common -DPIC -o .libs/geo.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT geo.lo -MD -MP -MF .deps/geo.Tpo -c geo.c -o geo.o >/dev/null 2>&1 | |
mv -f .deps/geo.Tpo .deps/geo.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fno-common -DPIC -o .libs/hash.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1 | |
mv -f .deps/hash.Tpo .deps/hash.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT ii.lo -MD -MP -MF .deps/ii.Tpo -c -o ii.lo ii.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT ii.lo -MD -MP -MF .deps/ii.Tpo -c ii.c -fno-common -DPIC -o .libs/ii.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT ii.lo -MD -MP -MF .deps/ii.Tpo -c ii.c -o ii.o >/dev/null 2>&1 | |
mv -f .deps/ii.Tpo .deps/ii.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT io.lo -MD -MP -MF .deps/io.Tpo -c -o io.lo io.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -fno-common -DPIC -o .libs/io.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -o io.o >/dev/null 2>&1 | |
mv -f .deps/io.Tpo .deps/io.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT nfkc.lo -MD -MP -MF .deps/nfkc.Tpo -c -o nfkc.lo nfkc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT nfkc.lo -MD -MP -MF .deps/nfkc.Tpo -c nfkc.c -fno-common -DPIC -o .libs/nfkc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT nfkc.lo -MD -MP -MF .deps/nfkc.Tpo -c nfkc.c -o nfkc.o >/dev/null 2>&1 | |
mv -f .deps/nfkc.Tpo .deps/nfkc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT output.lo -MD -MP -MF .deps/output.Tpo -c -o output.lo output.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fno-common -DPIC -o .libs/output.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -o output.o >/dev/null 2>&1 | |
mv -f .deps/output.Tpo .deps/output.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT pat.lo -MD -MP -MF .deps/pat.Tpo -c -o pat.lo pat.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT pat.lo -MD -MP -MF .deps/pat.Tpo -c pat.c -fno-common -DPIC -o .libs/pat.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT pat.lo -MD -MP -MF .deps/pat.Tpo -c pat.c -o pat.o >/dev/null 2>&1 | |
mv -f .deps/pat.Tpo .deps/pat.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -fno-common -DPIC -o .libs/plugin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -o plugin.o >/dev/null 2>&1 | |
mv -f .deps/plugin.Tpo .deps/plugin.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c -o proc.lo proc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c proc.c -fno-common -DPIC -o .libs/proc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT proc.lo -MD -MP -MF .deps/proc.Tpo -c proc.c -o proc.o >/dev/null 2>&1 | |
mv -f .deps/proc.Tpo .deps/proc.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT snip.lo -MD -MP -MF .deps/snip.Tpo -c -o snip.lo snip.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT snip.lo -MD -MP -MF .deps/snip.Tpo -c snip.c -fno-common -DPIC -o .libs/snip.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT snip.lo -MD -MP -MF .deps/snip.Tpo -c snip.c -o snip.o >/dev/null 2>&1 | |
mv -f .deps/snip.Tpo .deps/snip.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT store.lo -MD -MP -MF .deps/store.Tpo -c -o store.lo store.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT store.lo -MD -MP -MF .deps/store.Tpo -c store.c -fno-common -DPIC -o .libs/store.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT store.lo -MD -MP -MF .deps/store.Tpo -c store.c -o store.o >/dev/null 2>&1 | |
mv -f .deps/store.Tpo .deps/store.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT str.lo -MD -MP -MF .deps/str.Tpo -c -o str.lo str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT str.lo -MD -MP -MF .deps/str.Tpo -c str.c -fno-common -DPIC -o .libs/str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT str.lo -MD -MP -MF .deps/str.Tpo -c str.c -o str.o >/dev/null 2>&1 | |
mv -f .deps/str.Tpo .deps/str.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT token.lo -MD -MP -MF .deps/token.Tpo -c -o token.lo token.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT token.lo -MD -MP -MF .deps/token.Tpo -c token.c -fno-common -DPIC -o .libs/token.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT token.lo -MD -MP -MF .deps/token.Tpo -c token.c -o token.o >/dev/null 2>&1 | |
mv -f .deps/token.Tpo .deps/token.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c -o tokenizer.lo tokenizer.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.c -fno-common -DPIC -o .libs/tokenizer.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT tokenizer.lo -MD -MP -MF .deps/tokenizer.Tpo -c tokenizer.c -o tokenizer.o >/dev/null 2>&1 | |
mv -f .deps/tokenizer.Tpo .deps/tokenizer.Plo | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fno-common -DPIC -o .libs/util.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -D_REENTRANT -DGROONGA_VERSION=\"2.0.1\" -DGRN_DLL_FILENAME=L\"libgroonga-0.dll\" -DGRN_PLUGINS_DIR=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins\" -DGRN_RELATIVE_PLUGINS_DIR=\"lib/groonga/plugins\" -DGRN_LOG_PATH=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log\" -DGRN_DEFAULT_DOCUMENT_ROOT=\"/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\"share/groonga/html/admin\" -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1 | |
mv -f .deps/util.Tpo .deps/util.Plo | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -version-info 0:0:0 -no-undefined -o libgroonga.la -rpath /Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib com.lo ctx.lo dat.lo db.lo expr.lo geo.lo hash.lo ii.lo io.lo nfkc.lo output.lo pat.lo plugin.lo proc.lo snip.lo store.lo str.lo token.lo tokenizer.lo util.lo dat/libgrndat.la -lm -lpthread -ldl | |
libtool: link: g++ -dynamiclib -o .libs/libgroonga.0.dylib .libs/com.o .libs/ctx.o .libs/dat.o .libs/db.o .libs/expr.o .libs/geo.o .libs/hash.o .libs/ii.o .libs/io.o .libs/nfkc.o .libs/output.o .libs/pat.o .libs/plugin.o .libs/proc.o .libs/snip.o .libs/store.o .libs/str.o .libs/token.o .libs/tokenizer.o .libs/util.o -Wl,-force_load,dat/.libs/libgrndat.a -lm -lpthread -ldl -O2 -install_name /Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/libgroonga.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module | |
libtool: link: (cd ".libs" && rm -f "libgroonga.dylib" && ln -s "libgroonga.0.dylib" "libgroonga.dylib") | |
libtool: link: (cd .libs/libgroonga.lax/libgrndat.a && ar x "/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/groonga-2.0.1/lib/dat/.libs/libgrndat.a") | |
libtool: link: ar cru .libs/libgroonga.a com.o ctx.o dat.o db.o expr.o geo.o hash.o ii.o io.o nfkc.o output.o pat.o plugin.o proc.o snip.o store.o str.o token.o tokenizer.o util.o .libs/libgroonga.lax/libgrndat.a/cursor-factory.o .libs/libgroonga.lax/libgrndat.a/file-impl.o .libs/libgroonga.lax/libgrndat.a/file.o .libs/libgroonga.lax/libgrndat.a/id-cursor.o .libs/libgroonga.lax/libgrndat.a/key-cursor.o .libs/libgroonga.lax/libgrndat.a/predictive-cursor.o .libs/libgroonga.lax/libgrndat.a/prefix-cursor.o .libs/libgroonga.lax/libgrndat.a/trie.o | |
libtool: link: ranlib .libs/libgroonga.a | |
libtool: link: rm -fr .libs/libgroonga.lax | |
libtool: link: ( cd ".libs" && rm -f "libgroonga.la" && ln -s "../libgroonga.la" "libgroonga.la" ) | |
Making all in plugins | |
Making all in tokenizers | |
make[3]: Nothing to be done for `all'. | |
Making all in suggest | |
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../lib -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT suggest.lo -MD -MP -MF .deps/suggest.Tpo -c -o suggest.lo suggest.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../lib -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT suggest.lo -MD -MP -MF .deps/suggest.Tpo -c suggest.c -fno-common -DPIC -o .libs/suggest.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../lib -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT suggest.lo -MD -MP -MF .deps/suggest.Tpo -c suggest.c -o suggest.o >/dev/null 2>&1 | |
mv -f .deps/suggest.Tpo .deps/suggest.Plo | |
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o suggest.la -rpath /Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins/suggest suggest.lo ../../lib/libgroonga.la | |
libtool: link: gcc -o .libs/suggest.so -bundle .libs/suggest.o ../../lib/.libs/libgroonga.dylib -O0 | |
libtool: link: ar cru .libs/suggest.a suggest.o | |
libtool: link: ranlib .libs/suggest.a | |
libtool: link: ( cd ".libs" && rm -f "suggest.la" && ln -s "../suggest.la" "suggest.la" ) | |
make[3]: Nothing to be done for `all-am'. | |
Making all in src | |
Making all in suggest | |
gcc -DHAVE_CONFIG_H -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I../.. -I. -I../../include -I../../lib -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT groonga_suggest_create_dataset-groonga_suggest_create_dataset.o -MD -MP -MF .deps/groonga_suggest_create_dataset-groonga_suggest_create_dataset.Tpo -c -o groonga_suggest_create_dataset-groonga_suggest_create_dataset.o `test -f 'groonga_suggest_create_dataset.c' || echo './'`groonga_suggest_create_dataset.c | |
mv -f .deps/groonga_suggest_create_dataset-groonga_suggest_create_dataset.Tpo .deps/groonga_suggest_create_dataset-groonga_suggest_create_dataset.Po | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -no-undefined -o groonga-suggest-create-dataset groonga_suggest_create_dataset-groonga_suggest_create_dataset.o ../../lib/libgroonga.la -lm -lpthread -ldl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/groonga-suggest-create-dataset groonga_suggest_create_dataset-groonga_suggest_create_dataset.o -Wl,-bind_at_load ../../lib/.libs/libgroonga.dylib -lm -lpthread -ldl | |
gcc -DHAVE_CONFIG_H -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I. -I.. -I../include -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/editline -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT groonga-groonga.o -MD -MP -MF .deps/groonga-groonga.Tpo -c -o groonga-groonga.o `test -f 'groonga.c' || echo './'`groonga.c | |
mv -f .deps/groonga-groonga.Tpo .deps/groonga-groonga.Po | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -no-undefined -o groonga groonga-groonga.o ../lib/libgroonga.la -L/usr/local/lib -ledit -lcurses -lm -lpthread -ldl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/groonga groonga-groonga.o -Wl,-bind_at_load ../lib/.libs/libgroonga.dylib -L/usr/local/lib -ledit -lcurses -lm -lpthread -ldl | |
gcc -DHAVE_CONFIG_H -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I. -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT groonga_benchmark.o -MD -MP -MF .deps/groonga_benchmark.Tpo -c -o groonga_benchmark.o groonga_benchmark.c | |
groonga_benchmark.c: In function ‘get_sysinfo’: | |
groonga_benchmark.c:1485: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘fsblkcnt_t’ | |
groonga_benchmark.c:1487: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘fsblkcnt_t’ | |
mv -f .deps/groonga_benchmark.Tpo .deps/groonga_benchmark.Po | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -no-undefined -o groonga-benchmark groonga_benchmark.o ../lib/libgroonga.la -lm -lpthread -ldl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/groonga-benchmark groonga_benchmark.o -Wl,-bind_at_load ../lib/.libs/libgroonga.dylib -lm -lpthread -ldl | |
gcc -DHAVE_CONFIG_H -DGRN_DLL_FILENAME=L\""libgroonga-0.dll"\" -DGRN_PLUGINS_DIR=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/lib/groonga/plugins"\" -DGRN_RELATIVE_PLUGINS_DIR=\""lib/groonga/plugins"\" -DGRN_LOG_PATH=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/var/log/groonga/groonga.log"\" -DGRN_DEFAULT_DOCUMENT_ROOT=\""/Users/kdmsnr/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/rroonga-2.0.2/vendor/local/share/groonga/html/admin"\" -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\""share/groonga/html/admin"\" -I.. -I. -I.. -I../include -fno-strict-aliasing -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT grnslap.o -MD -MP -MF .deps/grnslap.Tpo -c -o grnslap.o grnslap.c | |
mv -f .deps/grnslap.Tpo .deps/grnslap.Po | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -no-undefined -o grnslap grnslap.o ../lib/libgroonga.la -lm -lpthread -ldl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/grnslap grnslap.o -Wl,-bind_at_load ../lib/.libs/libgroonga.dylib -lm -lpthread -ldl | |
Making all in examples | |
Making all in dictionary | |
Making all in edict | |
make[4]: Nothing to be done for `all'. | |
Making all in eijiro | |
make[4]: Nothing to be done for `all'. | |
Making all in gene95 | |
make[4]: Nothing to be done for `all'. | |
Making all in jmdict | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
gcc -DHAVE_CONFIG_H -I../include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT kv.o -MD -MP -MF .deps/kv.Tpo -c -o kv.o kv.c | |
mv -f .deps/kv.Tpo .deps/kv.Po | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o kv kv.o ../lib/libgroonga.la -lm -lpthread -ldl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/kv kv.o -Wl,-bind_at_load ../lib/.libs/libgroonga.dylib -lm -lpthread -ldl | |
Making all in test | |
Making all in unit | |
Making all in lib | |
Making all in ruby | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
Making all in fixtures | |
Making all in stress | |
make[5]: Nothing to be done for `all'. | |
Making all in performance | |
make[5]: Nothing to be done for `all'. | |
Making all in inverted-index | |
make[5]: Nothing to be done for `all'. | |
Making all in plugins | |
make[5]: Nothing to be done for `all'. | |
Making all in geo | |
make[5]: Nothing to be done for `all'. | |
Making all in story | |
Making all in taiyaki | |
make[6]: Nothing to be done for `all'. | |
make[6]: Nothing to be done for `all-am'. | |
make[5]: Nothing to be done for `all-am'. | |
Making all in util | |
make[4]: Nothing to be done for `all'. | |
Making all in core | |
Making all in dat | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
Making all in memcached | |
make[4]: Nothing to be done for `all'. | |
Making all in http | |
make[4]: Nothing to be done for `all'. | |
Making all in gqtp | |
make[4]: Nothing to be done for `all'. | |
Making all in story | |
make[4]: Nothing to be done for `all'. | |
Making all in grntest | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in function | |
make[3]: Nothing to be done for `all'. | |
Making all in benchmark | |
Making all in fixtures | |
Making all in geo-select | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
Making all in lib | |
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT benchmark.lo -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.lo benchmark.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT benchmark.lo -MD -MP -MF .deps/benchmark.Tpo -c benchmark.c -fno-common -DPIC -o .libs/benchmark.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT benchmark.lo -MD -MP -MF .deps/benchmark.Tpo -c benchmark.c -o benchmark.o >/dev/null 2>&1 | |
mv -f .deps/benchmark.Tpo .deps/benchmark.Plo | |
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-reporter.lo -MD -MP -MF .deps/bench-reporter.Tpo -c -o bench-reporter.lo bench-reporter.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-reporter.lo -MD -MP -MF .deps/bench-reporter.Tpo -c bench-reporter.c -fno-common -DPIC -o .libs/bench-reporter.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-reporter.lo -MD -MP -MF .deps/bench-reporter.Tpo -c bench-reporter.c -o bench-reporter.o >/dev/null 2>&1 | |
mv -f .deps/bench-reporter.Tpo .deps/bench-reporter.Plo | |
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-utils.lo -MD -MP -MF .deps/bench-utils.Tpo -c -o bench-utils.lo bench-utils.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-utils.lo -MD -MP -MF .deps/bench-utils.Tpo -c bench-utils.c -fno-common -DPIC -o .libs/bench-utils.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I. -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-utils.lo -MD -MP -MF .deps/bench-utils.Tpo -c bench-utils.c -o bench-utils.o >/dev/null 2>&1 | |
mv -f .deps/bench-utils.Tpo .deps/bench-utils.Plo | |
/bin/sh ../../../libtool --tag=CC --mode=link gcc -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -o libbenchmark.la benchmark.lo bench-reporter.lo bench-utils.lo -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
libtool: link: ar cru .libs/libbenchmark.a .libs/benchmark.o .libs/bench-reporter.o .libs/bench-utils.o | |
libtool: link: ranlib .libs/libbenchmark.a | |
libtool: link: ( cd ".libs" && rm -f "libbenchmark.la" && ln -s "../libbenchmark.la" "libbenchmark.la" ) | |
gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./lib -I../../include -I../../lib -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-table-factory.o -MD -MP -MF .deps/bench-table-factory.Tpo -c -o bench-table-factory.o bench-table-factory.c | |
mv -f .deps/bench-table-factory.Tpo .deps/bench-table-factory.Po | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o bench-table-factory bench-table-factory.o ../../lib/libgroonga.la ../../test/benchmark/lib/libbenchmark.la -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/bench-table-factory bench-table-factory.o -Wl,-bind_at_load ../../lib/.libs/libgroonga.dylib -lm -lpthread -ldl ../../test/benchmark/lib/.libs/libbenchmark.a -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./lib -I../../include -I../../lib -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-geo-distance.o -MD -MP -MF .deps/bench-geo-distance.Tpo -c -o bench-geo-distance.o bench-geo-distance.c | |
mv -f .deps/bench-geo-distance.Tpo .deps/bench-geo-distance.Po | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o bench-geo-distance bench-geo-distance.o ../../lib/libgroonga.la ../../test/benchmark/lib/libbenchmark.la -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/bench-geo-distance bench-geo-distance.o -Wl,-bind_at_load ../../lib/.libs/libgroonga.dylib -lm -lpthread -ldl ../../test/benchmark/lib/.libs/libbenchmark.a -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I./lib -I../../include -I../../lib -D_REENTRANT -I/usr/local/Cellar/glib/2.28.8/include/glib-2.0 -I/usr/local/Cellar/glib/2.28.8/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.28.8/include -g -O0 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -MT bench-geo-select.o -MD -MP -MF .deps/bench-geo-select.Tpo -c -o bench-geo-select.o bench-geo-select.c | |
mv -f .deps/bench-geo-select.Tpo .deps/bench-geo-select.Po | |
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o bench-geo-select bench-geo-select.o ../../lib/libgroonga.la ../../test/benchmark/lib/libbenchmark.la -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
libtool: link: g++ -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates -o .libs/bench-geo-select bench-geo-select.o -Wl,-bind_at_load ../../lib/.libs/libgroonga.dylib -lm -lpthread -ldl ../../test/benchmark/lib/.libs/libbenchmark.a -L/usr/local/Cellar/glib/2.28.8/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl | |
make[3]: Nothing to be done for `all-am'. | |
Making all in packages | |
Making all in apt | |
make[3]: Nothing to be done for `all'. | |
Making all in rpm | |
Making all in centos | |
make[4]: Nothing to be done for `all'. | |
Making all in fedora | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in yum | |
make[3]: Nothing to be done for `all'. | |
Making all in source | |
make[3]: Nothing to be done for `all'. | |
Making all in windows | |
Making all in patches | |
make[4]: Nothing to be done for `all'. | |
Making all in language-files | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in data | |
Making all in images | |
Making all in logo | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in html | |
make[3]: Nothing to be done for `all'. | |
Making all in munin | |
make[3]: Nothing to be done for `all'. | |
Making all in init.d | |
Making all in redhat | |
Making all in sysconfig | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
make[4]: Nothing to be done for `all-am'. | |
Making all in systemd | |
Making all in fedora | |
Making all in sysconfig | |
make[5]: Nothing to be done for `all'. | |
make[5]: Nothing to be done for `all-am'. | |
make[4]: Nothing to be done for `all-am'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in tools | |
make[2]: Nothing to be done for `all'. | |
Making all in doc | |
/usr/local/bin/hg clone https://bitbucket.org/birkenfeld/sphinx sphinx | |
Traceback (most recent call last): | |
File "/usr/local/bin/hg", line 4, in <module> | |
import pkg_resources | |
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 2556, in <module> | |
working_set.require(__requires__) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 620, in require | |
needed = self.resolve(parse_requirements(requirements)) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/pkg_resources.py", line 518, in resolve | |
raise DistributionNotFound(req) # XXX put more info here | |
pkg_resources.DistributionNotFound: mercurial==1.5.3 | |
make[2]: *** [sphinx] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment