OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / mecab-0.996 / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by configure, which was
5 generated by GNU Autoconf 2.68.  Invocation command line was
6
7   $ ./configure --enable-utf8-only
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = debian
14 uname -m = i686
15 uname -r = 3.16.0-4-686-pae
16 uname -s = Linux
17 uname -v = #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24)
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = unknown
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/local/bin
31 PATH: /usr/bin
32 PATH: /bin
33 PATH: /usr/local/games
34 PATH: /usr/games
35
36
37 ## ----------- ##
38 ## Core tests. ##
39 ## ----------- ##
40
41 configure:2608: checking for a BSD-compatible install
42 configure:2676: result: /usr/bin/install -c
43 configure:2687: checking whether build environment is sane
44 configure:2737: result: yes
45 configure:2878: checking for a thread-safe mkdir -p
46 configure:2917: result: /bin/mkdir -p
47 configure:2930: checking for gawk
48 configure:2946: found /usr/bin/gawk
49 configure:2957: result: gawk
50 configure:2968: checking whether make sets $(MAKE)
51 configure:2990: result: yes
52 configure:3133: checking for gcc
53 configure:3149: found /usr/bin/gcc
54 configure:3160: result: gcc
55 configure:3389: checking for C compiler version
56 configure:3398: gcc --version >&5
57 gcc (Debian 4.9.2-10) 4.9.2
58 Copyright (C) 2014 Free Software Foundation, Inc.
59 This is free software; see the source for copying conditions.  There is NO
60 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
61
62 configure:3409: $? = 0
63 configure:3398: gcc -v >&5
64 Using built-in specs.
65 COLLECT_GCC=gcc
66 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
67 Target: i586-linux-gnu
68 Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
69 Thread model: posix
70 gcc version 4.9.2 (Debian 4.9.2-10) 
71 configure:3409: $? = 0
72 configure:3398: gcc -V >&5
73 gcc: error: unrecognized command line option '-V'
74 gcc: fatal error: no input files
75 compilation terminated.
76 configure:3409: $? = 4
77 configure:3398: gcc -qversion >&5
78 gcc: error: unrecognized command line option '-qversion'
79 gcc: fatal error: no input files
80 compilation terminated.
81 configure:3409: $? = 4
82 configure:3429: checking whether the C compiler works
83 configure:3451: gcc    conftest.c  >&5
84 configure:3455: $? = 0
85 configure:3503: result: yes
86 configure:3506: checking for C compiler default output file name
87 configure:3508: result: a.out
88 configure:3514: checking for suffix of executables
89 configure:3521: gcc -o conftest    conftest.c  >&5
90 configure:3525: $? = 0
91 configure:3547: result: 
92 configure:3569: checking whether we are cross compiling
93 configure:3577: gcc -o conftest    conftest.c  >&5
94 configure:3581: $? = 0
95 configure:3588: ./conftest
96 configure:3592: $? = 0
97 configure:3607: result: no
98 configure:3612: checking for suffix of object files
99 configure:3634: gcc -c   conftest.c >&5
100 configure:3638: $? = 0
101 configure:3659: result: o
102 configure:3663: checking whether we are using the GNU C compiler
103 configure:3682: gcc -c   conftest.c >&5
104 configure:3682: $? = 0
105 configure:3691: result: yes
106 configure:3700: checking whether gcc accepts -g
107 configure:3720: gcc -c -g  conftest.c >&5
108 configure:3720: $? = 0
109 configure:3761: result: yes
110 configure:3778: checking for gcc option to accept ISO C89
111 configure:3842: gcc  -c -g -O2  conftest.c >&5
112 configure:3842: $? = 0
113 configure:3855: result: none needed
114 configure:3886: checking for style of include used by make
115 configure:3914: result: GNU
116 configure:3940: checking dependency style of gcc
117 configure:4051: result: none
118 configure:4124: checking for g++
119 configure:4140: found /usr/bin/g++
120 configure:4151: result: g++
121 configure:4178: checking for C++ compiler version
122 configure:4187: g++ --version >&5
123 g++ (Debian 4.9.2-10) 4.9.2
124 Copyright (C) 2014 Free Software Foundation, Inc.
125 This is free software; see the source for copying conditions.  There is NO
126 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
127
128 configure:4198: $? = 0
129 configure:4187: g++ -v >&5
130 Using built-in specs.
131 COLLECT_GCC=g++
132 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
133 Target: i586-linux-gnu
134 Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
135 Thread model: posix
136 gcc version 4.9.2 (Debian 4.9.2-10) 
137 configure:4198: $? = 0
138 configure:4187: g++ -V >&5
139 g++: error: unrecognized command line option '-V'
140 g++: fatal error: no input files
141 compilation terminated.
142 configure:4198: $? = 4
143 configure:4187: g++ -qversion >&5
144 g++: error: unrecognized command line option '-qversion'
145 g++: fatal error: no input files
146 compilation terminated.
147 configure:4198: $? = 4
148 configure:4202: checking whether we are using the GNU C++ compiler
149 configure:4221: g++ -c   conftest.cpp >&5
150 configure:4221: $? = 0
151 configure:4230: result: yes
152 configure:4239: checking whether g++ accepts -g
153 configure:4259: g++ -c -g  conftest.cpp >&5
154 configure:4259: $? = 0
155 configure:4300: result: yes
156 configure:4325: checking dependency style of g++
157 configure:4436: result: none
158 configure:4457: checking how to run the C preprocessor
159 configure:4488: gcc -E  conftest.c
160 configure:4488: $? = 0
161 configure:4502: gcc -E  conftest.c
162 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
163  #include <ac_nonexistent.h>
164                             ^
165 compilation terminated.
166 configure:4502: $? = 1
167 configure: failed program was:
168 | /* confdefs.h */
169 | #define PACKAGE_NAME ""
170 | #define PACKAGE_TARNAME ""
171 | #define PACKAGE_VERSION ""
172 | #define PACKAGE_STRING ""
173 | #define PACKAGE_BUGREPORT ""
174 | #define PACKAGE_URL ""
175 | #define PACKAGE "mecab"
176 | #define VERSION "0.996"
177 | /* end confdefs.h.  */
178 | #include <ac_nonexistent.h>
179 configure:4527: result: gcc -E
180 configure:4547: gcc -E  conftest.c
181 configure:4547: $? = 0
182 configure:4561: gcc -E  conftest.c
183 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
184  #include <ac_nonexistent.h>
185                             ^
186 compilation terminated.
187 configure:4561: $? = 1
188 configure: failed program was:
189 | /* confdefs.h */
190 | #define PACKAGE_NAME ""
191 | #define PACKAGE_TARNAME ""
192 | #define PACKAGE_VERSION ""
193 | #define PACKAGE_STRING ""
194 | #define PACKAGE_BUGREPORT ""
195 | #define PACKAGE_URL ""
196 | #define PACKAGE "mecab"
197 | #define VERSION "0.996"
198 | /* end confdefs.h.  */
199 | #include <ac_nonexistent.h>
200 configure:4590: checking for grep that handles long lines and -e
201 configure:4648: result: /bin/grep
202 configure:4653: checking for egrep
203 configure:4715: result: /bin/grep -E
204 configure:4721: checking whether gcc needs -traditional
205 configure:4755: result: no
206 configure:4762: checking whether make sets $(MAKE)
207 configure:4784: result: yes
208 configure:4797: checking build system type
209 configure:4811: result: i686-pc-linux-gnu
210 configure:4831: checking host system type
211 configure:4844: result: i686-pc-linux-gnu
212 configure:5213: checking how to print strings
213 configure:5240: result: printf
214 configure:5261: checking for a sed that does not truncate output
215 configure:5325: result: /bin/sed
216 configure:5343: checking for fgrep
217 configure:5405: result: /bin/grep -F
218 configure:5440: checking for ld used by gcc
219 configure:5507: result: /usr/bin/ld
220 configure:5514: checking if the linker (/usr/bin/ld) is GNU ld
221 configure:5529: result: yes
222 configure:5541: checking for BSD- or MS-compatible name lister (nm)
223 configure:5590: result: /usr/bin/nm -B
224 configure:5720: checking the name lister (/usr/bin/nm -B) interface
225 configure:5727: gcc -c -g -O2  conftest.c >&5
226 configure:5730: /usr/bin/nm -B "conftest.o"
227 configure:5733: output
228 00000000 B some_variable
229 configure:5740: result: BSD nm
230 configure:5743: checking whether ln -s works
231 configure:5747: result: yes
232 configure:5755: checking the maximum length of command line arguments
233 configure:5885: result: 1572864
234 configure:5902: checking whether the shell understands some XSI constructs
235 configure:5912: result: yes
236 configure:5916: checking whether the shell understands "+="
237 configure:5922: result: yes
238 configure:5957: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
239 configure:5997: result: func_convert_file_noop
240 configure:6004: checking how to convert i686-pc-linux-gnu file names to toolchain format
241 configure:6024: result: func_convert_file_noop
242 configure:6031: checking for /usr/bin/ld option to reload object files
243 configure:6038: result: -r
244 configure:6112: checking for objdump
245 configure:6139: result: objdump
246 configure:6168: checking how to recognize dependent libraries
247 configure:6370: result: pass_all
248 configure:6455: checking for dlltool
249 configure:6482: result: dlltool
250 configure:6512: checking how to associate runtime and link libraries
251 configure:6539: result: printf %s\n
252 configure:6599: checking for ar
253 configure:6615: found /usr/bin/ar
254 configure:6626: result: ar
255 configure:6663: checking for archiver @FILE support
256 configure:6680: gcc -c -g -O2  conftest.c >&5
257 configure:6680: $? = 0
258 configure:6683: ar cru libconftest.a @conftest.lst >&5
259 configure:6686: $? = 0
260 configure:6691: ar cru libconftest.a @conftest.lst >&5
261 ar: conftest.o: No such file or directory
262 configure:6694: $? = 1
263 configure:6706: result: @
264 configure:6764: checking for strip
265 configure:6780: found /usr/bin/strip
266 configure:6791: result: strip
267 configure:6863: checking for ranlib
268 configure:6879: found /usr/bin/ranlib
269 configure:6890: result: ranlib
270 configure:6992: checking command to parse /usr/bin/nm -B output from gcc object
271 configure:7112: gcc -c -g -O2  conftest.c >&5
272 configure:7115: $? = 0
273 configure:7119: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
274 configure:7122: $? = 0
275 configure:7188: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
276 configure:7191: $? = 0
277 configure:7229: result: ok
278 configure:7266: checking for sysroot
279 configure:7296: result: no
280 configure:7552: checking for mt
281 configure:7568: found /bin/mt
282 configure:7579: result: mt
283 configure:7602: checking if mt is a manifest tool
284 configure:7608: mt '-?'
285 configure:7616: result: no
286 configure:8253: checking for ANSI C header files
287 configure:8273: gcc -c -g -O2  conftest.c >&5
288 configure:8273: $? = 0
289 configure:8346: gcc -o conftest -g -O2   conftest.c  >&5
290 configure:8346: $? = 0
291 configure:8346: ./conftest
292 configure:8346: $? = 0
293 configure:8357: result: yes
294 configure:8370: checking for sys/types.h
295 configure:8370: gcc -c -g -O2  conftest.c >&5
296 configure:8370: $? = 0
297 configure:8370: result: yes
298 configure:8370: checking for sys/stat.h
299 configure:8370: gcc -c -g -O2  conftest.c >&5
300 configure:8370: $? = 0
301 configure:8370: result: yes
302 configure:8370: checking for stdlib.h
303 configure:8370: gcc -c -g -O2  conftest.c >&5
304 configure:8370: $? = 0
305 configure:8370: result: yes
306 configure:8370: checking for string.h
307 configure:8370: gcc -c -g -O2  conftest.c >&5
308 configure:8370: $? = 0
309 configure:8370: result: yes
310 configure:8370: checking for memory.h
311 configure:8370: gcc -c -g -O2  conftest.c >&5
312 configure:8370: $? = 0
313 configure:8370: result: yes
314 configure:8370: checking for strings.h
315 configure:8370: gcc -c -g -O2  conftest.c >&5
316 configure:8370: $? = 0
317 configure:8370: result: yes
318 configure:8370: checking for inttypes.h
319 configure:8370: gcc -c -g -O2  conftest.c >&5
320 configure:8370: $? = 0
321 configure:8370: result: yes
322 configure:8370: checking for stdint.h
323 configure:8370: gcc -c -g -O2  conftest.c >&5
324 configure:8370: $? = 0
325 configure:8370: result: yes
326 configure:8370: checking for unistd.h
327 configure:8370: gcc -c -g -O2  conftest.c >&5
328 configure:8370: $? = 0
329 configure:8370: result: yes
330 configure:8384: checking for dlfcn.h
331 configure:8384: gcc -c -g -O2  conftest.c >&5
332 configure:8384: $? = 0
333 configure:8384: result: yes
334 configure:8599: checking for objdir
335 configure:8614: result: .libs
336 configure:8881: checking if gcc supports -fno-rtti -fno-exceptions
337 configure:8899: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
338 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
339 configure:8903: $? = 0
340 configure:8916: result: no
341 configure:9243: checking for gcc option to produce PIC
342 configure:9250: result: -fPIC -DPIC
343 configure:9258: checking if gcc PIC flag -fPIC -DPIC works
344 configure:9276: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
345 configure:9280: $? = 0
346 configure:9293: result: yes
347 configure:9322: checking if gcc static flag -static works
348 configure:9350: result: yes
349 configure:9365: checking if gcc supports -c -o file.o
350 configure:9386: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
351 configure:9390: $? = 0
352 configure:9412: result: yes
353 configure:9420: checking if gcc supports -c -o file.o
354 configure:9467: result: yes
355 configure:9500: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
356 configure:10657: result: yes
357 configure:10694: checking whether -lc should be explicitly linked in
358 configure:10702: gcc -c -g -O2  conftest.c >&5
359 configure:10705: $? = 0
360 configure:10720: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
361 configure:10723: $? = 0
362 configure:10737: result: no
363 configure:10897: checking dynamic linker characteristics
364 configure:11408: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
365 configure:11408: $? = 0
366 configure:11642: result: GNU/Linux ld.so
367 configure:11749: checking how to hardcode library paths into programs
368 configure:11774: result: immediate
369 configure:12314: checking whether stripping libraries is possible
370 configure:12319: result: yes
371 configure:12354: checking if libtool supports shared libraries
372 configure:12356: result: yes
373 configure:12359: checking whether to build shared libraries
374 configure:12380: result: yes
375 configure:12383: checking whether to build static libraries
376 configure:12387: result: yes
377 configure:12410: checking how to run the C++ preprocessor
378 configure:12437: g++ -E  conftest.cpp
379 configure:12437: $? = 0
380 configure:12451: g++ -E  conftest.cpp
381 conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
382  #include <ac_nonexistent.h>
383                             ^
384 compilation terminated.
385 configure:12451: $? = 1
386 configure: failed program was:
387 | /* confdefs.h */
388 | #define PACKAGE_NAME ""
389 | #define PACKAGE_TARNAME ""
390 | #define PACKAGE_VERSION ""
391 | #define PACKAGE_STRING ""
392 | #define PACKAGE_BUGREPORT ""
393 | #define PACKAGE_URL ""
394 | #define PACKAGE "mecab"
395 | #define VERSION "0.996"
396 | #define STDC_HEADERS 1
397 | #define HAVE_SYS_TYPES_H 1
398 | #define HAVE_SYS_STAT_H 1
399 | #define HAVE_STDLIB_H 1
400 | #define HAVE_STRING_H 1
401 | #define HAVE_MEMORY_H 1
402 | #define HAVE_STRINGS_H 1
403 | #define HAVE_INTTYPES_H 1
404 | #define HAVE_STDINT_H 1
405 | #define HAVE_UNISTD_H 1
406 | #define HAVE_DLFCN_H 1
407 | #define LT_OBJDIR ".libs/"
408 | /* end confdefs.h.  */
409 | #include <ac_nonexistent.h>
410 configure:12476: result: g++ -E
411 configure:12496: g++ -E  conftest.cpp
412 configure:12496: $? = 0
413 configure:12510: g++ -E  conftest.cpp
414 conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
415  #include <ac_nonexistent.h>
416                             ^
417 compilation terminated.
418 configure:12510: $? = 1
419 configure: failed program was:
420 | /* confdefs.h */
421 | #define PACKAGE_NAME ""
422 | #define PACKAGE_TARNAME ""
423 | #define PACKAGE_VERSION ""
424 | #define PACKAGE_STRING ""
425 | #define PACKAGE_BUGREPORT ""
426 | #define PACKAGE_URL ""
427 | #define PACKAGE "mecab"
428 | #define VERSION "0.996"
429 | #define STDC_HEADERS 1
430 | #define HAVE_SYS_TYPES_H 1
431 | #define HAVE_SYS_STAT_H 1
432 | #define HAVE_STDLIB_H 1
433 | #define HAVE_STRING_H 1
434 | #define HAVE_MEMORY_H 1
435 | #define HAVE_STRINGS_H 1
436 | #define HAVE_INTTYPES_H 1
437 | #define HAVE_STDINT_H 1
438 | #define HAVE_UNISTD_H 1
439 | #define HAVE_DLFCN_H 1
440 | #define LT_OBJDIR ".libs/"
441 | /* end confdefs.h.  */
442 | #include <ac_nonexistent.h>
443 configure:12679: checking for ld used by g++
444 configure:12746: result: /usr/bin/ld
445 configure:12753: checking if the linker (/usr/bin/ld) is GNU ld
446 configure:12768: result: yes
447 configure:12823: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
448 configure:13828: result: yes
449 configure:13864: g++ -c -g -O2  conftest.cpp >&5
450 configure:13867: $? = 0
451 configure:14387: checking for g++ option to produce PIC
452 configure:14394: result: -fPIC -DPIC
453 configure:14402: checking if g++ PIC flag -fPIC -DPIC works
454 configure:14420: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
455 configure:14424: $? = 0
456 configure:14437: result: yes
457 configure:14460: checking if g++ static flag -static works
458 configure:14488: result: yes
459 configure:14500: checking if g++ supports -c -o file.o
460 configure:14521: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
461 configure:14525: $? = 0
462 configure:14547: result: yes
463 configure:14552: checking if g++ supports -c -o file.o
464 configure:14599: result: yes
465 configure:14629: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
466 configure:14668: result: yes
467 configure:14809: checking dynamic linker characteristics
468 configure:15488: result: GNU/Linux ld.so
469 configure:15541: checking how to hardcode library paths into programs
470 configure:15566: result: immediate
471 configure:15627: checking for library containing strerror
472 configure:15658: gcc -o conftest -g -O2   conftest.c  >&5
473 configure:15658: $? = 0
474 configure:15675: result: none required
475 configure:15683: checking whether byte ordering is bigendian
476 configure:15698: gcc -c -g -O2  conftest.c >&5
477 conftest.c:24:9: error: unknown type name 'not'
478          not a universal capable compiler
479          ^
480 conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
481          not a universal capable compiler
482                ^
483 conftest.c:24:15: error: unknown type name 'universal'
484 configure:15698: $? = 1
485 configure: failed program was:
486 | /* confdefs.h */
487 | #define PACKAGE_NAME ""
488 | #define PACKAGE_TARNAME ""
489 | #define PACKAGE_VERSION ""
490 | #define PACKAGE_STRING ""
491 | #define PACKAGE_BUGREPORT ""
492 | #define PACKAGE_URL ""
493 | #define PACKAGE "mecab"
494 | #define VERSION "0.996"
495 | #define STDC_HEADERS 1
496 | #define HAVE_SYS_TYPES_H 1
497 | #define HAVE_SYS_STAT_H 1
498 | #define HAVE_STDLIB_H 1
499 | #define HAVE_STRING_H 1
500 | #define HAVE_MEMORY_H 1
501 | #define HAVE_STRINGS_H 1
502 | #define HAVE_INTTYPES_H 1
503 | #define HAVE_STDINT_H 1
504 | #define HAVE_UNISTD_H 1
505 | #define HAVE_DLFCN_H 1
506 | #define LT_OBJDIR ".libs/"
507 | /* end confdefs.h.  */
508 | #ifndef __APPLE_CC__
509 |              not a universal capable compiler
510 |            #endif
511 |            typedef int dummy;
512
513 configure:15743: gcc -c -g -O2  conftest.c >&5
514 configure:15743: $? = 0
515 configure:15761: gcc -c -g -O2  conftest.c >&5
516 conftest.c: In function 'main':
517 conftest.c:30:4: error: unknown type name 'not'
518     not big endian
519     ^
520 conftest.c:30:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
521     not big endian
522             ^
523 configure:15761: $? = 1
524 configure: failed program was:
525 | /* confdefs.h */
526 | #define PACKAGE_NAME ""
527 | #define PACKAGE_TARNAME ""
528 | #define PACKAGE_VERSION ""
529 | #define PACKAGE_STRING ""
530 | #define PACKAGE_BUGREPORT ""
531 | #define PACKAGE_URL ""
532 | #define PACKAGE "mecab"
533 | #define VERSION "0.996"
534 | #define STDC_HEADERS 1
535 | #define HAVE_SYS_TYPES_H 1
536 | #define HAVE_SYS_STAT_H 1
537 | #define HAVE_STDLIB_H 1
538 | #define HAVE_STRING_H 1
539 | #define HAVE_MEMORY_H 1
540 | #define HAVE_STRINGS_H 1
541 | #define HAVE_INTTYPES_H 1
542 | #define HAVE_STDINT_H 1
543 | #define HAVE_UNISTD_H 1
544 | #define HAVE_DLFCN_H 1
545 | #define LT_OBJDIR ".libs/"
546 | /* end confdefs.h.  */
547 | #include <sys/types.h>
548 |               #include <sys/param.h>
549
550 | int
551 | main ()
552 | {
553 | #if BYTE_ORDER != BIG_ENDIAN
554 |                not big endian
555 |               #endif
556
557 |   ;
558 |   return 0;
559 | }
560 configure:15889: result: no
561 configure:15953: checking for ld used by GCC
562 configure:16017: result: /usr/bin/ld
563 configure:16024: checking if the linker (/usr/bin/ld) is GNU ld
564 configure:16037: result: yes
565 configure:16044: checking for shared library run path origin
566 configure:16057: result: done
567 configure:16635: checking for iconv
568 configure:16657: gcc -o conftest -g -O2   conftest.c  >&5
569 configure:16657: $? = 0
570 configure:16689: result: yes
571 configure:16692: checking for working iconv
572 configure:16787: gcc -o conftest -g -O2   conftest.c  >&5
573 configure:16787: $? = 0
574 configure:16787: ./conftest
575 configure:16787: $? = 0
576 configure:16799: result: yes
577 configure:16827: checking for iconv declaration
578 configure:16856: gcc -c -g -O2  conftest.c >&5
579 configure:16856: $? = 0
580 configure:16867: result:
581          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
582 configure:16889: checking for ANSI C header files
583 configure:16993: result: yes
584 configure:17001: checking for an ANSI C-conforming const
585 configure:17066: gcc -c -g -O2  conftest.c >&5
586 configure:17066: $? = 0
587 configure:17073: result: yes
588 configure:17081: checking whether byte ordering is bigendian
589 configure:17287: result: no
590 configure:17310: checking for string.h
591 configure:17310: result: yes
592 configure:17310: checking for stdlib.h
593 configure:17310: result: yes
594 configure:17310: checking for unistd.h
595 configure:17310: result: yes
596 configure:17310: checking fcntl.h usability
597 configure:17310: gcc -c -g -O2  conftest.c >&5
598 configure:17310: $? = 0
599 configure:17310: result: yes
600 configure:17310: checking fcntl.h presence
601 configure:17310: gcc -E  conftest.c
602 configure:17310: $? = 0
603 configure:17310: result: yes
604 configure:17310: checking for fcntl.h
605 configure:17310: result: yes
606 configure:17310: checking for stdint.h
607 configure:17310: result: yes
608 configure:17310: checking for sys/stat.h
609 configure:17310: result: yes
610 configure:17310: checking sys/mman.h usability
611 configure:17310: gcc -c -g -O2  conftest.c >&5
612 configure:17310: $? = 0
613 configure:17310: result: yes
614 configure:17310: checking sys/mman.h presence
615 configure:17310: gcc -E  conftest.c
616 configure:17310: $? = 0
617 configure:17310: result: yes
618 configure:17310: checking for sys/mman.h
619 configure:17310: result: yes
620 configure:17310: checking sys/times.h usability
621 configure:17310: gcc -c -g -O2  conftest.c >&5
622 configure:17310: $? = 0
623 configure:17310: result: yes
624 configure:17310: checking sys/times.h presence
625 configure:17310: gcc -E  conftest.c
626 configure:17310: $? = 0
627 configure:17310: result: yes
628 configure:17310: checking for sys/times.h
629 configure:17310: result: yes
630 configure:17310: checking for sys/types.h
631 configure:17310: result: yes
632 configure:17310: checking dirent.h usability
633 configure:17310: gcc -c -g -O2  conftest.c >&5
634 configure:17310: $? = 0
635 configure:17310: result: yes
636 configure:17310: checking dirent.h presence
637 configure:17310: gcc -E  conftest.c
638 configure:17310: $? = 0
639 configure:17310: result: yes
640 configure:17310: checking for dirent.h
641 configure:17310: result: yes
642 configure:17310: checking ctype.h usability
643 configure:17310: gcc -c -g -O2  conftest.c >&5
644 configure:17310: $? = 0
645 configure:17310: result: yes
646 configure:17310: checking ctype.h presence
647 configure:17310: gcc -E  conftest.c
648 configure:17310: $? = 0
649 configure:17310: result: yes
650 configure:17310: checking for ctype.h
651 configure:17310: result: yes
652 configure:17310: checking for sys/types.h
653 configure:17310: result: yes
654 configure:17310: checking io.h usability
655 configure:17310: gcc -c -g -O2  conftest.c >&5
656 conftest.c:71:16: fatal error: io.h: No such file or directory
657  #include <io.h>
658                 ^
659 compilation terminated.
660 configure:17310: $? = 1
661 configure: failed program was:
662 | /* confdefs.h */
663 | #define PACKAGE_NAME ""
664 | #define PACKAGE_TARNAME ""
665 | #define PACKAGE_VERSION ""
666 | #define PACKAGE_STRING ""
667 | #define PACKAGE_BUGREPORT ""
668 | #define PACKAGE_URL ""
669 | #define PACKAGE "mecab"
670 | #define VERSION "0.996"
671 | #define STDC_HEADERS 1
672 | #define HAVE_SYS_TYPES_H 1
673 | #define HAVE_SYS_STAT_H 1
674 | #define HAVE_STDLIB_H 1
675 | #define HAVE_STRING_H 1
676 | #define HAVE_MEMORY_H 1
677 | #define HAVE_STRINGS_H 1
678 | #define HAVE_INTTYPES_H 1
679 | #define HAVE_STDINT_H 1
680 | #define HAVE_UNISTD_H 1
681 | #define HAVE_DLFCN_H 1
682 | #define LT_OBJDIR ".libs/"
683 | #define HAVE_ICONV 1
684 | #define ICONV_CONST 
685 | #define STDC_HEADERS 1
686 | #define HAVE_STRING_H 1
687 | #define HAVE_STDLIB_H 1
688 | #define HAVE_UNISTD_H 1
689 | #define HAVE_FCNTL_H 1
690 | #define HAVE_STDINT_H 1
691 | #define HAVE_SYS_STAT_H 1
692 | #define HAVE_SYS_MMAN_H 1
693 | #define HAVE_SYS_TIMES_H 1
694 | #define HAVE_SYS_TYPES_H 1
695 | #define HAVE_DIRENT_H 1
696 | #define HAVE_CTYPE_H 1
697 | #define HAVE_SYS_TYPES_H 1
698 | /* end confdefs.h.  */
699 | #include <stdio.h>
700 | #ifdef HAVE_SYS_TYPES_H
701 | # include <sys/types.h>
702 | #endif
703 | #ifdef HAVE_SYS_STAT_H
704 | # include <sys/stat.h>
705 | #endif
706 | #ifdef STDC_HEADERS
707 | # include <stdlib.h>
708 | # include <stddef.h>
709 | #else
710 | # ifdef HAVE_STDLIB_H
711 | #  include <stdlib.h>
712 | # endif
713 | #endif
714 | #ifdef HAVE_STRING_H
715 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
716 | #  include <memory.h>
717 | # endif
718 | # include <string.h>
719 | #endif
720 | #ifdef HAVE_STRINGS_H
721 | # include <strings.h>
722 | #endif
723 | #ifdef HAVE_INTTYPES_H
724 | # include <inttypes.h>
725 | #endif
726 | #ifdef HAVE_STDINT_H
727 | # include <stdint.h>
728 | #endif
729 | #ifdef HAVE_UNISTD_H
730 | # include <unistd.h>
731 | #endif
732 | #include <io.h>
733 configure:17310: result: no
734 configure:17310: checking io.h presence
735 configure:17310: gcc -E  conftest.c
736 conftest.c:38:16: fatal error: io.h: No such file or directory
737  #include <io.h>
738                 ^
739 compilation terminated.
740 configure:17310: $? = 1
741 configure: failed program was:
742 | /* confdefs.h */
743 | #define PACKAGE_NAME ""
744 | #define PACKAGE_TARNAME ""
745 | #define PACKAGE_VERSION ""
746 | #define PACKAGE_STRING ""
747 | #define PACKAGE_BUGREPORT ""
748 | #define PACKAGE_URL ""
749 | #define PACKAGE "mecab"
750 | #define VERSION "0.996"
751 | #define STDC_HEADERS 1
752 | #define HAVE_SYS_TYPES_H 1
753 | #define HAVE_SYS_STAT_H 1
754 | #define HAVE_STDLIB_H 1
755 | #define HAVE_STRING_H 1
756 | #define HAVE_MEMORY_H 1
757 | #define HAVE_STRINGS_H 1
758 | #define HAVE_INTTYPES_H 1
759 | #define HAVE_STDINT_H 1
760 | #define HAVE_UNISTD_H 1
761 | #define HAVE_DLFCN_H 1
762 | #define LT_OBJDIR ".libs/"
763 | #define HAVE_ICONV 1
764 | #define ICONV_CONST 
765 | #define STDC_HEADERS 1
766 | #define HAVE_STRING_H 1
767 | #define HAVE_STDLIB_H 1
768 | #define HAVE_UNISTD_H 1
769 | #define HAVE_FCNTL_H 1
770 | #define HAVE_STDINT_H 1
771 | #define HAVE_SYS_STAT_H 1
772 | #define HAVE_SYS_MMAN_H 1
773 | #define HAVE_SYS_TIMES_H 1
774 | #define HAVE_SYS_TYPES_H 1
775 | #define HAVE_DIRENT_H 1
776 | #define HAVE_CTYPE_H 1
777 | #define HAVE_SYS_TYPES_H 1
778 | /* end confdefs.h.  */
779 | #include <io.h>
780 configure:17310: result: no
781 configure:17310: checking for io.h
782 configure:17310: result: no
783 configure:17310: checking windows.h usability
784 configure:17310: gcc -c -g -O2  conftest.c >&5
785 conftest.c:71:21: fatal error: windows.h: No such file or directory
786  #include <windows.h>
787                      ^
788 compilation terminated.
789 configure:17310: $? = 1
790 configure: failed program was:
791 | /* confdefs.h */
792 | #define PACKAGE_NAME ""
793 | #define PACKAGE_TARNAME ""
794 | #define PACKAGE_VERSION ""
795 | #define PACKAGE_STRING ""
796 | #define PACKAGE_BUGREPORT ""
797 | #define PACKAGE_URL ""
798 | #define PACKAGE "mecab"
799 | #define VERSION "0.996"
800 | #define STDC_HEADERS 1
801 | #define HAVE_SYS_TYPES_H 1
802 | #define HAVE_SYS_STAT_H 1
803 | #define HAVE_STDLIB_H 1
804 | #define HAVE_STRING_H 1
805 | #define HAVE_MEMORY_H 1
806 | #define HAVE_STRINGS_H 1
807 | #define HAVE_INTTYPES_H 1
808 | #define HAVE_STDINT_H 1
809 | #define HAVE_UNISTD_H 1
810 | #define HAVE_DLFCN_H 1
811 | #define LT_OBJDIR ".libs/"
812 | #define HAVE_ICONV 1
813 | #define ICONV_CONST 
814 | #define STDC_HEADERS 1
815 | #define HAVE_STRING_H 1
816 | #define HAVE_STDLIB_H 1
817 | #define HAVE_UNISTD_H 1
818 | #define HAVE_FCNTL_H 1
819 | #define HAVE_STDINT_H 1
820 | #define HAVE_SYS_STAT_H 1
821 | #define HAVE_SYS_MMAN_H 1
822 | #define HAVE_SYS_TIMES_H 1
823 | #define HAVE_SYS_TYPES_H 1
824 | #define HAVE_DIRENT_H 1
825 | #define HAVE_CTYPE_H 1
826 | #define HAVE_SYS_TYPES_H 1
827 | /* end confdefs.h.  */
828 | #include <stdio.h>
829 | #ifdef HAVE_SYS_TYPES_H
830 | # include <sys/types.h>
831 | #endif
832 | #ifdef HAVE_SYS_STAT_H
833 | # include <sys/stat.h>
834 | #endif
835 | #ifdef STDC_HEADERS
836 | # include <stdlib.h>
837 | # include <stddef.h>
838 | #else
839 | # ifdef HAVE_STDLIB_H
840 | #  include <stdlib.h>
841 | # endif
842 | #endif
843 | #ifdef HAVE_STRING_H
844 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
845 | #  include <memory.h>
846 | # endif
847 | # include <string.h>
848 | #endif
849 | #ifdef HAVE_STRINGS_H
850 | # include <strings.h>
851 | #endif
852 | #ifdef HAVE_INTTYPES_H
853 | # include <inttypes.h>
854 | #endif
855 | #ifdef HAVE_STDINT_H
856 | # include <stdint.h>
857 | #endif
858 | #ifdef HAVE_UNISTD_H
859 | # include <unistd.h>
860 | #endif
861 | #include <windows.h>
862 configure:17310: result: no
863 configure:17310: checking windows.h presence
864 configure:17310: gcc -E  conftest.c
865 conftest.c:38:21: fatal error: windows.h: No such file or directory
866  #include <windows.h>
867                      ^
868 compilation terminated.
869 configure:17310: $? = 1
870 configure: failed program was:
871 | /* confdefs.h */
872 | #define PACKAGE_NAME ""
873 | #define PACKAGE_TARNAME ""
874 | #define PACKAGE_VERSION ""
875 | #define PACKAGE_STRING ""
876 | #define PACKAGE_BUGREPORT ""
877 | #define PACKAGE_URL ""
878 | #define PACKAGE "mecab"
879 | #define VERSION "0.996"
880 | #define STDC_HEADERS 1
881 | #define HAVE_SYS_TYPES_H 1
882 | #define HAVE_SYS_STAT_H 1
883 | #define HAVE_STDLIB_H 1
884 | #define HAVE_STRING_H 1
885 | #define HAVE_MEMORY_H 1
886 | #define HAVE_STRINGS_H 1
887 | #define HAVE_INTTYPES_H 1
888 | #define HAVE_STDINT_H 1
889 | #define HAVE_UNISTD_H 1
890 | #define HAVE_DLFCN_H 1
891 | #define LT_OBJDIR ".libs/"
892 | #define HAVE_ICONV 1
893 | #define ICONV_CONST 
894 | #define STDC_HEADERS 1
895 | #define HAVE_STRING_H 1
896 | #define HAVE_STDLIB_H 1
897 | #define HAVE_UNISTD_H 1
898 | #define HAVE_FCNTL_H 1
899 | #define HAVE_STDINT_H 1
900 | #define HAVE_SYS_STAT_H 1
901 | #define HAVE_SYS_MMAN_H 1
902 | #define HAVE_SYS_TIMES_H 1
903 | #define HAVE_SYS_TYPES_H 1
904 | #define HAVE_DIRENT_H 1
905 | #define HAVE_CTYPE_H 1
906 | #define HAVE_SYS_TYPES_H 1
907 | /* end confdefs.h.  */
908 | #include <windows.h>
909 configure:17310: result: no
910 configure:17310: checking for windows.h
911 configure:17310: result: no
912 configure:17310: checking pthread.h usability
913 configure:17310: gcc -c -g -O2  conftest.c >&5
914 configure:17310: $? = 0
915 configure:17310: result: yes
916 configure:17310: checking pthread.h presence
917 configure:17310: gcc -E  conftest.c
918 configure:17310: $? = 0
919 configure:17310: result: yes
920 configure:17310: checking for pthread.h
921 configure:17310: result: yes
922 configure:17320: checking for off_t
923 configure:17320: gcc -c -g -O2  conftest.c >&5
924 configure:17320: $? = 0
925 configure:17320: gcc -c -g -O2  conftest.c >&5
926 conftest.c: In function 'main':
927 conftest.c:75:20: error: expected expression before ')' token
928  if (sizeof ((off_t)))
929                     ^
930 configure:17320: $? = 1
931 configure: failed program was:
932 | /* confdefs.h */
933 | #define PACKAGE_NAME ""
934 | #define PACKAGE_TARNAME ""
935 | #define PACKAGE_VERSION ""
936 | #define PACKAGE_STRING ""
937 | #define PACKAGE_BUGREPORT ""
938 | #define PACKAGE_URL ""
939 | #define PACKAGE "mecab"
940 | #define VERSION "0.996"
941 | #define STDC_HEADERS 1
942 | #define HAVE_SYS_TYPES_H 1
943 | #define HAVE_SYS_STAT_H 1
944 | #define HAVE_STDLIB_H 1
945 | #define HAVE_STRING_H 1
946 | #define HAVE_MEMORY_H 1
947 | #define HAVE_STRINGS_H 1
948 | #define HAVE_INTTYPES_H 1
949 | #define HAVE_STDINT_H 1
950 | #define HAVE_UNISTD_H 1
951 | #define HAVE_DLFCN_H 1
952 | #define LT_OBJDIR ".libs/"
953 | #define HAVE_ICONV 1
954 | #define ICONV_CONST 
955 | #define STDC_HEADERS 1
956 | #define HAVE_STRING_H 1
957 | #define HAVE_STDLIB_H 1
958 | #define HAVE_UNISTD_H 1
959 | #define HAVE_FCNTL_H 1
960 | #define HAVE_STDINT_H 1
961 | #define HAVE_SYS_STAT_H 1
962 | #define HAVE_SYS_MMAN_H 1
963 | #define HAVE_SYS_TIMES_H 1
964 | #define HAVE_SYS_TYPES_H 1
965 | #define HAVE_DIRENT_H 1
966 | #define HAVE_CTYPE_H 1
967 | #define HAVE_SYS_TYPES_H 1
968 | #define HAVE_PTHREAD_H 1
969 | /* end confdefs.h.  */
970 | #include <stdio.h>
971 | #ifdef HAVE_SYS_TYPES_H
972 | # include <sys/types.h>
973 | #endif
974 | #ifdef HAVE_SYS_STAT_H
975 | # include <sys/stat.h>
976 | #endif
977 | #ifdef STDC_HEADERS
978 | # include <stdlib.h>
979 | # include <stddef.h>
980 | #else
981 | # ifdef HAVE_STDLIB_H
982 | #  include <stdlib.h>
983 | # endif
984 | #endif
985 | #ifdef HAVE_STRING_H
986 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
987 | #  include <memory.h>
988 | # endif
989 | # include <string.h>
990 | #endif
991 | #ifdef HAVE_STRINGS_H
992 | # include <strings.h>
993 | #endif
994 | #ifdef HAVE_INTTYPES_H
995 | # include <inttypes.h>
996 | #endif
997 | #ifdef HAVE_STDINT_H
998 | # include <stdint.h>
999 | #endif
1000 | #ifdef HAVE_UNISTD_H
1001 | # include <unistd.h>
1002 | #endif
1003 | int
1004 | main ()
1005 | {
1006 | if (sizeof ((off_t)))
1007 |           return 0;
1008 |   ;
1009 |   return 0;
1010 | }
1011 configure:17320: result: yes
1012 configure:17331: checking for size_t
1013 configure:17331: gcc -c -g -O2  conftest.c >&5
1014 configure:17331: $? = 0
1015 configure:17331: gcc -c -g -O2  conftest.c >&5
1016 conftest.c: In function 'main':
1017 conftest.c:75:21: error: expected expression before ')' token
1018  if (sizeof ((size_t)))
1019                      ^
1020 configure:17331: $? = 1
1021 configure: failed program was:
1022 | /* confdefs.h */
1023 | #define PACKAGE_NAME ""
1024 | #define PACKAGE_TARNAME ""
1025 | #define PACKAGE_VERSION ""
1026 | #define PACKAGE_STRING ""
1027 | #define PACKAGE_BUGREPORT ""
1028 | #define PACKAGE_URL ""
1029 | #define PACKAGE "mecab"
1030 | #define VERSION "0.996"
1031 | #define STDC_HEADERS 1
1032 | #define HAVE_SYS_TYPES_H 1
1033 | #define HAVE_SYS_STAT_H 1
1034 | #define HAVE_STDLIB_H 1
1035 | #define HAVE_STRING_H 1
1036 | #define HAVE_MEMORY_H 1
1037 | #define HAVE_STRINGS_H 1
1038 | #define HAVE_INTTYPES_H 1
1039 | #define HAVE_STDINT_H 1
1040 | #define HAVE_UNISTD_H 1
1041 | #define HAVE_DLFCN_H 1
1042 | #define LT_OBJDIR ".libs/"
1043 | #define HAVE_ICONV 1
1044 | #define ICONV_CONST 
1045 | #define STDC_HEADERS 1
1046 | #define HAVE_STRING_H 1
1047 | #define HAVE_STDLIB_H 1
1048 | #define HAVE_UNISTD_H 1
1049 | #define HAVE_FCNTL_H 1
1050 | #define HAVE_STDINT_H 1
1051 | #define HAVE_SYS_STAT_H 1
1052 | #define HAVE_SYS_MMAN_H 1
1053 | #define HAVE_SYS_TIMES_H 1
1054 | #define HAVE_SYS_TYPES_H 1
1055 | #define HAVE_DIRENT_H 1
1056 | #define HAVE_CTYPE_H 1
1057 | #define HAVE_SYS_TYPES_H 1
1058 | #define HAVE_PTHREAD_H 1
1059 | /* end confdefs.h.  */
1060 | #include <stdio.h>
1061 | #ifdef HAVE_SYS_TYPES_H
1062 | # include <sys/types.h>
1063 | #endif
1064 | #ifdef HAVE_SYS_STAT_H
1065 | # include <sys/stat.h>
1066 | #endif
1067 | #ifdef STDC_HEADERS
1068 | # include <stdlib.h>
1069 | # include <stddef.h>
1070 | #else
1071 | # ifdef HAVE_STDLIB_H
1072 | #  include <stdlib.h>
1073 | # endif
1074 | #endif
1075 | #ifdef HAVE_STRING_H
1076 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1077 | #  include <memory.h>
1078 | # endif
1079 | # include <string.h>
1080 | #endif
1081 | #ifdef HAVE_STRINGS_H
1082 | # include <strings.h>
1083 | #endif
1084 | #ifdef HAVE_INTTYPES_H
1085 | # include <inttypes.h>
1086 | #endif
1087 | #ifdef HAVE_STDINT_H
1088 | # include <stdint.h>
1089 | #endif
1090 | #ifdef HAVE_UNISTD_H
1091 | # include <unistd.h>
1092 | #endif
1093 | int
1094 | main ()
1095 | {
1096 | if (sizeof ((size_t)))
1097 |           return 0;
1098 |   ;
1099 |   return 0;
1100 | }
1101 configure:17331: result: yes
1102 configure:17346: checking size of char
1103 configure:17351: gcc -o conftest -g -O2   conftest.c  >&5
1104 configure:17351: $? = 0
1105 configure:17351: ./conftest
1106 configure:17351: $? = 0
1107 configure:17365: result: 1
1108 configure:17379: checking size of short
1109 configure:17384: gcc -o conftest -g -O2   conftest.c  >&5
1110 configure:17384: $? = 0
1111 configure:17384: ./conftest
1112 configure:17384: $? = 0
1113 configure:17398: result: 2
1114 configure:17412: checking size of int
1115 configure:17417: gcc -o conftest -g -O2   conftest.c  >&5
1116 configure:17417: $? = 0
1117 configure:17417: ./conftest
1118 configure:17417: $? = 0
1119 configure:17431: result: 4
1120 configure:17445: checking size of long
1121 configure:17450: gcc -o conftest -g -O2   conftest.c  >&5
1122 configure:17450: $? = 0
1123 configure:17450: ./conftest
1124 configure:17450: $? = 0
1125 configure:17464: result: 4
1126 configure:17478: checking size of long long
1127 configure:17483: gcc -o conftest -g -O2   conftest.c  >&5
1128 configure:17483: $? = 0
1129 configure:17483: ./conftest
1130 configure:17483: $? = 0
1131 configure:17497: result: 8
1132 configure:17511: checking size of size_t
1133 configure:17516: gcc -o conftest -g -O2   conftest.c  >&5
1134 configure:17516: $? = 0
1135 configure:17516: ./conftest
1136 configure:17516: $? = 0
1137 configure:17530: result: 4
1138 configure:17540: checking for size_t
1139 configure:17540: result: yes
1140 configure:17552: checking for unsigned long long int
1141 configure:17589: gcc -o conftest -g -O2   conftest.c  >&5
1142 configure:17589: $? = 0
1143 configure:17597: result: yes
1144 configure:17612: checking for stdlib.h
1145 configure:17612: result: yes
1146 configure:17612: checking for unistd.h
1147 configure:17612: result: yes
1148 configure:17612: checking for sys/param.h
1149 configure:17612: gcc -c -g -O2  conftest.c >&5
1150 configure:17612: $? = 0
1151 configure:17612: result: yes
1152 configure:17632: checking for getpagesize
1153 configure:17632: gcc -o conftest -g -O2   conftest.c  >&5
1154 configure:17632: $? = 0
1155 configure:17632: result: yes
1156 configure:17641: checking for working mmap
1157 configure:17788: gcc -o conftest -g -O2   conftest.c  >&5
1158 configure:17788: $? = 0
1159 configure:17788: ./conftest
1160 configure:17788: $? = 0
1161 configure:17798: result: yes
1162 configure:17807: checking for main in -lstdc++
1163 configure:17826: gcc -o conftest -g -O2   conftest.c -lstdc++   >&5
1164 configure:17826: $? = 0
1165 configure:17835: result: yes
1166 configure:17841: checking for pthread_create in -lpthread
1167 configure:17866: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
1168 configure:17866: $? = 0
1169 configure:17875: result: yes
1170 configure:17886: checking for pthread_join in -lpthread
1171 configure:17911: gcc -o conftest -g -O2   conftest.c -lpthread  -lpthread  >&5
1172 configure:17911: $? = 0
1173 configure:17920: result: yes
1174 configure:17933: checking for getenv
1175 configure:17933: gcc -o conftest -g -O2   conftest.c -lpthread -lpthread  >&5
1176 configure:17933: $? = 0
1177 configure:17933: result: yes
1178 configure:17944: checking for opendir
1179 configure:17944: gcc -o conftest -g -O2   conftest.c -lpthread -lpthread  >&5
1180 configure:17944: $? = 0
1181 configure:17944: result: yes
1182 configure:17978: checking whether make is GNU Make
1183 configure:17981: result: yes
1184 configure:18011: checking if g++ supports stl <vector> (required)
1185 configure:18028: g++ -c -O3 -Wall   conftest.cpp >&5
1186 configure:18028: $? = 0
1187 configure:18040: result: yes
1188 configure:18044: checking if g++ supports stl <list> (required)
1189 configure:18061: g++ -c -O3 -Wall   conftest.cpp >&5
1190 configure:18061: $? = 0
1191 configure:18073: result: yes
1192 configure:18077: checking if g++ supports stl <map> (required)
1193 configure:18094: g++ -c -O3 -Wall   conftest.cpp >&5
1194 configure:18094: $? = 0
1195 configure:18106: result: yes
1196 configure:18110: checking if g++ supports stl <set> (required)
1197 configure:18127: g++ -c -O3 -Wall   conftest.cpp >&5
1198 configure:18127: $? = 0
1199 configure:18139: result: yes
1200 configure:18143: checking if g++ supports stl <queue> (required)
1201 configure:18160: g++ -c -O3 -Wall   conftest.cpp >&5
1202 configure:18160: $? = 0
1203 configure:18172: result: yes
1204 configure:18176: checking if g++ supports stl <functional> (required)
1205 configure:18193: g++ -c -O3 -Wall   conftest.cpp >&5
1206 configure:18193: $? = 0
1207 configure:18205: result: yes
1208 configure:18209: checking if g++ supports stl <algorithm> (required)
1209 configure:18226: g++ -c -O3 -Wall   conftest.cpp >&5
1210 configure:18226: $? = 0
1211 configure:18238: result: yes
1212 configure:18242: checking if g++ supports stl <string> (required)
1213 configure:18259: g++ -c -O3 -Wall   conftest.cpp >&5
1214 configure:18259: $? = 0
1215 configure:18271: result: yes
1216 configure:18275: checking if g++ supports stl <iostream> (required)
1217 configure:18292: g++ -c -O3 -Wall   conftest.cpp >&5
1218 configure:18292: $? = 0
1219 configure:18304: result: yes
1220 configure:18308: checking if g++ supports stl <sstream> (required)
1221 configure:18325: g++ -c -O3 -Wall   conftest.cpp >&5
1222 configure:18325: $? = 0
1223 configure:18337: result: yes
1224 configure:18341: checking if g++ supports stl <fstream> (required)
1225 configure:18358: g++ -c -O3 -Wall   conftest.cpp >&5
1226 configure:18358: $? = 0
1227 configure:18370: result: yes
1228 configure:18375: checking if g++ supports template <class T> (required)
1229 configure:18394: g++ -c -O3 -Wall   conftest.cpp >&5
1230 configure:18394: $? = 0
1231 configure:18406: result: yes
1232 configure:18410: checking if g++ supports const_cast<> (required)
1233 configure:18428: g++ -c -O3 -Wall   conftest.cpp >&5
1234 conftest.cpp: In function 'int main()':
1235 conftest.cpp:63:9: warning: unused variable 'c1' [-Wunused-variable]
1236     foo *c1=const_cast<foo*>(c);
1237          ^
1238 configure:18428: $? = 0
1239 configure:18440: result: yes
1240 configure:18444: checking if g++ supports static_cast<> (required)
1241 configure:18462: g++ -c -O3 -Wall   conftest.cpp >&5
1242 conftest.cpp: In function 'int main()':
1243 conftest.cpp:63:10: warning: unused variable 'c1' [-Wunused-variable]
1244     void *c1 = static_cast<void *>(c);
1245           ^
1246 configure:18462: $? = 0
1247 configure:18474: result: yes
1248 configure:18478: checking if g++ supports reinterpret_cast<> (required)
1249 configure:18495: g++ -c -O3 -Wall   conftest.cpp >&5
1250 conftest.cpp: In function 'int main()':
1251 conftest.cpp:62:10: warning: unused variable 'p' [-Wunused-variable]
1252     char *p = reinterpret_cast<char *>(a);
1253           ^
1254 configure:18495: $? = 0
1255 configure:18507: result: yes
1256 configure:18511: checking if g++ supports namespaces (required) 
1257 configure:18529: g++ -c -O3 -Wall   conftest.cpp >&5
1258 conftest.cpp: In function 'int main()':
1259 conftest.cpp:63:3: warning: unused variable 'a' [-Wunused-variable]
1260  A a;
1261    ^
1262 configure:18529: $? = 0
1263 configure:18540: result: yes
1264 configure:18543: checking if g++ supports __thread (optional)
1265 configure:18560: g++ -c -O3 -Wall   conftest.cpp >&5
1266 configure:18560: $? = 0
1267 configure:18570: result: yes
1268 configure:18583: checking if g++ supports template <class T> (required)
1269 configure:18602: g++ -c -O3 -Wall   conftest.cpp >&5
1270 configure:18602: $? = 0
1271 configure:18614: result: yes
1272 configure:18617: checking if g++ supports GCC native atomic operations (optional)
1273 configure:18637: g++ -c -O3 -Wall   conftest.cpp >&5
1274 configure:18637: $? = 0
1275 configure:18647: result: yes
1276 configure:18654: checking if g++ supports OSX native atomic operations (optional)
1277 configure:18673: g++ -c -O3 -Wall   conftest.cpp >&5
1278 conftest.cpp:58:30: fatal error: libkern/OSAtomic.h: No such file or directory
1279  #include <libkern/OSAtomic.h>
1280                               ^
1281 compilation terminated.
1282 configure:18673: $? = 1
1283 configure: failed program was:
1284 | /* confdefs.h */
1285 | #define PACKAGE_NAME ""
1286 | #define PACKAGE_TARNAME ""
1287 | #define PACKAGE_VERSION ""
1288 | #define PACKAGE_STRING ""
1289 | #define PACKAGE_BUGREPORT ""
1290 | #define PACKAGE_URL ""
1291 | #define PACKAGE "mecab"
1292 | #define VERSION "0.996"
1293 | #define STDC_HEADERS 1
1294 | #define HAVE_SYS_TYPES_H 1
1295 | #define HAVE_SYS_STAT_H 1
1296 | #define HAVE_STDLIB_H 1
1297 | #define HAVE_STRING_H 1
1298 | #define HAVE_MEMORY_H 1
1299 | #define HAVE_STRINGS_H 1
1300 | #define HAVE_INTTYPES_H 1
1301 | #define HAVE_STDINT_H 1
1302 | #define HAVE_UNISTD_H 1
1303 | #define HAVE_DLFCN_H 1
1304 | #define LT_OBJDIR ".libs/"
1305 | #define HAVE_ICONV 1
1306 | #define ICONV_CONST 
1307 | #define STDC_HEADERS 1
1308 | #define HAVE_STRING_H 1
1309 | #define HAVE_STDLIB_H 1
1310 | #define HAVE_UNISTD_H 1
1311 | #define HAVE_FCNTL_H 1
1312 | #define HAVE_STDINT_H 1
1313 | #define HAVE_SYS_STAT_H 1
1314 | #define HAVE_SYS_MMAN_H 1
1315 | #define HAVE_SYS_TIMES_H 1
1316 | #define HAVE_SYS_TYPES_H 1
1317 | #define HAVE_DIRENT_H 1
1318 | #define HAVE_CTYPE_H 1
1319 | #define HAVE_SYS_TYPES_H 1
1320 | #define HAVE_PTHREAD_H 1
1321 | #define SIZEOF_CHAR 1
1322 | #define SIZEOF_SHORT 2
1323 | #define SIZEOF_INT 4
1324 | #define SIZEOF_LONG 4
1325 | #define SIZEOF_LONG_LONG 8
1326 | #define SIZEOF_SIZE_T 4
1327 | #define HAVE_UNSIGNED_LONG_LONG_INT 1
1328 | #define HAVE_STDLIB_H 1
1329 | #define HAVE_UNISTD_H 1
1330 | #define HAVE_SYS_PARAM_H 1
1331 | #define HAVE_GETPAGESIZE 1
1332 | #define HAVE_MMAP 1
1333 | #define HAVE_LIBPTHREAD 1
1334 | #define HAVE_LIBPTHREAD 1
1335 | #define HAVE_GETENV 1
1336 | #define HAVE_OPENDIR 1
1337 | #define HAVE_TLS_KEYWORD 1
1338 | #define HAVE_GCC_ATOMIC_OPS 1
1339 | /* end confdefs.h.  */
1340
1341 | #include <libkern/OSAtomic.h>
1342
1343 | int
1344 | main ()
1345 | {
1346
1347 |   int a = 10;
1348 |   OSAtomicAdd32(10, &a);
1349 |   OSAtomicCompareAndSwapInt(10, 0, &a);
1350
1351 |   ;
1352 |   return 0;
1353 | }
1354 configure:18683: result: no
1355 configure:18690: checking if g++ environment provides all required features
1356 configure:18698: result: yes
1357 configure:18858: creating ./config.status
1358
1359 ## ---------------------- ##
1360 ## Running config.status. ##
1361 ## ---------------------- ##
1362
1363 This file was extended by config.status, which was
1364 generated by GNU Autoconf 2.68.  Invocation command line was
1365
1366   CONFIG_FILES    = 
1367   CONFIG_HEADERS  = 
1368   CONFIG_LINKS    = 
1369   CONFIG_COMMANDS = 
1370   $ ./config.status 
1371
1372 on debian
1373
1374 config.status:1206: creating Makefile
1375 config.status:1206: creating src/Makefile
1376 config.status:1206: creating src/Makefile.msvc
1377 config.status:1206: creating man/Makefile
1378 config.status:1206: creating doc/Makefile
1379 config.status:1206: creating tests/Makefile
1380 config.status:1206: creating swig/version.h
1381 config.status:1206: creating mecab.iss
1382 config.status:1206: creating mecab-config
1383 config.status:1206: creating mecabrc
1384 config.status:1206: creating config.h
1385 config.status:1435: executing depfiles commands
1386 config.status:1435: executing libtool commands
1387 config.status:1435: executing default commands
1388
1389 ## ---------------- ##
1390 ## Cache variables. ##
1391 ## ---------------- ##
1392
1393 ac_cv_build=i686-pc-linux-gnu
1394 ac_cv_c_bigendian=no
1395 ac_cv_c_compiler_gnu=yes
1396 ac_cv_c_const=yes
1397 ac_cv_cxx_compiler_gnu=yes
1398 ac_cv_env_CCC_set=
1399 ac_cv_env_CCC_value=
1400 ac_cv_env_CC_set=
1401 ac_cv_env_CC_value=
1402 ac_cv_env_CFLAGS_set=
1403 ac_cv_env_CFLAGS_value=
1404 ac_cv_env_CPPFLAGS_set=
1405 ac_cv_env_CPPFLAGS_value=
1406 ac_cv_env_CPP_set=
1407 ac_cv_env_CPP_value=
1408 ac_cv_env_CXXCPP_set=
1409 ac_cv_env_CXXCPP_value=
1410 ac_cv_env_CXXFLAGS_set=
1411 ac_cv_env_CXXFLAGS_value=
1412 ac_cv_env_CXX_set=
1413 ac_cv_env_CXX_value=
1414 ac_cv_env_LDFLAGS_set=
1415 ac_cv_env_LDFLAGS_value=
1416 ac_cv_env_LIBS_set=
1417 ac_cv_env_LIBS_value=
1418 ac_cv_env_build_alias_set=
1419 ac_cv_env_build_alias_value=
1420 ac_cv_env_host_alias_set=
1421 ac_cv_env_host_alias_value=
1422 ac_cv_env_target_alias_set=
1423 ac_cv_env_target_alias_value=
1424 ac_cv_func_getenv=yes
1425 ac_cv_func_getpagesize=yes
1426 ac_cv_func_mmap_fixed_mapped=yes
1427 ac_cv_func_opendir=yes
1428 ac_cv_header_ctype_h=yes
1429 ac_cv_header_dirent_h=yes
1430 ac_cv_header_dlfcn_h=yes
1431 ac_cv_header_fcntl_h=yes
1432 ac_cv_header_inttypes_h=yes
1433 ac_cv_header_io_h=no
1434 ac_cv_header_memory_h=yes
1435 ac_cv_header_pthread_h=yes
1436 ac_cv_header_stdc=yes
1437 ac_cv_header_stdint_h=yes
1438 ac_cv_header_stdlib_h=yes
1439 ac_cv_header_string_h=yes
1440 ac_cv_header_strings_h=yes
1441 ac_cv_header_sys_mman_h=yes
1442 ac_cv_header_sys_param_h=yes
1443 ac_cv_header_sys_stat_h=yes
1444 ac_cv_header_sys_times_h=yes
1445 ac_cv_header_sys_types_h=yes
1446 ac_cv_header_unistd_h=yes
1447 ac_cv_header_windows_h=no
1448 ac_cv_host=i686-pc-linux-gnu
1449 ac_cv_lib_pthread_pthread_create=yes
1450 ac_cv_lib_pthread_pthread_join=yes
1451 ac_cv_lib_stdcpp_main=yes
1452 ac_cv_objext=o
1453 ac_cv_path_EGREP='/bin/grep -E'
1454 ac_cv_path_FGREP='/bin/grep -F'
1455 ac_cv_path_GREP=/bin/grep
1456 ac_cv_path_SED=/bin/sed
1457 ac_cv_path_install='/usr/bin/install -c'
1458 ac_cv_path_mkdir=/bin/mkdir
1459 ac_cv_prog_AWK=gawk
1460 ac_cv_prog_CPP='gcc -E'
1461 ac_cv_prog_CXXCPP='g++ -E'
1462 ac_cv_prog_ac_ct_AR=ar
1463 ac_cv_prog_ac_ct_CC=gcc
1464 ac_cv_prog_ac_ct_CXX=g++
1465 ac_cv_prog_ac_ct_DLLTOOL=dlltool
1466 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
1467 ac_cv_prog_ac_ct_OBJDUMP=objdump
1468 ac_cv_prog_ac_ct_RANLIB=ranlib
1469 ac_cv_prog_ac_ct_STRIP=strip
1470 ac_cv_prog_cc_c89=
1471 ac_cv_prog_cc_g=yes
1472 ac_cv_prog_cxx_g=yes
1473 ac_cv_prog_gcc_traditional=no
1474 ac_cv_prog_make_make_set=yes
1475 ac_cv_search_strerror='none required'
1476 ac_cv_sizeof_char=1
1477 ac_cv_sizeof_int=4
1478 ac_cv_sizeof_long=4
1479 ac_cv_sizeof_long_long=8
1480 ac_cv_sizeof_short=2
1481 ac_cv_sizeof_size_t=4
1482 ac_cv_type_off_t=yes
1483 ac_cv_type_size_t=yes
1484 ac_cv_type_unsigned_long_long_int=yes
1485 acl_cv_hardcode_direct=no
1486 acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
1487 acl_cv_hardcode_libdir_separator=
1488 acl_cv_hardcode_minus_L=no
1489 acl_cv_libext=a
1490 acl_cv_libname_spec='lib$name'
1491 acl_cv_library_names_spec='$libname$shrext'
1492 acl_cv_path_LD=/usr/bin/ld
1493 acl_cv_prog_gnu_ld=yes
1494 acl_cv_rpath=done
1495 acl_cv_shlibext=so
1496 acl_cv_wl=-Wl,
1497 am_cv_CC_dependencies_compiler_type=none
1498 am_cv_CXX_dependencies_compiler_type=none
1499 am_cv_func_iconv=yes
1500 am_cv_func_iconv_works=yes
1501 am_cv_lib_iconv=no
1502 am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
1503 am_cv_proto_iconv_arg1=
1504 lt_cv_ar_at_file=@
1505 lt_cv_archive_cmds_need_lc=no
1506 lt_cv_deplibs_check_method=pass_all
1507 lt_cv_file_magic_cmd='$MAGIC_CMD'
1508 lt_cv_file_magic_test_file=
1509 lt_cv_ld_reload_flag=-r
1510 lt_cv_nm_interface='BSD nm'
1511 lt_cv_objdir=.libs
1512 lt_cv_path_LD=/usr/bin/ld
1513 lt_cv_path_LDCXX=/usr/bin/ld
1514 lt_cv_path_NM='/usr/bin/nm -B'
1515 lt_cv_path_mainfest_tool=no
1516 lt_cv_prog_compiler_c_o=yes
1517 lt_cv_prog_compiler_c_o_CXX=yes
1518 lt_cv_prog_compiler_pic='-fPIC -DPIC'
1519 lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
1520 lt_cv_prog_compiler_pic_works=yes
1521 lt_cv_prog_compiler_pic_works_CXX=yes
1522 lt_cv_prog_compiler_rtti_exceptions=no
1523 lt_cv_prog_compiler_static_works=yes
1524 lt_cv_prog_compiler_static_works_CXX=yes
1525 lt_cv_prog_gnu_ld=yes
1526 lt_cv_prog_gnu_ldcxx=yes
1527 lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1528 lt_cv_shlibpath_overrides_runpath=no
1529 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1530 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1531 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1532 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1533 lt_cv_sys_max_cmd_len=1572864
1534 lt_cv_to_host_file_cmd=func_convert_file_noop
1535 lt_cv_to_tool_file_cmd=func_convert_file_noop
1536
1537 ## ----------------- ##
1538 ## Output variables. ##
1539 ## ----------------- ##
1540
1541 ACLOCAL='${SHELL} /home/kouichi/ドキュメント/git/TM/third_party/mecab-0.996/missing --run aclocal-1.11'
1542 AMDEPBACKSLASH='\'
1543 AMDEP_FALSE='#'
1544 AMDEP_TRUE=''
1545 AMTAR='$${TAR-tar}'
1546 AR='ar'
1547 AS='as'
1548 AUTOCONF='${SHELL} /home/kouichi/ドキュメント/git/TM/third_party/mecab-0.996/missing --run autoconf'
1549 AUTOHEADER='${SHELL} /home/kouichi/ドキュメント/git/TM/third_party/mecab-0.996/missing --run autoheader'
1550 AUTOMAKE='${SHELL} /home/kouichi/ドキュメント/git/TM/third_party/mecab-0.996/missing --run automake-1.11'
1551 AWK='gawk'
1552 CC='gcc'
1553 CCDEPMODE='depmode=none'
1554 CFLAGS='-O3 -Wall '
1555 CHARSET='euc'
1556 CPP='gcc -E'
1557 CPPFLAGS=''
1558 CXX='g++'
1559 CXXCPP='g++ -E'
1560 CXXDEPMODE='depmode=none'
1561 CXXFLAGS='-O3 -Wall '
1562 CYGPATH_W='echo'
1563 DEFS='-DHAVE_CONFIG_H'
1564 DEPDIR='.deps'
1565 DIC_VERSION='102'
1566 DLLTOOL='dlltool'
1567 DSYMUTIL=''
1568 DUMPBIN=''
1569 ECHO_C=''
1570 ECHO_N='-n'
1571 ECHO_T=''
1572 EGREP='/bin/grep -E'
1573 EXEEXT=''
1574 FGREP='/bin/grep -F'
1575 GREP='/bin/grep'
1576 INSTALL_DATA='${INSTALL} -m 644'
1577 INSTALL_PROGRAM='${INSTALL}'
1578 INSTALL_SCRIPT='${INSTALL}'
1579 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1580 LD='/usr/bin/ld'
1581 LDFLAGS=''
1582 LIBICONV=''
1583 LIBOBJS=''
1584 LIBS='-lpthread -lpthread  -lstdc++ '
1585 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1586 LIPO=''
1587 LN_S='ln -s'
1588 LTLIBICONV=''
1589 LTLIBOBJS=''
1590 LTVERSION='2:0:0'
1591 MAKEINFO='${SHELL} /home/kouichi/ドキュメント/git/TM/third_party/mecab-0.996/missing --run makeinfo'
1592 MANIFEST_TOOL=':'
1593 MECAB_DEFAULT_RC='${prefix}/etc/mecabrc'
1594 MECAB_LIBEXEC_DIR='${exec_prefix}/libexec/mecab'
1595 MECAB_LIBS='-lstdc++'
1596 MECAB_USE_UTF8_ONLY='-DMECAB_USE_UTF8_ONLY'
1597 MKDIR_P='/bin/mkdir -p'
1598 NM='/usr/bin/nm -B'
1599 NMEDIT=''
1600 OBJDUMP='objdump'
1601 OBJEXT='o'
1602 OTOOL64=''
1603 OTOOL=''
1604 PACKAGE='mecab'
1605 PACKAGE_BUGREPORT=''
1606 PACKAGE_NAME=''
1607 PACKAGE_STRING=''
1608 PACKAGE_TARNAME=''
1609 PACKAGE_URL=''
1610 PACKAGE_VERSION=''
1611 PATH_SEPARATOR=':'
1612 RANLIB='ranlib'
1613 SED='/bin/sed'
1614 SET_MAKE=''
1615 SHELL='/bin/bash'
1616 STRIP='strip'
1617 VERSION='0.996'
1618 ac_ct_AR='ar'
1619 ac_ct_CC='gcc'
1620 ac_ct_CXX='g++'
1621 ac_ct_DUMPBIN=''
1622 am__EXEEXT_FALSE=''
1623 am__EXEEXT_TRUE='#'
1624 am__fastdepCC_FALSE=''
1625 am__fastdepCC_TRUE='#'
1626 am__fastdepCXX_FALSE=''
1627 am__fastdepCXX_TRUE='#'
1628 am__include='include'
1629 am__isrc=''
1630 am__leading_dot='.'
1631 am__nodep='_no'
1632 am__quote=''
1633 am__tar='$${TAR-tar} chof - "$$tardir"'
1634 am__untar='$${TAR-tar} xf -'
1635 bindir='${exec_prefix}/bin'
1636 build='i686-pc-linux-gnu'
1637 build_alias=''
1638 build_cpu='i686'
1639 build_os='linux-gnu'
1640 build_vendor='pc'
1641 datadir='${datarootdir}'
1642 datarootdir='${prefix}/share'
1643 docdir='${datarootdir}/doc/${PACKAGE}'
1644 dvidir='${docdir}'
1645 exec_prefix='${prefix}'
1646 host='i686-pc-linux-gnu'
1647 host_alias=''
1648 host_cpu='i686'
1649 host_os='linux-gnu'
1650 host_vendor='pc'
1651 htmldir='${docdir}'
1652 includedir='${prefix}/include'
1653 infodir='${datarootdir}/info'
1654 install_sh='${SHELL} /home/kouichi/ドキュメント/git/TM/third_party/mecab-0.996/install-sh'
1655 libdir='${exec_prefix}/lib'
1656 libexecdir='${exec_prefix}/libexec'
1657 localedir='${datarootdir}/locale'
1658 localstatedir='${prefix}/var'
1659 mandir='${datarootdir}/man'
1660 mkdir_p='/bin/mkdir -p'
1661 oldincludedir='/usr/include'
1662 pdfdir='${docdir}'
1663 prefix='/usr/local'
1664 program_transform_name='s,x,x,'
1665 psdir='${docdir}'
1666 sbindir='${exec_prefix}/sbin'
1667 sharedstatedir='${prefix}/com'
1668 sysconfdir='${prefix}/etc'
1669 target_alias=''
1670
1671 ## ----------- ##
1672 ## confdefs.h. ##
1673 ## ----------- ##
1674
1675 /* confdefs.h */
1676 #define PACKAGE_NAME ""
1677 #define PACKAGE_TARNAME ""
1678 #define PACKAGE_VERSION ""
1679 #define PACKAGE_STRING ""
1680 #define PACKAGE_BUGREPORT ""
1681 #define PACKAGE_URL ""
1682 #define PACKAGE "mecab"
1683 #define VERSION "0.996"
1684 #define STDC_HEADERS 1
1685 #define HAVE_SYS_TYPES_H 1
1686 #define HAVE_SYS_STAT_H 1
1687 #define HAVE_STDLIB_H 1
1688 #define HAVE_STRING_H 1
1689 #define HAVE_MEMORY_H 1
1690 #define HAVE_STRINGS_H 1
1691 #define HAVE_INTTYPES_H 1
1692 #define HAVE_STDINT_H 1
1693 #define HAVE_UNISTD_H 1
1694 #define HAVE_DLFCN_H 1
1695 #define LT_OBJDIR ".libs/"
1696 #define HAVE_ICONV 1
1697 #define ICONV_CONST 
1698 #define STDC_HEADERS 1
1699 #define HAVE_STRING_H 1
1700 #define HAVE_STDLIB_H 1
1701 #define HAVE_UNISTD_H 1
1702 #define HAVE_FCNTL_H 1
1703 #define HAVE_STDINT_H 1
1704 #define HAVE_SYS_STAT_H 1
1705 #define HAVE_SYS_MMAN_H 1
1706 #define HAVE_SYS_TIMES_H 1
1707 #define HAVE_SYS_TYPES_H 1
1708 #define HAVE_DIRENT_H 1
1709 #define HAVE_CTYPE_H 1
1710 #define HAVE_SYS_TYPES_H 1
1711 #define HAVE_PTHREAD_H 1
1712 #define SIZEOF_CHAR 1
1713 #define SIZEOF_SHORT 2
1714 #define SIZEOF_INT 4
1715 #define SIZEOF_LONG 4
1716 #define SIZEOF_LONG_LONG 8
1717 #define SIZEOF_SIZE_T 4
1718 #define HAVE_UNSIGNED_LONG_LONG_INT 1
1719 #define HAVE_STDLIB_H 1
1720 #define HAVE_UNISTD_H 1
1721 #define HAVE_SYS_PARAM_H 1
1722 #define HAVE_GETPAGESIZE 1
1723 #define HAVE_MMAP 1
1724 #define HAVE_LIBPTHREAD 1
1725 #define HAVE_LIBPTHREAD 1
1726 #define HAVE_GETENV 1
1727 #define HAVE_OPENDIR 1
1728 #define HAVE_TLS_KEYWORD 1
1729 #define HAVE_GCC_ATOMIC_OPS 1
1730
1731 configure: exit 0