Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Created February 15, 2011 14:56
Show Gist options
  • Select an option

  • Save ongaeshi/827611 to your computer and use it in GitHub Desktop.

Select an option

Save ongaeshi/827611 to your computer and use it in GitHub Desktop.
groonga1.1.0、configure設定をいじったものの、やはりpthreadが無いとエラー
/bin/sh ../libtool --tag=CC --mode=link i686-w64-mingw32-gcc -fno-strict-aliasing -g -O2 -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 -version-info 0:0:0 -no-undefined -mwindows -o libgroonga.la -rpath /c/users/ongaeshi/work/rroonga/vendor/local/lib io.lo str.lo nfkc.lo snip.lo query.lo store.lo com.lo ql.lo scm.lo ctx.lo hash.lo db.lo pat.lo ii.lo token.lo proc.lo expr.lo util.lo plugin.lo output.lo geo.lo -lm -ladvapi32 -lws2_32
libtool: link: rm -fr .libs/libgroonga.a .libs/libgroonga.dll.a .libs/libgroonga.la .libs/libgroonga.lai
libtool: link: i686-w64-mingw32-gcc -shared .libs/io.o .libs/str.o .libs/nfkc.o .libs/snip.o .libs/query.o .libs/store.o .libs/com.o .libs/ql.o .libs/scm.o .libs/ctx.o .libs/hash.o .libs/db.o .libs/pat.o .libs/ii.o .libs/token.o .libs/proc.o .libs/expr.o .libs/util.o .libs/plugin.o .libs/output.o .libs/geo.o -ladvapi32 -lws2_32 -mwindows -o .libs/libgroonga-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libgroonga.dll.a
Creating library file: .libs/libgroonga.dll.a.libs/io.o: In function `grn_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
.libs/io.o: In function `grn_pread':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1764: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1776: undefined reference to `__imp__pthread_mutex_unlock'
.libs/io.o: In function `grn_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
.libs/io.o: In function `grn_pwrite':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1784: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1796: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1784: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1796: undefined reference to `__imp__pthread_mutex_unlock'
.libs/io.o: In function `grn_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
.libs/io.o: In function `grn_pwrite':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1784: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1796: undefined reference to `__imp__pthread_mutex_unlock'
.libs/io.o: In function `grn_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
.libs/io.o: In function `grn_pread':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1764: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1776: undefined reference to `__imp__pthread_mutex_unlock'
.libs/io.o: In function `grn_pwrite':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1784: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1796: undefined reference to `__imp__pthread_mutex_unlock'
.libs/io.o: In function `grn_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1662: undefined reference to `__imp__pthread_mutex_init'
.libs/io.o: In function `grn_expire':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1403: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1407: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1410: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/io.c:1419: undefined reference to `__imp__pthread_mutex_unlock'
.libs/com.o: In function `grn_com_queue_enque':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:66: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:70: undefined reference to `__imp__pthread_mutex_unlock'
.libs/com.o: In function `grn_com_queue_deque':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:97: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:102: undefined reference to `__imp__pthread_mutex_unlock'
.libs/com.o: In function `grn_com_event_init':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:271: undefined reference to `__imp__pthread_mutex_init'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:272: undefined reference to `__imp__pthread_cond_init'
.libs/com.o: In function `grn_msg_send':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:229: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:231: undefined reference to `__imp__pthread_cond_signal'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:232: undefined reference to `__imp__pthread_mutex_unlock'
.libs/com.o: In function `grn_com_receiver':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:510: undefined reference to `__imp__pthread_mutex_init'
.libs/com.o: In function `grn_com_sopen':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:1018: undefined reference to `__imp__pthread_mutex_init'
.libs/com.o: In function `grn_edges_add_communicator':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/com.c:1078: undefined reference to `__imp__pthread_mutex_init'
.libs/ctx.o: In function `default_logger_func':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:691: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:716: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:708: undefined reference to `__imp__pthread_mutex_lock'
.libs/ctx.o: In function `grn_ctx_impl_init':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:419: undefined reference to `__imp__pthread_mutex_init'
.libs/ctx.o: In function `grn_cache_init':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1566: undefined reference to `__imp__pthread_mutex_init'
.libs/ctx.o: In function `grn_cache_get_statistics':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1579: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1584: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_cache_fetch':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1604: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1625: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_cache_unref':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1634: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1638: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_cache_update':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1652: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1681: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1681: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_cache_expire':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1690: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1692: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_logger_fin':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:2399: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:2404: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_ctx_free':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1846: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1895: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_ctx_alloc':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1723: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:1786: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_ctx_fin':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:579: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:582: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_ctx_init':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:546: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:551: undefined reference to `__imp__pthread_mutex_unlock'
.libs/ctx.o: In function `grn_init':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:770: undefined reference to `__imp__pthread_mutex_init'
.libs/ctx.o: In function `grn_log_reopen':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:740: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:745: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:751: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/ctx.c:756: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `pack':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1827: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1827: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1829: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1815: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1829: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1815: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1818: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1818: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_tiny_array_init':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:33: undefined reference to `__imp__pthread_mutex_init'
.libs/hash.o: In function `grn_tiny_array_at':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:59: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:59: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_array_get_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:314: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:314: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:316: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:316: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `_grn_array_get_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:331: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:331: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:333: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:333: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_array_set_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:347: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:347: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:345: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:345: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_array_delete_by_id':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:395: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:395: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:420: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:420: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:413: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:413: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_array_at':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:431: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:431: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_array_cursor_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:502: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:502: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_array_cursor_next':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:520: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:520: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_array_next':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:536: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:536: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_array_cursor_get_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:547: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:547: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `array_entry_new':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:594: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:594: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_array_add':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:606: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:606: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `array_entry_new':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:588: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:588: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `tiny_hash_fin':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1005: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1005: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_hash_reset':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1112: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1112: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_add':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1265: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1265: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `entry_new':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1179: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1179: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1173: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1173: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_add':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1273: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1273: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_get':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1314: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1314: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `_grn_hash_key':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1329: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1329: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1334: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1334: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_get_key':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1349: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1349: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1351: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1351: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_get_key2':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1365: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1365: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1367: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1367: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_get_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1386: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1386: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1388: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1388: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_get_value_':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1402: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1402: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1404: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1404: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_get_key_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1419: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1419: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1421: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1421: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `_grn_hash_get_key_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1438: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1438: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1440: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1440: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_set_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1454: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1454: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1456: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1456: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_delete_by_id':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1527: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1527: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1536: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1536: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_delete':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1573: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1573: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1575: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1575: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_cursor_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1665: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1665: undefined reference to `__imp__pthread_mutex_lock'
.libs/hash.o: In function `grn_hash_cursor_next':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1684: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1684: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_hash_next':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1700: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1700: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_hash_at':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1710: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1710: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_hash_cursor_get_key':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1720: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1720: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_hash_cursor_get_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1733: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1733: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `grn_hash_cursor_get_key_value':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1747: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1747: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `sort_val32':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1979: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `entry2id':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:2062: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:2062: undefined reference to `__imp__pthread_mutex_unlock'
.libs/hash.o: In function `sort_val32':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1977: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1977: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1965: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1979: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1965: undefined reference to `__imp__pthread_mutex_lock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1968: undefined reference to `__imp__pthread_mutex_unlock'
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/hash.c:1968: undefined reference to `__imp__pthread_mutex_lock'
.libs/db.o: In function `grn_db_open':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/db.c:131: undefined reference to `__imp__pthread_mutex_init'
.libs/db.o: In function `grn_db_create':
/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib/db.c:79: undefined reference to `__imp__pthread_mutex_init'
collect2: ld returned 1 exit status
make[2]: *** [libgroonga.la] Error 1
make[2]: Leaving directory `/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/users/ongaeshi/work/rroonga/vendor/groonga-1.1.0'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment