melisa 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/extconf.rb +3 -0
- data/ext/marisa-0.2.4/Makefile +803 -0
- data/ext/marisa-0.2.4/config.log +794 -0
- data/ext/marisa-0.2.4/config.status +2150 -0
- data/ext/marisa-0.2.4/lib/Makefile +701 -0
- data/ext/marisa-0.2.4/lib/agent.lo +12 -0
- data/ext/marisa-0.2.4/lib/agent.o +0 -0
- data/ext/marisa-0.2.4/lib/bit-vector.lo +12 -0
- data/ext/marisa-0.2.4/lib/bit-vector.o +0 -0
- data/ext/marisa-0.2.4/lib/keyset.lo +12 -0
- data/ext/marisa-0.2.4/lib/keyset.o +0 -0
- data/ext/marisa-0.2.4/lib/libmarisa.la +41 -0
- data/ext/marisa-0.2.4/lib/louds-trie.lo +12 -0
- data/ext/marisa-0.2.4/lib/louds-trie.o +0 -0
- data/ext/marisa-0.2.4/lib/mapper.lo +12 -0
- data/ext/marisa-0.2.4/lib/mapper.o +0 -0
- data/ext/marisa-0.2.4/lib/reader.lo +12 -0
- data/ext/marisa-0.2.4/lib/reader.o +0 -0
- data/ext/marisa-0.2.4/lib/tail.lo +12 -0
- data/ext/marisa-0.2.4/lib/tail.o +0 -0
- data/ext/marisa-0.2.4/lib/trie.lo +12 -0
- data/ext/marisa-0.2.4/lib/trie.o +0 -0
- data/ext/marisa-0.2.4/lib/writer.lo +12 -0
- data/ext/marisa-0.2.4/lib/writer.o +0 -0
- data/ext/marisa-0.2.4/libtool +10243 -0
- data/ext/marisa-0.2.4/marisa.pc +11 -0
- data/ext/marisa-0.2.4/mkmf.log +27 -87
- data/ext/marisa-0.2.4/tests/Makefile +624 -0
- data/ext/marisa-0.2.4/tools/Makefile +616 -0
- data/ext/marisa-0.2.4/tools/cmdopt.lo +12 -0
- data/ext/marisa-0.2.4/tools/cmdopt.o +0 -0
- data/ext/marisa-0.2.4/tools/libcmdopt.la +41 -0
- data/ext/marisa-0.2.4/tools/marisa-benchmark +0 -0
- data/ext/marisa-0.2.4/tools/marisa-benchmark.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-build +0 -0
- data/ext/marisa-0.2.4/tools/marisa-build.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-common-prefix-search +0 -0
- data/ext/marisa-0.2.4/tools/marisa-common-prefix-search.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-dump +0 -0
- data/ext/marisa-0.2.4/tools/marisa-dump.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-lookup +0 -0
- data/ext/marisa-0.2.4/tools/marisa-lookup.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-predictive-search +0 -0
- data/ext/marisa-0.2.4/tools/marisa-predictive-search.o +0 -0
- data/ext/marisa-0.2.4/tools/marisa-reverse-lookup +0 -0
- data/ext/marisa-0.2.4/tools/marisa-reverse-lookup.o +0 -0
- data/lib/melisa/version.rb +1 -1
- metadata +45 -1
|
@@ -0,0 +1,794 @@
|
|
|
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 marisa configure 0.2.4, which was
|
|
5
|
+
generated by GNU Autoconf 2.68. Invocation command line was
|
|
6
|
+
|
|
7
|
+
$ ./configure --enable-sse3 --disable-shared --prefix=/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg
|
|
8
|
+
|
|
9
|
+
## --------- ##
|
|
10
|
+
## Platform. ##
|
|
11
|
+
## --------- ##
|
|
12
|
+
|
|
13
|
+
hostname = Macintosh.local
|
|
14
|
+
uname -m = x86_64
|
|
15
|
+
uname -r = 13.3.0
|
|
16
|
+
uname -s = Darwin
|
|
17
|
+
uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
|
|
18
|
+
|
|
19
|
+
/usr/bin/uname -p = i386
|
|
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 = Mach kernel version:
|
|
26
|
+
Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
|
|
27
|
+
Kernel configured for up to 8 processors.
|
|
28
|
+
4 processors are physically available.
|
|
29
|
+
8 processors are logically available.
|
|
30
|
+
Processor type: i486 (Intel 80486)
|
|
31
|
+
Processors active: 0 1 2 3 4 5 6 7
|
|
32
|
+
Primary memory available: 16.00 gigabytes
|
|
33
|
+
Default processor set: 234 tasks, 1384 threads, 8 processors
|
|
34
|
+
Load average: 3.07, Mach factor: 5.28
|
|
35
|
+
/bin/machine = unknown
|
|
36
|
+
/usr/bin/oslevel = unknown
|
|
37
|
+
/bin/universe = unknown
|
|
38
|
+
|
|
39
|
+
PATH: /Users/duane/.rbenv/versions/2.1.3/bin
|
|
40
|
+
PATH: /Users/duane/.rbenv/libexec
|
|
41
|
+
PATH: /Users/duane/.rbenv/plugins/ruby-build/bin
|
|
42
|
+
PATH: /Users/duane/anaconda/bin
|
|
43
|
+
PATH: /usr/local/bin
|
|
44
|
+
PATH: /usr/local/sbin
|
|
45
|
+
PATH: /Users/duane/bin
|
|
46
|
+
PATH: /Users/duane/.rbenv/shims
|
|
47
|
+
PATH: /usr/bin
|
|
48
|
+
PATH: /bin
|
|
49
|
+
PATH: /usr/sbin
|
|
50
|
+
PATH: /sbin
|
|
51
|
+
PATH: /usr/local/bin
|
|
52
|
+
PATH: /opt/X11/bin
|
|
53
|
+
PATH: /Users/duane/.rbenv/bin
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## ----------- ##
|
|
57
|
+
## Core tests. ##
|
|
58
|
+
## ----------- ##
|
|
59
|
+
|
|
60
|
+
configure:2284: checking for a BSD-compatible install
|
|
61
|
+
configure:2352: result: /usr/bin/install -c
|
|
62
|
+
configure:2363: checking whether build environment is sane
|
|
63
|
+
configure:2413: result: yes
|
|
64
|
+
configure:2554: checking for a thread-safe mkdir -p
|
|
65
|
+
configure:2593: result: ./install-sh -c -d
|
|
66
|
+
configure:2606: checking for gawk
|
|
67
|
+
configure:2636: result: no
|
|
68
|
+
configure:2606: checking for mawk
|
|
69
|
+
configure:2636: result: no
|
|
70
|
+
configure:2606: checking for nawk
|
|
71
|
+
configure:2636: result: no
|
|
72
|
+
configure:2606: checking for awk
|
|
73
|
+
configure:2622: found /usr/bin/awk
|
|
74
|
+
configure:2633: result: awk
|
|
75
|
+
configure:2644: checking whether make sets $(MAKE)
|
|
76
|
+
configure:2666: result: yes
|
|
77
|
+
configure:2777: checking build system type
|
|
78
|
+
configure:2791: result: x86_64-apple-darwin13.3.0
|
|
79
|
+
configure:2811: checking host system type
|
|
80
|
+
configure:2824: result: x86_64-apple-darwin13.3.0
|
|
81
|
+
configure:2865: checking how to print strings
|
|
82
|
+
configure:2892: result: printf
|
|
83
|
+
configure:2925: checking for style of include used by make
|
|
84
|
+
configure:2953: result: GNU
|
|
85
|
+
configure:3024: checking for gcc
|
|
86
|
+
configure:3040: found /usr/bin/gcc
|
|
87
|
+
configure:3051: result: gcc
|
|
88
|
+
configure:3280: checking for C compiler version
|
|
89
|
+
configure:3289: gcc --version >&5
|
|
90
|
+
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
|
|
91
|
+
Target: x86_64-apple-darwin13.3.0
|
|
92
|
+
Thread model: posix
|
|
93
|
+
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
94
|
+
configure:3300: $? = 0
|
|
95
|
+
configure:3289: gcc -v >&5
|
|
96
|
+
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
97
|
+
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
|
|
98
|
+
Target: x86_64-apple-darwin13.3.0
|
|
99
|
+
Thread model: posix
|
|
100
|
+
configure:3300: $? = 0
|
|
101
|
+
configure:3289: gcc -V >&5
|
|
102
|
+
clang: error: argument to '-V' is missing (expected 1 value)
|
|
103
|
+
clang: error: no input files
|
|
104
|
+
configure:3300: $? = 1
|
|
105
|
+
configure:3289: gcc -qversion >&5
|
|
106
|
+
clang: error: unknown argument: '-qversion'
|
|
107
|
+
clang: error: no input files
|
|
108
|
+
configure:3300: $? = 1
|
|
109
|
+
configure:3320: checking whether the C compiler works
|
|
110
|
+
configure:3342: gcc conftest.c >&5
|
|
111
|
+
configure:3346: $? = 0
|
|
112
|
+
configure:3394: result: yes
|
|
113
|
+
configure:3397: checking for C compiler default output file name
|
|
114
|
+
configure:3399: result: a.out
|
|
115
|
+
configure:3405: checking for suffix of executables
|
|
116
|
+
configure:3412: gcc -o conftest conftest.c >&5
|
|
117
|
+
configure:3416: $? = 0
|
|
118
|
+
configure:3438: result:
|
|
119
|
+
configure:3460: checking whether we are cross compiling
|
|
120
|
+
configure:3468: gcc -o conftest conftest.c >&5
|
|
121
|
+
configure:3472: $? = 0
|
|
122
|
+
configure:3479: ./conftest
|
|
123
|
+
configure:3483: $? = 0
|
|
124
|
+
configure:3498: result: no
|
|
125
|
+
configure:3503: checking for suffix of object files
|
|
126
|
+
configure:3525: gcc -c conftest.c >&5
|
|
127
|
+
configure:3529: $? = 0
|
|
128
|
+
configure:3550: result: o
|
|
129
|
+
configure:3554: checking whether we are using the GNU C compiler
|
|
130
|
+
configure:3573: gcc -c conftest.c >&5
|
|
131
|
+
configure:3573: $? = 0
|
|
132
|
+
configure:3582: result: yes
|
|
133
|
+
configure:3591: checking whether gcc accepts -g
|
|
134
|
+
configure:3611: gcc -c -g conftest.c >&5
|
|
135
|
+
configure:3611: $? = 0
|
|
136
|
+
configure:3652: result: yes
|
|
137
|
+
configure:3669: checking for gcc option to accept ISO C89
|
|
138
|
+
configure:3733: gcc -c -g -O2 conftest.c >&5
|
|
139
|
+
configure:3733: $? = 0
|
|
140
|
+
configure:3746: result: none needed
|
|
141
|
+
configure:3768: checking dependency style of gcc
|
|
142
|
+
configure:3879: result: gcc3
|
|
143
|
+
configure:3894: checking for a sed that does not truncate output
|
|
144
|
+
configure:3958: result: /usr/bin/sed
|
|
145
|
+
configure:3976: checking for grep that handles long lines and -e
|
|
146
|
+
configure:4034: result: /usr/bin/grep
|
|
147
|
+
configure:4039: checking for egrep
|
|
148
|
+
configure:4101: result: /usr/bin/grep -E
|
|
149
|
+
configure:4106: checking for fgrep
|
|
150
|
+
configure:4168: result: /usr/bin/grep -F
|
|
151
|
+
configure:4203: checking for ld used by gcc
|
|
152
|
+
configure:4270: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|
153
|
+
configure:4277: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
|
|
154
|
+
configure:4292: result: no
|
|
155
|
+
configure:4304: checking for BSD- or MS-compatible name lister (nm)
|
|
156
|
+
configure:4353: result: /usr/bin/nm
|
|
157
|
+
configure:4483: checking the name lister (/usr/bin/nm) interface
|
|
158
|
+
configure:4490: gcc -c -g -O2 conftest.c >&5
|
|
159
|
+
configure:4493: /usr/bin/nm "conftest.o"
|
|
160
|
+
configure:4496: output
|
|
161
|
+
000000000000023c S _some_variable
|
|
162
|
+
configure:4503: result: BSD nm
|
|
163
|
+
configure:4506: checking whether ln -s works
|
|
164
|
+
configure:4510: result: yes
|
|
165
|
+
configure:4518: checking the maximum length of command line arguments
|
|
166
|
+
configure:4648: result: 196608
|
|
167
|
+
configure:4665: checking whether the shell understands some XSI constructs
|
|
168
|
+
configure:4675: result: yes
|
|
169
|
+
configure:4679: checking whether the shell understands "+="
|
|
170
|
+
configure:4685: result: yes
|
|
171
|
+
configure:4720: checking how to convert x86_64-apple-darwin13.3.0 file names to x86_64-apple-darwin13.3.0 format
|
|
172
|
+
configure:4760: result: func_convert_file_noop
|
|
173
|
+
configure:4767: checking how to convert x86_64-apple-darwin13.3.0 file names to toolchain format
|
|
174
|
+
configure:4787: result: func_convert_file_noop
|
|
175
|
+
configure:4794: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
|
|
176
|
+
configure:4801: result: -r
|
|
177
|
+
configure:4875: checking for objdump
|
|
178
|
+
configure:4905: result: no
|
|
179
|
+
configure:4934: checking how to recognize dependent libraries
|
|
180
|
+
configure:5136: result: pass_all
|
|
181
|
+
configure:5221: checking for dlltool
|
|
182
|
+
configure:5251: result: no
|
|
183
|
+
configure:5281: checking how to associate runtime and link libraries
|
|
184
|
+
configure:5308: result: printf %s\n
|
|
185
|
+
configure:5369: checking for ar
|
|
186
|
+
configure:5385: found /usr/bin/ar
|
|
187
|
+
configure:5396: result: ar
|
|
188
|
+
configure:5433: checking for archiver @FILE support
|
|
189
|
+
configure:5450: gcc -c -g -O2 conftest.c >&5
|
|
190
|
+
configure:5450: $? = 0
|
|
191
|
+
configure:5453: ar cru libconftest.a @conftest.lst >&5
|
|
192
|
+
ar: @conftest.lst: No such file or directory
|
|
193
|
+
configure:5456: $? = 1
|
|
194
|
+
configure:5476: result: no
|
|
195
|
+
configure:5534: checking for strip
|
|
196
|
+
configure:5550: found /usr/bin/strip
|
|
197
|
+
configure:5561: result: strip
|
|
198
|
+
configure:5633: checking for ranlib
|
|
199
|
+
configure:5649: found /usr/bin/ranlib
|
|
200
|
+
configure:5660: result: ranlib
|
|
201
|
+
configure:5762: checking command to parse /usr/bin/nm output from gcc object
|
|
202
|
+
configure:5882: gcc -c -g -O2 conftest.c >&5
|
|
203
|
+
configure:5885: $? = 0
|
|
204
|
+
configure:5889: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
|
|
205
|
+
configure:5892: $? = 0
|
|
206
|
+
cannot find nm_test_var in conftest.nm
|
|
207
|
+
configure:5882: gcc -c -g -O2 conftest.c >&5
|
|
208
|
+
configure:5885: $? = 0
|
|
209
|
+
configure:5889: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
|
|
210
|
+
configure:5892: $? = 0
|
|
211
|
+
configure:5958: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
|
212
|
+
configure:5961: $? = 0
|
|
213
|
+
configure:5999: result: ok
|
|
214
|
+
configure:6036: checking for sysroot
|
|
215
|
+
configure:6066: result: no
|
|
216
|
+
configure:6322: checking for mt
|
|
217
|
+
configure:6352: result: no
|
|
218
|
+
configure:6372: checking if : is a manifest tool
|
|
219
|
+
configure:6378: : '-?'
|
|
220
|
+
configure:6386: result: no
|
|
221
|
+
configure:6442: checking for dsymutil
|
|
222
|
+
configure:6458: found /usr/bin/dsymutil
|
|
223
|
+
configure:6469: result: dsymutil
|
|
224
|
+
configure:6534: checking for nmedit
|
|
225
|
+
configure:6550: found /usr/bin/nmedit
|
|
226
|
+
configure:6561: result: nmedit
|
|
227
|
+
configure:6626: checking for lipo
|
|
228
|
+
configure:6642: found /usr/bin/lipo
|
|
229
|
+
configure:6653: result: lipo
|
|
230
|
+
configure:6718: checking for otool
|
|
231
|
+
configure:6734: found /usr/bin/otool
|
|
232
|
+
configure:6745: result: otool
|
|
233
|
+
configure:6810: checking for otool64
|
|
234
|
+
configure:6840: result: no
|
|
235
|
+
configure:6885: checking for -single_module linker flag
|
|
236
|
+
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
|
|
237
|
+
configure:6918: result: yes
|
|
238
|
+
configure:6921: checking for -exported_symbols_list linker flag
|
|
239
|
+
configure:6941: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
|
|
240
|
+
configure:6941: $? = 0
|
|
241
|
+
configure:6951: result: yes
|
|
242
|
+
configure:6954: checking for -force_load linker flag
|
|
243
|
+
gcc -g -O2 -c -o conftest.o conftest.c
|
|
244
|
+
ar cru libconftest.a conftest.o
|
|
245
|
+
ranlib libconftest.a
|
|
246
|
+
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
|
|
247
|
+
configure:6986: result: yes
|
|
248
|
+
configure:7028: checking how to run the C preprocessor
|
|
249
|
+
configure:7059: gcc -E conftest.c
|
|
250
|
+
configure:7059: $? = 0
|
|
251
|
+
configure:7073: gcc -E conftest.c
|
|
252
|
+
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
|
|
253
|
+
#include <ac_nonexistent.h>
|
|
254
|
+
^
|
|
255
|
+
1 error generated.
|
|
256
|
+
configure:7073: $? = 1
|
|
257
|
+
configure: failed program was:
|
|
258
|
+
| /* confdefs.h */
|
|
259
|
+
| #define PACKAGE_NAME "marisa"
|
|
260
|
+
| #define PACKAGE_TARNAME "marisa"
|
|
261
|
+
| #define PACKAGE_VERSION "0.2.4"
|
|
262
|
+
| #define PACKAGE_STRING "marisa 0.2.4"
|
|
263
|
+
| #define PACKAGE_BUGREPORT "syata@acm.org"
|
|
264
|
+
| #define PACKAGE_URL ""
|
|
265
|
+
| #define PACKAGE "marisa"
|
|
266
|
+
| #define VERSION "0.2.4"
|
|
267
|
+
| /* end confdefs.h. */
|
|
268
|
+
| #include <ac_nonexistent.h>
|
|
269
|
+
configure:7098: result: gcc -E
|
|
270
|
+
configure:7118: gcc -E conftest.c
|
|
271
|
+
configure:7118: $? = 0
|
|
272
|
+
configure:7132: gcc -E conftest.c
|
|
273
|
+
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
|
|
274
|
+
#include <ac_nonexistent.h>
|
|
275
|
+
^
|
|
276
|
+
1 error generated.
|
|
277
|
+
configure:7132: $? = 1
|
|
278
|
+
configure: failed program was:
|
|
279
|
+
| /* confdefs.h */
|
|
280
|
+
| #define PACKAGE_NAME "marisa"
|
|
281
|
+
| #define PACKAGE_TARNAME "marisa"
|
|
282
|
+
| #define PACKAGE_VERSION "0.2.4"
|
|
283
|
+
| #define PACKAGE_STRING "marisa 0.2.4"
|
|
284
|
+
| #define PACKAGE_BUGREPORT "syata@acm.org"
|
|
285
|
+
| #define PACKAGE_URL ""
|
|
286
|
+
| #define PACKAGE "marisa"
|
|
287
|
+
| #define VERSION "0.2.4"
|
|
288
|
+
| /* end confdefs.h. */
|
|
289
|
+
| #include <ac_nonexistent.h>
|
|
290
|
+
configure:7161: checking for ANSI C header files
|
|
291
|
+
configure:7181: gcc -c -g -O2 conftest.c >&5
|
|
292
|
+
configure:7181: $? = 0
|
|
293
|
+
configure:7254: gcc -o conftest -g -O2 conftest.c >&5
|
|
294
|
+
configure:7254: $? = 0
|
|
295
|
+
configure:7254: ./conftest
|
|
296
|
+
configure:7254: $? = 0
|
|
297
|
+
configure:7265: result: yes
|
|
298
|
+
configure:7278: checking for sys/types.h
|
|
299
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
300
|
+
configure:7278: $? = 0
|
|
301
|
+
configure:7278: result: yes
|
|
302
|
+
configure:7278: checking for sys/stat.h
|
|
303
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
304
|
+
configure:7278: $? = 0
|
|
305
|
+
configure:7278: result: yes
|
|
306
|
+
configure:7278: checking for stdlib.h
|
|
307
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
308
|
+
configure:7278: $? = 0
|
|
309
|
+
configure:7278: result: yes
|
|
310
|
+
configure:7278: checking for string.h
|
|
311
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
312
|
+
configure:7278: $? = 0
|
|
313
|
+
configure:7278: result: yes
|
|
314
|
+
configure:7278: checking for memory.h
|
|
315
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
316
|
+
configure:7278: $? = 0
|
|
317
|
+
configure:7278: result: yes
|
|
318
|
+
configure:7278: checking for strings.h
|
|
319
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
320
|
+
configure:7278: $? = 0
|
|
321
|
+
configure:7278: result: yes
|
|
322
|
+
configure:7278: checking for inttypes.h
|
|
323
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
324
|
+
configure:7278: $? = 0
|
|
325
|
+
configure:7278: result: yes
|
|
326
|
+
configure:7278: checking for stdint.h
|
|
327
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
328
|
+
configure:7278: $? = 0
|
|
329
|
+
configure:7278: result: yes
|
|
330
|
+
configure:7278: checking for unistd.h
|
|
331
|
+
configure:7278: gcc -c -g -O2 conftest.c >&5
|
|
332
|
+
configure:7278: $? = 0
|
|
333
|
+
configure:7278: result: yes
|
|
334
|
+
configure:7292: checking for dlfcn.h
|
|
335
|
+
configure:7292: gcc -c -g -O2 conftest.c >&5
|
|
336
|
+
configure:7292: $? = 0
|
|
337
|
+
configure:7292: result: yes
|
|
338
|
+
configure:7498: checking for objdir
|
|
339
|
+
configure:7513: result: .libs
|
|
340
|
+
configure:7784: checking if gcc supports -fno-rtti -fno-exceptions
|
|
341
|
+
configure:7802: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
|
342
|
+
configure:7806: $? = 0
|
|
343
|
+
configure:7819: result: yes
|
|
344
|
+
configure:8146: checking for gcc option to produce PIC
|
|
345
|
+
configure:8153: result: -fno-common -DPIC
|
|
346
|
+
configure:8161: checking if gcc PIC flag -fno-common -DPIC works
|
|
347
|
+
configure:8179: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
|
|
348
|
+
configure:8183: $? = 0
|
|
349
|
+
configure:8196: result: yes
|
|
350
|
+
configure:8225: checking if gcc static flag -static works
|
|
351
|
+
configure:8253: result: no
|
|
352
|
+
configure:8268: checking if gcc supports -c -o file.o
|
|
353
|
+
configure:8289: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
354
|
+
configure:8293: $? = 0
|
|
355
|
+
configure:8315: result: yes
|
|
356
|
+
configure:8323: checking if gcc supports -c -o file.o
|
|
357
|
+
configure:8370: result: yes
|
|
358
|
+
configure:8403: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
|
|
359
|
+
configure:9560: result: yes
|
|
360
|
+
configure:9800: checking dynamic linker characteristics
|
|
361
|
+
configure:10545: result: darwin13.3.0 dyld
|
|
362
|
+
configure:10652: checking how to hardcode library paths into programs
|
|
363
|
+
configure:10677: result: immediate
|
|
364
|
+
configure:11217: checking whether stripping libraries is possible
|
|
365
|
+
configure:11231: result: yes
|
|
366
|
+
configure:11257: checking if libtool supports shared libraries
|
|
367
|
+
configure:11259: result: yes
|
|
368
|
+
configure:11262: checking whether to build shared libraries
|
|
369
|
+
configure:11283: result: no
|
|
370
|
+
configure:11286: checking whether to build static libraries
|
|
371
|
+
configure:11290: result: yes
|
|
372
|
+
configure:11385: checking for g++
|
|
373
|
+
configure:11401: found /usr/bin/g++
|
|
374
|
+
configure:11412: result: g++
|
|
375
|
+
configure:11439: checking for C++ compiler version
|
|
376
|
+
configure:11448: g++ --version >&5
|
|
377
|
+
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
|
|
378
|
+
Target: x86_64-apple-darwin13.3.0
|
|
379
|
+
Thread model: posix
|
|
380
|
+
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
381
|
+
configure:11459: $? = 0
|
|
382
|
+
configure:11448: g++ -v >&5
|
|
383
|
+
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
384
|
+
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
|
|
385
|
+
Target: x86_64-apple-darwin13.3.0
|
|
386
|
+
Thread model: posix
|
|
387
|
+
configure:11459: $? = 0
|
|
388
|
+
configure:11448: g++ -V >&5
|
|
389
|
+
clang: error: argument to '-V' is missing (expected 1 value)
|
|
390
|
+
clang: error: no input files
|
|
391
|
+
configure:11459: $? = 1
|
|
392
|
+
configure:11448: g++ -qversion >&5
|
|
393
|
+
clang: error: unknown argument: '-qversion'
|
|
394
|
+
clang: error: no input files
|
|
395
|
+
configure:11459: $? = 1
|
|
396
|
+
configure:11463: checking whether we are using the GNU C++ compiler
|
|
397
|
+
configure:11482: g++ -c conftest.cpp >&5
|
|
398
|
+
configure:11482: $? = 0
|
|
399
|
+
configure:11491: result: yes
|
|
400
|
+
configure:11500: checking whether g++ accepts -g
|
|
401
|
+
configure:11520: g++ -c -g conftest.cpp >&5
|
|
402
|
+
configure:11520: $? = 0
|
|
403
|
+
configure:11561: result: yes
|
|
404
|
+
configure:11586: checking dependency style of g++
|
|
405
|
+
configure:11697: result: gcc3
|
|
406
|
+
configure:11730: checking how to run the C++ preprocessor
|
|
407
|
+
configure:11757: g++ -E conftest.cpp
|
|
408
|
+
configure:11757: $? = 0
|
|
409
|
+
configure:11771: g++ -E conftest.cpp
|
|
410
|
+
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
|
|
411
|
+
#include <ac_nonexistent.h>
|
|
412
|
+
^
|
|
413
|
+
1 error generated.
|
|
414
|
+
configure:11771: $? = 1
|
|
415
|
+
configure: failed program was:
|
|
416
|
+
| /* confdefs.h */
|
|
417
|
+
| #define PACKAGE_NAME "marisa"
|
|
418
|
+
| #define PACKAGE_TARNAME "marisa"
|
|
419
|
+
| #define PACKAGE_VERSION "0.2.4"
|
|
420
|
+
| #define PACKAGE_STRING "marisa 0.2.4"
|
|
421
|
+
| #define PACKAGE_BUGREPORT "syata@acm.org"
|
|
422
|
+
| #define PACKAGE_URL ""
|
|
423
|
+
| #define PACKAGE "marisa"
|
|
424
|
+
| #define VERSION "0.2.4"
|
|
425
|
+
| #define STDC_HEADERS 1
|
|
426
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
427
|
+
| #define HAVE_SYS_STAT_H 1
|
|
428
|
+
| #define HAVE_STDLIB_H 1
|
|
429
|
+
| #define HAVE_STRING_H 1
|
|
430
|
+
| #define HAVE_MEMORY_H 1
|
|
431
|
+
| #define HAVE_STRINGS_H 1
|
|
432
|
+
| #define HAVE_INTTYPES_H 1
|
|
433
|
+
| #define HAVE_STDINT_H 1
|
|
434
|
+
| #define HAVE_UNISTD_H 1
|
|
435
|
+
| #define HAVE_DLFCN_H 1
|
|
436
|
+
| #define LT_OBJDIR ".libs/"
|
|
437
|
+
| /* end confdefs.h. */
|
|
438
|
+
| #include <ac_nonexistent.h>
|
|
439
|
+
configure:11796: result: g++ -E
|
|
440
|
+
configure:11816: g++ -E conftest.cpp
|
|
441
|
+
configure:11816: $? = 0
|
|
442
|
+
configure:11830: g++ -E conftest.cpp
|
|
443
|
+
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
|
|
444
|
+
#include <ac_nonexistent.h>
|
|
445
|
+
^
|
|
446
|
+
1 error generated.
|
|
447
|
+
configure:11830: $? = 1
|
|
448
|
+
configure: failed program was:
|
|
449
|
+
| /* confdefs.h */
|
|
450
|
+
| #define PACKAGE_NAME "marisa"
|
|
451
|
+
| #define PACKAGE_TARNAME "marisa"
|
|
452
|
+
| #define PACKAGE_VERSION "0.2.4"
|
|
453
|
+
| #define PACKAGE_STRING "marisa 0.2.4"
|
|
454
|
+
| #define PACKAGE_BUGREPORT "syata@acm.org"
|
|
455
|
+
| #define PACKAGE_URL ""
|
|
456
|
+
| #define PACKAGE "marisa"
|
|
457
|
+
| #define VERSION "0.2.4"
|
|
458
|
+
| #define STDC_HEADERS 1
|
|
459
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
460
|
+
| #define HAVE_SYS_STAT_H 1
|
|
461
|
+
| #define HAVE_STDLIB_H 1
|
|
462
|
+
| #define HAVE_STRING_H 1
|
|
463
|
+
| #define HAVE_MEMORY_H 1
|
|
464
|
+
| #define HAVE_STRINGS_H 1
|
|
465
|
+
| #define HAVE_INTTYPES_H 1
|
|
466
|
+
| #define HAVE_STDINT_H 1
|
|
467
|
+
| #define HAVE_UNISTD_H 1
|
|
468
|
+
| #define HAVE_DLFCN_H 1
|
|
469
|
+
| #define LT_OBJDIR ".libs/"
|
|
470
|
+
| /* end confdefs.h. */
|
|
471
|
+
| #include <ac_nonexistent.h>
|
|
472
|
+
configure:11999: checking for ld used by g++
|
|
473
|
+
configure:12066: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|
474
|
+
configure:12073: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
|
|
475
|
+
configure:12088: result: no
|
|
476
|
+
configure:12143: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
|
|
477
|
+
configure:13148: result: yes
|
|
478
|
+
configure:13184: g++ -c -g -O2 conftest.cpp >&5
|
|
479
|
+
configure:13187: $? = 0
|
|
480
|
+
configure:13707: checking for g++ option to produce PIC
|
|
481
|
+
configure:13714: result: -fno-common -DPIC
|
|
482
|
+
configure:13722: checking if g++ PIC flag -fno-common -DPIC works
|
|
483
|
+
configure:13740: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
|
|
484
|
+
configure:13744: $? = 0
|
|
485
|
+
configure:13757: result: yes
|
|
486
|
+
configure:13780: checking if g++ static flag -static works
|
|
487
|
+
configure:13808: result: no
|
|
488
|
+
configure:13820: checking if g++ supports -c -o file.o
|
|
489
|
+
configure:13841: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
|
490
|
+
configure:13845: $? = 0
|
|
491
|
+
configure:13867: result: yes
|
|
492
|
+
configure:13872: checking if g++ supports -c -o file.o
|
|
493
|
+
configure:13919: result: yes
|
|
494
|
+
configure:13949: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
|
|
495
|
+
configure:13988: result: yes
|
|
496
|
+
configure:14129: checking dynamic linker characteristics
|
|
497
|
+
configure:14808: result: darwin13.3.0 dyld
|
|
498
|
+
configure:14861: checking how to hardcode library paths into programs
|
|
499
|
+
configure:14886: result: immediate
|
|
500
|
+
configure:14931: checking whether to use SSE2
|
|
501
|
+
configure:14945: result: no
|
|
502
|
+
configure:14948: checking whether to use SSE3
|
|
503
|
+
configure:14962: result: yes
|
|
504
|
+
configure:14965: checking whether to use SSSE3
|
|
505
|
+
configure:14979: result: no
|
|
506
|
+
configure:14982: checking whether to use SSE4.1
|
|
507
|
+
configure:14996: result: no
|
|
508
|
+
configure:14999: checking whether to use SSE4.2
|
|
509
|
+
configure:15013: result: no
|
|
510
|
+
configure:15016: checking whether to use SSE4
|
|
511
|
+
configure:15030: result: no
|
|
512
|
+
configure:15033: checking whether to use SSE4a
|
|
513
|
+
configure:15047: result: no
|
|
514
|
+
configure:15050: checking whether to use popcnt
|
|
515
|
+
configure:15064: result: no
|
|
516
|
+
configure:15299: creating ./config.status
|
|
517
|
+
|
|
518
|
+
## ---------------------- ##
|
|
519
|
+
## Running config.status. ##
|
|
520
|
+
## ---------------------- ##
|
|
521
|
+
|
|
522
|
+
This file was extended by marisa config.status 0.2.4, which was
|
|
523
|
+
generated by GNU Autoconf 2.68. Invocation command line was
|
|
524
|
+
|
|
525
|
+
CONFIG_FILES =
|
|
526
|
+
CONFIG_HEADERS =
|
|
527
|
+
CONFIG_LINKS =
|
|
528
|
+
CONFIG_COMMANDS =
|
|
529
|
+
$ ./config.status
|
|
530
|
+
|
|
531
|
+
on Macintosh.local
|
|
532
|
+
|
|
533
|
+
config.status:1074: creating Makefile
|
|
534
|
+
config.status:1074: creating marisa.pc
|
|
535
|
+
config.status:1074: creating lib/Makefile
|
|
536
|
+
config.status:1074: creating tests/Makefile
|
|
537
|
+
config.status:1074: creating tools/Makefile
|
|
538
|
+
config.status:1246: executing depfiles commands
|
|
539
|
+
config.status:1246: executing libtool commands
|
|
540
|
+
|
|
541
|
+
## ---------------- ##
|
|
542
|
+
## Cache variables. ##
|
|
543
|
+
## ---------------- ##
|
|
544
|
+
|
|
545
|
+
ac_cv_build=x86_64-apple-darwin13.3.0
|
|
546
|
+
ac_cv_c_compiler_gnu=yes
|
|
547
|
+
ac_cv_cxx_compiler_gnu=yes
|
|
548
|
+
ac_cv_env_CCC_set=
|
|
549
|
+
ac_cv_env_CCC_value=
|
|
550
|
+
ac_cv_env_CC_set=
|
|
551
|
+
ac_cv_env_CC_value=
|
|
552
|
+
ac_cv_env_CFLAGS_set=
|
|
553
|
+
ac_cv_env_CFLAGS_value=
|
|
554
|
+
ac_cv_env_CPPFLAGS_set=
|
|
555
|
+
ac_cv_env_CPPFLAGS_value=
|
|
556
|
+
ac_cv_env_CPP_set=
|
|
557
|
+
ac_cv_env_CPP_value=
|
|
558
|
+
ac_cv_env_CXXCPP_set=
|
|
559
|
+
ac_cv_env_CXXCPP_value=
|
|
560
|
+
ac_cv_env_CXXFLAGS_set=
|
|
561
|
+
ac_cv_env_CXXFLAGS_value=
|
|
562
|
+
ac_cv_env_CXX_set=
|
|
563
|
+
ac_cv_env_CXX_value=
|
|
564
|
+
ac_cv_env_LDFLAGS_set=
|
|
565
|
+
ac_cv_env_LDFLAGS_value=
|
|
566
|
+
ac_cv_env_LIBS_set=
|
|
567
|
+
ac_cv_env_LIBS_value=
|
|
568
|
+
ac_cv_env_build_alias_set=
|
|
569
|
+
ac_cv_env_build_alias_value=
|
|
570
|
+
ac_cv_env_host_alias_set=
|
|
571
|
+
ac_cv_env_host_alias_value=
|
|
572
|
+
ac_cv_env_target_alias_set=
|
|
573
|
+
ac_cv_env_target_alias_value=
|
|
574
|
+
ac_cv_header_dlfcn_h=yes
|
|
575
|
+
ac_cv_header_inttypes_h=yes
|
|
576
|
+
ac_cv_header_memory_h=yes
|
|
577
|
+
ac_cv_header_stdc=yes
|
|
578
|
+
ac_cv_header_stdint_h=yes
|
|
579
|
+
ac_cv_header_stdlib_h=yes
|
|
580
|
+
ac_cv_header_string_h=yes
|
|
581
|
+
ac_cv_header_strings_h=yes
|
|
582
|
+
ac_cv_header_sys_stat_h=yes
|
|
583
|
+
ac_cv_header_sys_types_h=yes
|
|
584
|
+
ac_cv_header_unistd_h=yes
|
|
585
|
+
ac_cv_host=x86_64-apple-darwin13.3.0
|
|
586
|
+
ac_cv_objext=o
|
|
587
|
+
ac_cv_path_EGREP='/usr/bin/grep -E'
|
|
588
|
+
ac_cv_path_FGREP='/usr/bin/grep -F'
|
|
589
|
+
ac_cv_path_GREP=/usr/bin/grep
|
|
590
|
+
ac_cv_path_SED=/usr/bin/sed
|
|
591
|
+
ac_cv_path_install='/usr/bin/install -c'
|
|
592
|
+
ac_cv_prog_AWK=awk
|
|
593
|
+
ac_cv_prog_CPP='gcc -E'
|
|
594
|
+
ac_cv_prog_CXXCPP='g++ -E'
|
|
595
|
+
ac_cv_prog_ac_ct_AR=ar
|
|
596
|
+
ac_cv_prog_ac_ct_CC=gcc
|
|
597
|
+
ac_cv_prog_ac_ct_CXX=g++
|
|
598
|
+
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
|
|
599
|
+
ac_cv_prog_ac_ct_LIPO=lipo
|
|
600
|
+
ac_cv_prog_ac_ct_NMEDIT=nmedit
|
|
601
|
+
ac_cv_prog_ac_ct_OTOOL=otool
|
|
602
|
+
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
603
|
+
ac_cv_prog_ac_ct_STRIP=strip
|
|
604
|
+
ac_cv_prog_cc_c89=
|
|
605
|
+
ac_cv_prog_cc_g=yes
|
|
606
|
+
ac_cv_prog_cxx_g=yes
|
|
607
|
+
ac_cv_prog_make_make_set=yes
|
|
608
|
+
am_cv_CC_dependencies_compiler_type=gcc3
|
|
609
|
+
am_cv_CXX_dependencies_compiler_type=gcc3
|
|
610
|
+
lt_cv_apple_cc_single_mod=yes
|
|
611
|
+
lt_cv_ar_at_file=no
|
|
612
|
+
lt_cv_deplibs_check_method=pass_all
|
|
613
|
+
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
|
614
|
+
lt_cv_file_magic_test_file=
|
|
615
|
+
lt_cv_ld_exported_symbols_list=yes
|
|
616
|
+
lt_cv_ld_force_load=yes
|
|
617
|
+
lt_cv_ld_reload_flag=-r
|
|
618
|
+
lt_cv_nm_interface='BSD nm'
|
|
619
|
+
lt_cv_objdir=.libs
|
|
620
|
+
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|
621
|
+
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|
622
|
+
lt_cv_path_NM=/usr/bin/nm
|
|
623
|
+
lt_cv_path_mainfest_tool=no
|
|
624
|
+
lt_cv_prog_compiler_c_o=yes
|
|
625
|
+
lt_cv_prog_compiler_c_o_CXX=yes
|
|
626
|
+
lt_cv_prog_compiler_pic='-fno-common -DPIC'
|
|
627
|
+
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
|
|
628
|
+
lt_cv_prog_compiler_pic_works=yes
|
|
629
|
+
lt_cv_prog_compiler_pic_works_CXX=yes
|
|
630
|
+
lt_cv_prog_compiler_rtti_exceptions=yes
|
|
631
|
+
lt_cv_prog_compiler_static_works=no
|
|
632
|
+
lt_cv_prog_compiler_static_works_CXX=no
|
|
633
|
+
lt_cv_prog_gnu_ld=no
|
|
634
|
+
lt_cv_prog_gnu_ldcxx=no
|
|
635
|
+
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
|
|
636
|
+
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
|
|
637
|
+
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
|
638
|
+
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
|
|
639
|
+
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
|
|
640
|
+
lt_cv_sys_max_cmd_len=196608
|
|
641
|
+
lt_cv_to_host_file_cmd=func_convert_file_noop
|
|
642
|
+
lt_cv_to_tool_file_cmd=func_convert_file_noop
|
|
643
|
+
|
|
644
|
+
## ----------------- ##
|
|
645
|
+
## Output variables. ##
|
|
646
|
+
## ----------------- ##
|
|
647
|
+
|
|
648
|
+
ACLOCAL='${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run aclocal-1.11'
|
|
649
|
+
AMDEPBACKSLASH='\'
|
|
650
|
+
AMDEP_FALSE='#'
|
|
651
|
+
AMDEP_TRUE=''
|
|
652
|
+
AMTAR='$${TAR-tar}'
|
|
653
|
+
AR='ar'
|
|
654
|
+
AUTOCONF='${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoconf'
|
|
655
|
+
AUTOHEADER='${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run autoheader'
|
|
656
|
+
AUTOMAKE='${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run automake-1.11'
|
|
657
|
+
AWK='awk'
|
|
658
|
+
CC='gcc'
|
|
659
|
+
CCDEPMODE='depmode=gcc3'
|
|
660
|
+
CFLAGS='-g -O2'
|
|
661
|
+
CPP='gcc -E'
|
|
662
|
+
CPPFLAGS=''
|
|
663
|
+
CXX='g++'
|
|
664
|
+
CXXCPP='g++ -E'
|
|
665
|
+
CXXDEPMODE='depmode=gcc3'
|
|
666
|
+
CXXFLAGS='-g -O2 -DMARISA_USE_SSE3 -msse3'
|
|
667
|
+
CYGPATH_W='echo'
|
|
668
|
+
DEFS='-DPACKAGE_NAME=\"marisa\" -DPACKAGE_TARNAME=\"marisa\" -DPACKAGE_VERSION=\"0.2.4\" -DPACKAGE_STRING=\"marisa\ 0.2.4\" -DPACKAGE_BUGREPORT=\"syata@acm.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"marisa\" -DVERSION=\"0.2.4\" -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_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"'
|
|
669
|
+
DEPDIR='.deps'
|
|
670
|
+
DLLTOOL='false'
|
|
671
|
+
DSYMUTIL='dsymutil'
|
|
672
|
+
DUMPBIN=''
|
|
673
|
+
ECHO_C='\c'
|
|
674
|
+
ECHO_N=''
|
|
675
|
+
ECHO_T=''
|
|
676
|
+
EGREP='/usr/bin/grep -E'
|
|
677
|
+
EXEEXT=''
|
|
678
|
+
FGREP='/usr/bin/grep -F'
|
|
679
|
+
GREP='/usr/bin/grep'
|
|
680
|
+
INSTALL_DATA='${INSTALL} -m 644'
|
|
681
|
+
INSTALL_PROGRAM='${INSTALL}'
|
|
682
|
+
INSTALL_SCRIPT='${INSTALL}'
|
|
683
|
+
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
684
|
+
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
|
|
685
|
+
LDFLAGS=''
|
|
686
|
+
LIBOBJS=''
|
|
687
|
+
LIBS=''
|
|
688
|
+
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
689
|
+
LIPO='lipo'
|
|
690
|
+
LN_S='ln -s'
|
|
691
|
+
LTLIBOBJS=''
|
|
692
|
+
MAKEINFO='${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/missing --run makeinfo'
|
|
693
|
+
MANIFEST_TOOL=':'
|
|
694
|
+
MKDIR_P='./install-sh -c -d'
|
|
695
|
+
NM='/usr/bin/nm'
|
|
696
|
+
NMEDIT='nmedit'
|
|
697
|
+
OBJDUMP='false'
|
|
698
|
+
OBJEXT='o'
|
|
699
|
+
OTOOL64=':'
|
|
700
|
+
OTOOL='otool'
|
|
701
|
+
PACKAGE='marisa'
|
|
702
|
+
PACKAGE_BUGREPORT='syata@acm.org'
|
|
703
|
+
PACKAGE_NAME='marisa'
|
|
704
|
+
PACKAGE_STRING='marisa 0.2.4'
|
|
705
|
+
PACKAGE_TARNAME='marisa'
|
|
706
|
+
PACKAGE_URL=''
|
|
707
|
+
PACKAGE_VERSION='0.2.4'
|
|
708
|
+
PATH_SEPARATOR=':'
|
|
709
|
+
RANLIB='ranlib'
|
|
710
|
+
SED='/usr/bin/sed'
|
|
711
|
+
SET_MAKE=''
|
|
712
|
+
SHELL='/bin/sh'
|
|
713
|
+
STRIP='strip'
|
|
714
|
+
VERSION='0.2.4'
|
|
715
|
+
ac_ct_AR='ar'
|
|
716
|
+
ac_ct_CC='gcc'
|
|
717
|
+
ac_ct_CXX='g++'
|
|
718
|
+
ac_ct_DUMPBIN=''
|
|
719
|
+
am__EXEEXT_FALSE=''
|
|
720
|
+
am__EXEEXT_TRUE='#'
|
|
721
|
+
am__fastdepCC_FALSE='#'
|
|
722
|
+
am__fastdepCC_TRUE=''
|
|
723
|
+
am__fastdepCXX_FALSE='#'
|
|
724
|
+
am__fastdepCXX_TRUE=''
|
|
725
|
+
am__include='include'
|
|
726
|
+
am__isrc=''
|
|
727
|
+
am__leading_dot='.'
|
|
728
|
+
am__nodep='_no'
|
|
729
|
+
am__quote=''
|
|
730
|
+
am__tar='$${TAR-tar} chof - "$$tardir"'
|
|
731
|
+
am__untar='$${TAR-tar} xf -'
|
|
732
|
+
bindir='${exec_prefix}/bin'
|
|
733
|
+
build='x86_64-apple-darwin13.3.0'
|
|
734
|
+
build_alias=''
|
|
735
|
+
build_cpu='x86_64'
|
|
736
|
+
build_os='darwin13.3.0'
|
|
737
|
+
build_vendor='apple'
|
|
738
|
+
datadir='${datarootdir}'
|
|
739
|
+
datarootdir='${prefix}/share'
|
|
740
|
+
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
741
|
+
dvidir='${docdir}'
|
|
742
|
+
exec_prefix='${prefix}'
|
|
743
|
+
host='x86_64-apple-darwin13.3.0'
|
|
744
|
+
host_alias=''
|
|
745
|
+
host_cpu='x86_64'
|
|
746
|
+
host_os='darwin13.3.0'
|
|
747
|
+
host_vendor='apple'
|
|
748
|
+
htmldir='${docdir}'
|
|
749
|
+
includedir='${prefix}/include'
|
|
750
|
+
infodir='${datarootdir}/info'
|
|
751
|
+
install_sh='${SHELL} /Users/duane/Dropbox/Projects/wordtree/melisa/ext/marisa-0.2.4/install-sh'
|
|
752
|
+
libdir='${exec_prefix}/lib'
|
|
753
|
+
libexecdir='${exec_prefix}/libexec'
|
|
754
|
+
localedir='${datarootdir}/locale'
|
|
755
|
+
localstatedir='${prefix}/var'
|
|
756
|
+
mandir='${datarootdir}/man'
|
|
757
|
+
mkdir_p='$(top_builddir)/./install-sh -c -d'
|
|
758
|
+
oldincludedir='/usr/include'
|
|
759
|
+
pdfdir='${docdir}'
|
|
760
|
+
prefix='/Users/duane/Dropbox/Projects/wordtree/melisa/ext/pkg'
|
|
761
|
+
program_transform_name='s,x,x,'
|
|
762
|
+
psdir='${docdir}'
|
|
763
|
+
sbindir='${exec_prefix}/sbin'
|
|
764
|
+
sharedstatedir='${prefix}/com'
|
|
765
|
+
sysconfdir='${prefix}/etc'
|
|
766
|
+
target_alias=''
|
|
767
|
+
|
|
768
|
+
## ----------- ##
|
|
769
|
+
## confdefs.h. ##
|
|
770
|
+
## ----------- ##
|
|
771
|
+
|
|
772
|
+
/* confdefs.h */
|
|
773
|
+
#define PACKAGE_NAME "marisa"
|
|
774
|
+
#define PACKAGE_TARNAME "marisa"
|
|
775
|
+
#define PACKAGE_VERSION "0.2.4"
|
|
776
|
+
#define PACKAGE_STRING "marisa 0.2.4"
|
|
777
|
+
#define PACKAGE_BUGREPORT "syata@acm.org"
|
|
778
|
+
#define PACKAGE_URL ""
|
|
779
|
+
#define PACKAGE "marisa"
|
|
780
|
+
#define VERSION "0.2.4"
|
|
781
|
+
#define STDC_HEADERS 1
|
|
782
|
+
#define HAVE_SYS_TYPES_H 1
|
|
783
|
+
#define HAVE_SYS_STAT_H 1
|
|
784
|
+
#define HAVE_STDLIB_H 1
|
|
785
|
+
#define HAVE_STRING_H 1
|
|
786
|
+
#define HAVE_MEMORY_H 1
|
|
787
|
+
#define HAVE_STRINGS_H 1
|
|
788
|
+
#define HAVE_INTTYPES_H 1
|
|
789
|
+
#define HAVE_STDINT_H 1
|
|
790
|
+
#define HAVE_UNISTD_H 1
|
|
791
|
+
#define HAVE_DLFCN_H 1
|
|
792
|
+
#define LT_OBJDIR ".libs/"
|
|
793
|
+
|
|
794
|
+
configure: exit 0
|