-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.log
executable file
·530 lines (507 loc) · 17.1 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tokyocabinet configure 1.4.47, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = 130-229-49-23
uname -m = x86_64
uname -r = 3.0.0-12-generic
uname -s = Linux
uname -v = #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2375: checking for gcc
configure:2391: found /usr/bin/gcc
configure:2402: result: gcc
configure:2631: checking for C compiler version
configure:2640: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2651: $? = 0
configure:2640: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
configure:2651: $? = 0
configure:2640: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2651: $? = 4
configure:2640: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2651: $? = 4
configure:2671: checking whether the C compiler works
configure:2693: gcc conftest.c >&5
configure:2697: $? = 0
configure:2746: result: yes
configure:2749: checking for C compiler default output file name
configure:2751: result: a.out
configure:2757: checking for suffix of executables
configure:2764: gcc -o conftest conftest.c >&5
configure:2768: $? = 0
configure:2790: result:
configure:2812: checking whether we are cross compiling
configure:2820: gcc -o conftest conftest.c >&5
configure:2824: $? = 0
configure:2831: ./conftest
configure:2835: $? = 0
configure:2850: result: no
configure:2855: checking for suffix of object files
configure:2877: gcc -c conftest.c >&5
configure:2881: $? = 0
configure:2902: result: o
configure:2906: checking whether we are using the GNU C compiler
configure:2925: gcc -c conftest.c >&5
configure:2925: $? = 0
configure:2934: result: yes
configure:2943: checking whether gcc accepts -g
configure:2963: gcc -c -g conftest.c >&5
configure:2963: $? = 0
configure:3004: result: yes
configure:3021: checking for gcc option to accept ISO C89
configure:3085: gcc -c -g -O2 conftest.c >&5
configure:3085: $? = 0
configure:3098: result: none needed
configure:3137: checking how to run the C preprocessor
configure:3168: gcc -E conftest.c
configure:3168: $? = 0
configure:3182: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tokyocabinet"
| #define PACKAGE_TARNAME "tokyocabinet"
| #define PACKAGE_VERSION "1.4.47"
| #define PACKAGE_STRING "tokyocabinet 1.4.47"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3207: result: gcc -E
configure:3227: gcc -E conftest.c
configure:3227: $? = 0
configure:3241: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tokyocabinet"
| #define PACKAGE_TARNAME "tokyocabinet"
| #define PACKAGE_VERSION "1.4.47"
| #define PACKAGE_STRING "tokyocabinet 1.4.47"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3270: checking for grep that handles long lines and -e
configure:3328: result: /bin/grep
configure:3333: checking for egrep
configure:3395: result: /bin/grep -E
configure:3400: checking for ANSI C header files
configure:3420: gcc -c -g -O2 conftest.c >&5
configure:3420: $? = 0
configure:3493: gcc -o conftest -g -O2 conftest.c >&5
configure:3493: $? = 0
configure:3493: ./conftest
configure:3493: $? = 0
configure:3504: result: yes
configure:3517: checking for sys/types.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for sys/stat.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for stdlib.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for string.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for memory.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for strings.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for inttypes.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for stdint.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3517: checking for unistd.h
configure:3517: gcc -c -g -O2 conftest.c >&5
configure:3517: $? = 0
configure:3517: result: yes
configure:3530: checking whether byte ordering is bigendian
configure:3545: gcc -c -g -O2 conftest.c >&5
conftest.c:20:9: error: unknown type name 'not'
conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:20:15: error: unknown type name 'universal'
configure:3545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tokyocabinet"
| #define PACKAGE_TARNAME "tokyocabinet"
| #define PACKAGE_VERSION "1.4.47"
| #define PACKAGE_STRING "tokyocabinet 1.4.47"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:3590: gcc -c -g -O2 conftest.c >&5
configure:3590: $? = 0
configure:3608: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:4: error: unknown type name 'not'
conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:3608: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tokyocabinet"
| #define PACKAGE_TARNAME "tokyocabinet"
| #define PACKAGE_VERSION "1.4.47"
| #define PACKAGE_STRING "tokyocabinet 1.4.47"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:3736: result: no
configure:3755: checking for main in -lc
configure:3774: gcc -o conftest -g -O2 conftest.c -lc >&5
configure:3774: $? = 0
configure:3783: result: yes
configure:3794: checking for main in -lm
configure:3813: gcc -o conftest -g -O2 conftest.c -lm -lc >&5
configure:3813: $? = 0
configure:3822: result: yes
configure:3835: checking for main in -lpthread
configure:3854: gcc -o conftest -g -O2 conftest.c -lpthread -lm -lc >&5
configure:3854: $? = 0
configure:3863: result: yes
configure:3874: checking for main in -lrt
configure:3893: gcc -o conftest -g -O2 conftest.c -lrt -lpthread -lm -lc >&5
configure:3893: $? = 0
configure:3902: result: yes
configure:3916: checking for main in -lz
configure:3935: gcc -o conftest -g -O2 conftest.c -lz -lrt -lpthread -lm -lc >&5
configure:3935: $? = 0
configure:3944: result: yes
configure:3958: checking for main in -lbz2
configure:3977: gcc -o conftest -g -O2 conftest.c -lbz2 -lz -lrt -lpthread -lm -lc >&5
configure:3977: $? = 0
configure:3986: result: yes
configure:4082: checking for main in -ltokyocabinet
configure:4101: gcc -o conftest -g -O2 conftest.c -ltokyocabinet -lbz2 -lz -lrt -lpthread -lm -lc >&5
configure:4101: $? = 0
configure:4110: result: yes
configure:4113: WARNING: old version of Tokyo Cabinet was detected
configure:4119: checking for stdlib.h
configure:4119: result: yes
configure:4127: checking for stdint.h
configure:4127: result: yes
configure:4135: checking for unistd.h
configure:4135: result: yes
configure:4143: checking dirent.h usability
configure:4143: gcc -c -g -O2 conftest.c >&5
configure:4143: $? = 0
configure:4143: result: yes
configure:4143: checking dirent.h presence
configure:4143: gcc -E conftest.c
configure:4143: $? = 0
configure:4143: result: yes
configure:4143: checking for dirent.h
configure:4143: result: yes
configure:4151: checking regex.h usability
configure:4151: gcc -c -g -O2 conftest.c >&5
configure:4151: $? = 0
configure:4151: result: yes
configure:4151: checking regex.h presence
configure:4151: gcc -E conftest.c
configure:4151: $? = 0
configure:4151: result: yes
configure:4151: checking for regex.h
configure:4151: result: yes
configure:4159: checking glob.h usability
configure:4159: gcc -c -g -O2 conftest.c >&5
configure:4159: $? = 0
configure:4159: result: yes
configure:4159: checking glob.h presence
configure:4159: gcc -E conftest.c
configure:4159: $? = 0
configure:4159: result: yes
configure:4159: checking for glob.h
configure:4159: result: yes
configure:4169: checking pthread.h usability
configure:4169: gcc -c -g -O2 conftest.c >&5
configure:4169: $? = 0
configure:4169: result: yes
configure:4169: checking pthread.h presence
configure:4169: gcc -E conftest.c
configure:4169: $? = 0
configure:4169: result: yes
configure:4169: checking for pthread.h
configure:4169: result: yes
configure:4180: checking zlib.h usability
configure:4180: gcc -c -g -O2 conftest.c >&5
configure:4180: $? = 0
configure:4180: result: yes
configure:4180: checking zlib.h presence
configure:4180: gcc -E conftest.c
configure:4180: $? = 0
configure:4180: result: yes
configure:4180: checking for zlib.h
configure:4180: result: yes
configure:4191: checking bzlib.h usability
configure:4191: gcc -c -g -O2 conftest.c >&5
configure:4191: $? = 0
configure:4191: result: yes
configure:4191: checking bzlib.h presence
configure:4191: gcc -E conftest.c
configure:4191: $? = 0
configure:4191: result: yes
configure:4191: checking for bzlib.h
configure:4191: result: yes
configure:4408: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by tokyocabinet config.status 1.4.47, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 130-229-49-23
config.status:749: creating Makefile
config.status:749: creating tokyocabinet.pc
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_bzlib_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_lib_bz2_main=yes
ac_cv_lib_c_main=yes
ac_cv_lib_m_main=yes
ac_cv_lib_pthread_main=yes
ac_cv_lib_rt_main=yes
ac_cv_lib_tokyocabinet_main=yes
ac_cv_lib_z_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"tokyocabinet\" -DPACKAGE_TARNAME=\"tokyocabinet\" -DPACKAGE_VERSION=\"1.4.47\" -DPACKAGE_STRING=\"tokyocabinet\ 1.4.47\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBC=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBRT=1 -DHAVE_LIBZ=1 -DHAVE_LIBBZ2=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS='-lbz2 -lz -lrt -lpthread -lm -lc '
LTLIBOBJS=''
MYCFLAGS='-g -O2 -std=c99 -Wall -fPIC -fsigned-char -O2'
MYCGIFILES='tcawmgr.cgi'
MYCMDLDFLAGS=''
MYCOMMANDFILES='tcutest tcumttest tcucodec tchtest tchmttest tchmgr tcbtest tcbmttest tcbmgr tcftest tcfmttest tcfmgr tcttest tctmttest tctmgr tcatest tcamttest tcamgr'
MYCPPFLAGS='-I. -I$(INCLUDEDIR) -I/scratch/newhome/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__'
MYDOCUMENTFILES='COPYING ChangeLog doc tokyocabinet.idl'
MYFORMATVER='1.0'
MYHEADERFILES='tcutil.h tchdb.h tcbdb.h tcfdb.h tctdb.h tcadb.h'
MYLDFLAGS='-L. -L$(LIBDIR) -L/scratch/newhome/lib -L/usr/local/lib'
MYLDLIBPATHENV='LD_LIBRARY_PATH'
MYLIBOBJFILES='tcutil.o tchdb.o tcbdb.o tcfdb.o tctdb.o tcadb.o myconf.o md5.o'
MYLIBRARYFILES='libtokyocabinet.a libtokyocabinet.so.9.10.0 libtokyocabinet.so.9 libtokyocabinet.so'
MYLIBREV='10'
MYLIBVER='9'
MYMAN1FILES='tcutest.1 tcumttest.1 tcucodec.1 tchtest.1 tchmttest.1 tchmgr.1 tcbtest.1 tcbmttest.1 tcbmgr.1 tcftest.1 tcfmttest.1 tcfmgr.1 tcttest.1 tctmttest.1 tctmgr.1 tcatest.1 tcamttest.1 tcamgr.1'
MYMAN3FILES='tokyocabinet.3 tcutil.3 tcxstr.3 tclist.3 tcmap.3 tctree.3 tcmdb.3 tcmpool.3 tchdb.3 tcbdb.3 tcfdb.3 tctdb.3 tcadb.3'
MYPCFILES='tokyocabinet.pc'
MYPOSTCMD='true'
MYRUNPATH='$(LIBDIR)'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='tokyocabinet'
PACKAGE_STRING='tokyocabinet 1.4.47'
PACKAGE_TARNAME='tokyocabinet'
PACKAGE_URL=''
PACKAGE_VERSION='1.4.47'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "tokyocabinet"
#define PACKAGE_TARNAME "tokyocabinet"
#define PACKAGE_VERSION "1.4.47"
#define PACKAGE_STRING "tokyocabinet 1.4.47"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIBC 1
#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBRT 1
#define HAVE_LIBZ 1
#define HAVE_LIBBZ2 1
configure: exit 0