fix compile
[c11concurrency-benchmarks.git] / silo / masstree / 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 masstree-beta configure 0.1, which was
5 generated by GNU Autoconf 2.69.  Invocation command line was
6
7   $ ./configure --enable-max-key-len=1024 --disable-assertions --disable-invariants --disable-preconditions --with-malloc=jemalloc
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = dw-6
14 uname -m = x86_64
15 uname -r = 4.18.0-18-generic
16 uname -s = Linux
17 uname -v = #19~18.04.1-Ubuntu SMP Fri Apr 5 10:22:13 UTC 2019
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: /scratch/fuzzer/benchmark-fuzzying-tool/
31 PATH: /usr/local/jdk1.5.0_06/bin
32 PATH: /usr/local/sbin
33 PATH: /usr/local/bin
34 PATH: /usr/sbin
35 PATH: /usr/bin
36 PATH: /sbin
37 PATH: /bin
38 PATH: /usr/games
39 PATH: /usr/local/games
40 PATH: /snap/bin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:2507: checking for gcc
48 configure:2523: found /scratch/fuzzer/benchmark-fuzzying-tool//gcc
49 configure:2534: result: gcc
50 configure:2763: checking for C compiler version
51 configure:2772: gcc --version >&5
52 clang version 8.0.0 
53 Target: x86_64-unknown-linux-gnu
54 Thread model: posix
55 InstalledDir: /usr/local/bin
56 configure:2783: $? = 0
57 configure:2772: gcc -v >&5
58 clang version 8.0.0 
59 Target: x86_64-unknown-linux-gnu
60 Thread model: posix
61 InstalledDir: /usr/local/bin
62 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5
63 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.5.0
64 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
65 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.5.0
66 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7
67 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
68 ... rest of stderr output deleted ...
69 configure:2783: $? = 0
70 configure:2772: gcc -V >&5
71 clang-8: error: argument to '-V' is missing (expected 1 value)
72 clang-8: error: no input files
73 configure:2783: $? = 1
74 configure:2772: gcc -qversion >&5
75 clang-8: error: unknown argument '-qversion', did you mean '--version'?
76 clang-8: error: no input files
77 configure:2783: $? = 1
78 configure:2803: checking whether the C compiler works
79 configure:2825: gcc    conftest.c  >&5
80 configure:2829: $? = 0
81 configure:2877: result: yes
82 configure:2880: checking for C compiler default output file name
83 configure:2882: result: a.out
84 configure:2888: checking for suffix of executables
85 configure:2895: gcc -o conftest    conftest.c  >&5
86 configure:2899: $? = 0
87 configure:2921: result: 
88 configure:2943: checking whether we are cross compiling
89 configure:2951: gcc -o conftest    conftest.c  >&5
90 configure:2955: $? = 0
91 configure:2962: ./conftest
92 configure:2966: $? = 0
93 configure:2981: result: no
94 configure:2986: checking for suffix of object files
95 configure:3008: gcc -c   conftest.c >&5
96 configure:3012: $? = 0
97 configure:3033: result: o
98 configure:3037: checking whether we are using the GNU C compiler
99 configure:3056: gcc -c   conftest.c >&5
100 configure:3056: $? = 0
101 configure:3065: result: yes
102 configure:3074: checking whether gcc accepts -g
103 configure:3094: gcc -c -g  conftest.c >&5
104 configure:3094: $? = 0
105 configure:3135: result: yes
106 configure:3152: checking for gcc option to accept ISO C89
107 configure:3215: gcc  -c -g -O2  conftest.c >&5
108 main replaced by user_main
109 configure:3215: $? = 0
110 configure:3228: result: none needed
111 configure:3306: checking for g++
112 configure:3322: found /scratch/fuzzer/benchmark-fuzzying-tool//g++
113 configure:3333: result: g++
114 configure:3360: checking for C++ compiler version
115 configure:3369: g++ --version >&5
116 clang version 8.0.0 
117 Target: x86_64-unknown-linux-gnu
118 Thread model: posix
119 InstalledDir: /usr/local/bin
120 configure:3380: $? = 0
121 configure:3369: g++ -v >&5
122 clang version 8.0.0 
123 Target: x86_64-unknown-linux-gnu
124 Thread model: posix
125 InstalledDir: /usr/local/bin
126 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5
127 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.5.0
128 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
129 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.5.0
130 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7
131 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
132 ... rest of stderr output deleted ...
133 configure:3380: $? = 1
134 configure:3369: g++ -V >&5
135 clang-8: error: argument to '-V' is missing (expected 1 value)
136 configure:3380: $? = 1
137 configure:3369: g++ -qversion >&5
138 clang-8: error: unknown argument '-qversion', did you mean '--version'?
139 configure:3380: $? = 1
140 configure:3384: checking whether we are using the GNU C++ compiler
141 configure:3403: g++ -c   conftest.cpp >&5
142 configure:3403: $? = 0
143 configure:3412: result: yes
144 configure:3421: checking whether g++ accepts -g
145 configure:3441: g++ -c -g  conftest.cpp >&5
146 configure:3441: $? = 0
147 configure:3482: result: yes
148 configure:3521: checking how to run the C++ preprocessor
149 configure:3548: g++ -E  conftest.cpp
150 configure:3548: $? = 0
151 configure:3562: g++ -E  conftest.cpp
152 conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
153 #include <ac_nonexistent.h>
154          ^~~~~~~~~~~~~~~~~~
155 1 error generated.
156 configure:3562: $? = 1
157 configure: failed program was:
158 | /* confdefs.h */
159 | #define PACKAGE_NAME "masstree-beta"
160 | #define PACKAGE_TARNAME "masstree-beta"
161 | #define PACKAGE_VERSION "0.1"
162 | #define PACKAGE_STRING "masstree-beta 0.1"
163 | #define PACKAGE_BUGREPORT ""
164 | #define PACKAGE_URL ""
165 | #define WORDS_BIGENDIAN_SET 1
166 | /* end confdefs.h.  */
167 | #include <ac_nonexistent.h>
168 configure:3587: result: g++ -E
169 configure:3607: g++ -E  conftest.cpp
170 configure:3607: $? = 0
171 configure:3621: g++ -E  conftest.cpp
172 conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
173 #include <ac_nonexistent.h>
174          ^~~~~~~~~~~~~~~~~~
175 1 error generated.
176 configure:3621: $? = 1
177 configure: failed program was:
178 | /* confdefs.h */
179 | #define PACKAGE_NAME "masstree-beta"
180 | #define PACKAGE_TARNAME "masstree-beta"
181 | #define PACKAGE_VERSION "0.1"
182 | #define PACKAGE_STRING "masstree-beta 0.1"
183 | #define PACKAGE_BUGREPORT ""
184 | #define PACKAGE_URL ""
185 | #define WORDS_BIGENDIAN_SET 1
186 | /* end confdefs.h.  */
187 | #include <ac_nonexistent.h>
188 configure:3650: checking for grep that handles long lines and -e
189 configure:3708: result: /bin/grep
190 configure:3713: checking for egrep
191 configure:3775: result: /bin/grep -E
192 configure:3780: checking for ANSI C header files
193 configure:3800: g++ -c -g -O2  conftest.cpp >&5
194 main replaced by user_main
195 configure:3800: $? = 0
196 configure:3873: g++ -o conftest -g -O2   conftest.cpp  >&5
197 main replaced by user_main
198 configure:3873: $? = 0
199 configure:3873: ./conftest
200 configure:3873: $? = 0
201 configure:3884: result: yes
202 configure:3897: checking for sys/types.h
203 configure:3897: g++ -c -g -O2  conftest.cpp >&5
204 configure:3897: $? = 0
205 configure:3897: result: yes
206 configure:3897: checking for sys/stat.h
207 configure:3897: g++ -c -g -O2  conftest.cpp >&5
208 configure:3897: $? = 0
209 configure:3897: result: yes
210 configure:3897: checking for stdlib.h
211 configure:3897: g++ -c -g -O2  conftest.cpp >&5
212 configure:3897: $? = 0
213 configure:3897: result: yes
214 configure:3897: checking for string.h
215 configure:3897: g++ -c -g -O2  conftest.cpp >&5
216 configure:3897: $? = 0
217 configure:3897: result: yes
218 configure:3897: checking for memory.h
219 configure:3897: g++ -c -g -O2  conftest.cpp >&5
220 configure:3897: $? = 0
221 configure:3897: result: yes
222 configure:3897: checking for strings.h
223 configure:3897: g++ -c -g -O2  conftest.cpp >&5
224 configure:3897: $? = 0
225 configure:3897: result: yes
226 configure:3897: checking for inttypes.h
227 configure:3897: g++ -c -g -O2  conftest.cpp >&5
228 configure:3897: $? = 0
229 configure:3897: result: yes
230 configure:3897: checking for stdint.h
231 configure:3897: g++ -c -g -O2  conftest.cpp >&5
232 configure:3897: $? = 0
233 configure:3897: result: yes
234 configure:3897: checking for unistd.h
235 configure:3897: g++ -c -g -O2  conftest.cpp >&5
236 configure:3897: $? = 0
237 configure:3897: result: yes
238 configure:3909: checking whether byte ordering is bigendian
239 configure:3924: g++ -c -g -O2  conftest.cpp >&5
240 conftest.cpp:21:9: error: expected unqualified-id
241                not a universal capable compiler
242                ^
243 1 error generated.
244 configure:3924: $? = 1
245 configure: failed program was:
246 | /* confdefs.h */
247 | #define PACKAGE_NAME "masstree-beta"
248 | #define PACKAGE_TARNAME "masstree-beta"
249 | #define PACKAGE_VERSION "0.1"
250 | #define PACKAGE_STRING "masstree-beta 0.1"
251 | #define PACKAGE_BUGREPORT ""
252 | #define PACKAGE_URL ""
253 | #define WORDS_BIGENDIAN_SET 1
254 | #define STDC_HEADERS 1
255 | #define HAVE_SYS_TYPES_H 1
256 | #define HAVE_SYS_STAT_H 1
257 | #define HAVE_STDLIB_H 1
258 | #define HAVE_STRING_H 1
259 | #define HAVE_MEMORY_H 1
260 | #define HAVE_STRINGS_H 1
261 | #define HAVE_INTTYPES_H 1
262 | #define HAVE_STDINT_H 1
263 | #define HAVE_UNISTD_H 1
264 | /* end confdefs.h.  */
265 | #ifndef __APPLE_CC__
266 |              not a universal capable compiler
267 |            #endif
268 |            typedef int dummy;
269
270 configure:3969: g++ -c -g -O2  conftest.cpp >&5
271 main replaced by user_main
272 configure:3969: $? = 0
273 configure:3987: g++ -c -g -O2  conftest.cpp >&5
274 conftest.cpp:27:11: error: expected ';' after expression
275                  not big endian
276                         ^
277                         ;
278 conftest.cpp:27:8: error: use of undeclared identifier 'big'
279                  not big endian
280                      ^
281 conftest.cpp:27:12: error: use of undeclared identifier 'endian'
282                  not big endian
283                          ^
284 3 errors generated.
285 configure:3987: $? = 1
286 configure: failed program was:
287 | /* confdefs.h */
288 | #define PACKAGE_NAME "masstree-beta"
289 | #define PACKAGE_TARNAME "masstree-beta"
290 | #define PACKAGE_VERSION "0.1"
291 | #define PACKAGE_STRING "masstree-beta 0.1"
292 | #define PACKAGE_BUGREPORT ""
293 | #define PACKAGE_URL ""
294 | #define WORDS_BIGENDIAN_SET 1
295 | #define STDC_HEADERS 1
296 | #define HAVE_SYS_TYPES_H 1
297 | #define HAVE_SYS_STAT_H 1
298 | #define HAVE_STDLIB_H 1
299 | #define HAVE_STRING_H 1
300 | #define HAVE_MEMORY_H 1
301 | #define HAVE_STRINGS_H 1
302 | #define HAVE_INTTYPES_H 1
303 | #define HAVE_STDINT_H 1
304 | #define HAVE_UNISTD_H 1
305 | /* end confdefs.h.  */
306 | #include <sys/types.h>
307 |               #include <sys/param.h>
308
309 | int
310 | main ()
311 | {
312 | #if BYTE_ORDER != BIG_ENDIAN
313 |                not big endian
314 |               #endif
315
316 |   ;
317 |   return 0;
318 | }
319 configure:4115: result: no
320 configure:4137: checking sys/epoll.h usability
321 configure:4137: g++ -c -g -O2  conftest.cpp >&5
322 configure:4137: $? = 0
323 configure:4137: result: yes
324 configure:4137: checking sys/epoll.h presence
325 configure:4137: g++ -E  conftest.cpp
326 configure:4137: $? = 0
327 configure:4137: result: yes
328 configure:4137: checking for sys/epoll.h
329 configure:4137: result: yes
330 configure:4137: checking numa.h usability
331 configure:4137: g++ -c -g -O2  conftest.cpp >&5
332 configure:4137: $? = 0
333 configure:4137: result: yes
334 configure:4137: checking numa.h presence
335 configure:4137: g++ -E  conftest.cpp
336 configure:4137: $? = 0
337 configure:4137: result: yes
338 configure:4137: checking for numa.h
339 configure:4137: result: yes
340 configure:4148: checking for library containing numa_available
341 configure:4179: g++ -o conftest -g -O2   conftest.cpp  >&5
342 main replaced by user_main
343 /tmp/conftest-3b6c40.o: In function `user_main':
344 /scratch/fuzzer/benchmark-fuzzying-tool/silo/masstree/conftest.cpp:33: undefined reference to `numa_available'
345 clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
346 configure:4179: $? = 1
347 configure: failed program was:
348 | /* confdefs.h */
349 | #define PACKAGE_NAME "masstree-beta"
350 | #define PACKAGE_TARNAME "masstree-beta"
351 | #define PACKAGE_VERSION "0.1"
352 | #define PACKAGE_STRING "masstree-beta 0.1"
353 | #define PACKAGE_BUGREPORT ""
354 | #define PACKAGE_URL ""
355 | #define WORDS_BIGENDIAN_SET 1
356 | #define STDC_HEADERS 1
357 | #define HAVE_SYS_TYPES_H 1
358 | #define HAVE_SYS_STAT_H 1
359 | #define HAVE_STDLIB_H 1
360 | #define HAVE_STRING_H 1
361 | #define HAVE_MEMORY_H 1
362 | #define HAVE_STRINGS_H 1
363 | #define HAVE_INTTYPES_H 1
364 | #define HAVE_STDINT_H 1
365 | #define HAVE_UNISTD_H 1
366 | #define HAVE_SYS_EPOLL_H 1
367 | #define HAVE_NUMA_H 1
368 | /* end confdefs.h.  */
369
370 | /* Override any GCC internal prototype to avoid an error.
371 |    Use char because int might match the return type of a GCC
372 |    builtin and then its argument prototype would still apply.  */
373 | #ifdef __cplusplus
374 | extern "C"
375 | #endif
376 | char numa_available ();
377 | int
378 | main ()
379 | {
380 | return numa_available ();
381 |   ;
382 |   return 0;
383 | }
384 configure:4179: g++ -o conftest -g -O2   conftest.cpp -lnuma   >&5
385 main replaced by user_main
386 configure:4179: $? = 0
387 configure:4196: result: -lnuma
388 configure:4212: checking for __builtin_clz builtin
389 configure:4228: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
390 main replaced by user_main
391 configure:4228: $? = 0
392 configure:4236: result: yes
393 configure:4246: checking for __builtin_clzl builtin
394 configure:4262: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
395 main replaced by user_main
396 configure:4262: $? = 0
397 configure:4270: result: yes
398 configure:4280: checking for __builtin_clzll builtin
399 configure:4296: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
400 main replaced by user_main
401 configure:4296: $? = 0
402 configure:4304: result: yes
403 configure:4314: checking for __builtin_ctz builtin
404 configure:4330: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
405 main replaced by user_main
406 configure:4330: $? = 0
407 configure:4338: result: yes
408 configure:4348: checking for __builtin_ctzl builtin
409 configure:4364: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
410 main replaced by user_main
411 configure:4364: $? = 0
412 configure:4372: result: yes
413 configure:4382: checking for __builtin_ctzll builtin
414 configure:4398: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
415 main replaced by user_main
416 configure:4398: $? = 0
417 configure:4406: result: yes
418 configure:4416: checking for __sync_synchronize builtin
419 configure:4433: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
420 main replaced by user_main
421 configure:4433: $? = 0
422 configure:4441: result: yes
423 configure:4451: checking for __sync_fetch_and_add builtin
424 configure:4467: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
425 main replaced by user_main
426 configure:4467: $? = 0
427 configure:4475: result: yes
428 configure:4485: checking for __sync_add_and_fetch builtin
429 configure:4501: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
430 main replaced by user_main
431 configure:4501: $? = 0
432 configure:4509: result: yes
433 configure:4519: checking for __sync_fetch_and_add_8 builtin
434 configure:4536: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
435 main replaced by user_main
436 configure:4536: $? = 0
437 configure:4544: result: yes
438 configure:4554: checking for __sync_add_and_fetch_8 builtin
439 configure:4571: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
440 main replaced by user_main
441 configure:4571: $? = 0
442 configure:4579: result: yes
443 configure:4589: checking for __sync_fetch_and_or builtin
444 configure:4605: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
445 main replaced by user_main
446 configure:4605: $? = 0
447 configure:4613: result: yes
448 configure:4623: checking for __sync_or_and_fetch builtin
449 configure:4639: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
450 main replaced by user_main
451 configure:4639: $? = 0
452 configure:4647: result: yes
453 configure:4657: checking for __sync_fetch_and_or_8 builtin
454 configure:4674: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
455 main replaced by user_main
456 configure:4674: $? = 0
457 configure:4682: result: yes
458 configure:4692: checking for __sync_or_and_fetch_8 builtin
459 configure:4709: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
460 main replaced by user_main
461 configure:4709: $? = 0
462 configure:4717: result: yes
463 configure:4727: checking for __sync_bool_compare_and_swap builtin
464 configure:4743: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
465 main replaced by user_main
466 configure:4743: $? = 0
467 configure:4751: result: yes
468 configure:4761: checking for __sync_bool_compare_and_swap_8 builtin
469 configure:4778: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
470 main replaced by user_main
471 configure:4778: $? = 0
472 configure:4786: result: yes
473 configure:4796: checking for __sync_val_compare_and_swap builtin
474 configure:4812: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
475 main replaced by user_main
476 configure:4812: $? = 0
477 configure:4820: result: yes
478 configure:4830: checking for __sync_val_compare_and_swap_8 builtin
479 configure:4847: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
480 main replaced by user_main
481 configure:4847: $? = 0
482 configure:4855: result: yes
483 configure:4865: checking for __sync_lock_test_and_set builtin
484 configure:4881: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
485 main replaced by user_main
486 configure:4881: $? = 0
487 configure:4889: result: yes
488 configure:4899: checking for __sync_lock_test_and_set_val builtin
489 configure:4915: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
490 main replaced by user_main
491 configure:4915: $? = 0
492 configure:4923: result: yes
493 configure:4933: checking for __sync_lock_release_set builtin
494 configure:4949: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
495 main replaced by user_main
496 configure:4949: $? = 0
497 configure:4957: result: yes
498 configure:4968: checking whether the C++ compiler understands 'auto'
499 configure:4985: g++ -c -g -O2  conftest.cpp >&5
500 main replaced by user_main
501 configure:4985: $? = 0
502 configure:4992: result: yes
503 configure:5033: checking whether the C++ compiler understands constexpr
504 configure:5050: g++ -c -g -O2  conftest.cpp >&5
505 main replaced by user_main
506 configure:5050: $? = 0
507 configure:5057: result: yes
508 configure:5065: checking whether the C++ compiler understands static_assert
509 configure:5082: g++ -c -g -O2  conftest.cpp >&5
510 main replaced by user_main
511 configure:5082: $? = 0
512 configure:5089: result: yes
513 configure:5097: checking whether the C++ compiler understands rvalue references
514 configure:5114: g++ -c -g -O2  conftest.cpp >&5
515 main replaced by user_main
516 configure:5114: $? = 0
517 configure:5121: result: yes
518 configure:5129: checking whether the C++ compiler understands template alias
519 configure:5146: g++ -c -g -O2  conftest.cpp >&5
520 main replaced by user_main
521 configure:5146: $? = 0
522 configure:5153: result: yes
523 configure:5163: checking type_traits usability
524 configure:5163: g++ -c -g -O2  conftest.cpp >&5
525 configure:5163: $? = 0
526 configure:5163: result: yes
527 configure:5163: checking type_traits presence
528 configure:5163: g++ -E  conftest.cpp
529 configure:5163: $? = 0
530 configure:5163: result: yes
531 configure:5163: checking for type_traits
532 configure:5163: result: yes
533 configure:5174: checking for std::hash
534 configure:5192: g++ -c -g -O2  conftest.cpp >&5
535 main replaced by user_main
536 configure:5192: $? = 0
537 configure:5199: result: yes
538 configure:5207: checking for __has_trivial_copy
539 configure:5224: g++ -c -g -O2  conftest.cpp >&5
540 main replaced by user_main
541 configure:5224: $? = 0
542 configure:5231: result: yes
543 configure:5240: checking for std::move
544 configure:5253: g++ -c -g -O2  conftest.cpp >&5
545 main replaced by user_main
546 configure:5253: $? = 0
547 configure:5259: result: yes
548 configure:5271: checking for std::is_trivially_copyable
549 configure:5288: g++ -c -g -O2  conftest.cpp >&5
550 main replaced by user_main
551 configure:5288: $? = 0
552 configure:5295: result: yes
553 configure:5303: checking for std::is_rvalue_reference
554 configure:5320: g++ -c -g -O2  conftest.cpp >&5
555 main replaced by user_main
556 configure:5320: $? = 0
557 configure:5327: result: yes
558 configure:5337: checking for malloc in -lflow
559 configure:5362: g++ -o conftest -g -O2   conftest.cpp -lflow  -lnuma  >&5
560 main replaced by user_main
561 /usr/bin/ld: cannot find -lflow
562 clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
563 configure:5362: $? = 1
564 configure: failed program was:
565 | /* confdefs.h */
566 | #define PACKAGE_NAME "masstree-beta"
567 | #define PACKAGE_TARNAME "masstree-beta"
568 | #define PACKAGE_VERSION "0.1"
569 | #define PACKAGE_STRING "masstree-beta 0.1"
570 | #define PACKAGE_BUGREPORT ""
571 | #define PACKAGE_URL ""
572 | #define WORDS_BIGENDIAN_SET 1
573 | #define STDC_HEADERS 1
574 | #define HAVE_SYS_TYPES_H 1
575 | #define HAVE_SYS_STAT_H 1
576 | #define HAVE_STDLIB_H 1
577 | #define HAVE_STRING_H 1
578 | #define HAVE_MEMORY_H 1
579 | #define HAVE_STRINGS_H 1
580 | #define HAVE_INTTYPES_H 1
581 | #define HAVE_STDINT_H 1
582 | #define HAVE_UNISTD_H 1
583 | #define HAVE_SYS_EPOLL_H 1
584 | #define HAVE_NUMA_H 1
585 | #define HAVE_LIBNUMA 1
586 | #define HAVE___BUILTIN_CLZ 1
587 | #define HAVE___BUILTIN_CLZL 1
588 | #define HAVE___BUILTIN_CLZLL 1
589 | #define HAVE___BUILTIN_CTZ 1
590 | #define HAVE___BUILTIN_CTZL 1
591 | #define HAVE___BUILTIN_CTZLL 1
592 | #define HAVE___SYNC_SYNCHRONIZE 1
593 | #define HAVE___SYNC_FETCH_AND_ADD 1
594 | #define HAVE___SYNC_ADD_AND_FETCH 1
595 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
596 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
597 | #define HAVE___SYNC_FETCH_AND_OR 1
598 | #define HAVE___SYNC_OR_AND_FETCH 1
599 | #define HAVE___SYNC_FETCH_AND_OR_8 1
600 | #define HAVE___SYNC_OR_AND_FETCH_8 1
601 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
602 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
603 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
604 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
605 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
606 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
607 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
608 | #define HAVE_CXX_AUTO 1
609 | #define HAVE_CXX_CONSTEXPR 1
610 | #define HAVE_CXX_STATIC_ASSERT 1
611 | #define HAVE_CXX_RVALUE_REFERENCES 1
612 | #define HAVE_CXX_TEMPLATE_ALIAS 1
613 | #define HAVE_TYPE_TRAITS 1
614 | #define HAVE_STD_HASH 1
615 | #define HAVE___HAS_TRIVIAL_COPY 1
616 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
617 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
618 | /* end confdefs.h.  */
619
620 | /* Override any GCC internal prototype to avoid an error.
621 |    Use char because int might match the return type of a GCC
622 |    builtin and then its argument prototype would still apply.  */
623 | #ifdef __cplusplus
624 | extern "C"
625 | #endif
626 | char malloc ();
627 | int
628 | main ()
629 | {
630 | return malloc ();
631 |   ;
632 |   return 0;
633 | }
634 configure:5371: result: no
635 configure:5379: checking for mallctl in -ljemalloc
636 configure:5404: g++ -o conftest -g -O2   conftest.cpp -ljemalloc  -lnuma  >&5
637 main replaced by user_main
638 configure:5404: $? = 0
639 configure:5413: result: yes
640 configure:5421: checking for tc_malloc in -ltcmalloc_minimal
641 configure:5446: g++ -o conftest -g -O2   conftest.cpp -ltcmalloc_minimal  -lnuma  >&5
642 main replaced by user_main
643 /usr/bin/ld: cannot find -ltcmalloc_minimal
644 clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
645 configure:5446: $? = 1
646 configure: failed program was:
647 | /* confdefs.h */
648 | #define PACKAGE_NAME "masstree-beta"
649 | #define PACKAGE_TARNAME "masstree-beta"
650 | #define PACKAGE_VERSION "0.1"
651 | #define PACKAGE_STRING "masstree-beta 0.1"
652 | #define PACKAGE_BUGREPORT ""
653 | #define PACKAGE_URL ""
654 | #define WORDS_BIGENDIAN_SET 1
655 | #define STDC_HEADERS 1
656 | #define HAVE_SYS_TYPES_H 1
657 | #define HAVE_SYS_STAT_H 1
658 | #define HAVE_STDLIB_H 1
659 | #define HAVE_STRING_H 1
660 | #define HAVE_MEMORY_H 1
661 | #define HAVE_STRINGS_H 1
662 | #define HAVE_INTTYPES_H 1
663 | #define HAVE_STDINT_H 1
664 | #define HAVE_UNISTD_H 1
665 | #define HAVE_SYS_EPOLL_H 1
666 | #define HAVE_NUMA_H 1
667 | #define HAVE_LIBNUMA 1
668 | #define HAVE___BUILTIN_CLZ 1
669 | #define HAVE___BUILTIN_CLZL 1
670 | #define HAVE___BUILTIN_CLZLL 1
671 | #define HAVE___BUILTIN_CTZ 1
672 | #define HAVE___BUILTIN_CTZL 1
673 | #define HAVE___BUILTIN_CTZLL 1
674 | #define HAVE___SYNC_SYNCHRONIZE 1
675 | #define HAVE___SYNC_FETCH_AND_ADD 1
676 | #define HAVE___SYNC_ADD_AND_FETCH 1
677 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
678 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
679 | #define HAVE___SYNC_FETCH_AND_OR 1
680 | #define HAVE___SYNC_OR_AND_FETCH 1
681 | #define HAVE___SYNC_FETCH_AND_OR_8 1
682 | #define HAVE___SYNC_OR_AND_FETCH_8 1
683 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
684 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
685 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
686 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
687 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
688 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
689 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
690 | #define HAVE_CXX_AUTO 1
691 | #define HAVE_CXX_CONSTEXPR 1
692 | #define HAVE_CXX_STATIC_ASSERT 1
693 | #define HAVE_CXX_RVALUE_REFERENCES 1
694 | #define HAVE_CXX_TEMPLATE_ALIAS 1
695 | #define HAVE_TYPE_TRAITS 1
696 | #define HAVE_STD_HASH 1
697 | #define HAVE___HAS_TRIVIAL_COPY 1
698 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
699 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
700 | /* end confdefs.h.  */
701
702 | /* Override any GCC internal prototype to avoid an error.
703 |    Use char because int might match the return type of a GCC
704 |    builtin and then its argument prototype would still apply.  */
705 | #ifdef __cplusplus
706 | extern "C"
707 | #endif
708 | char tc_malloc ();
709 | int
710 | main ()
711 | {
712 | return tc_malloc ();
713 |   ;
714 |   return 0;
715 | }
716 configure:5455: result: no
717 configure:5463: checking for _Z16getMainHoardHeapv in -lhoard
718 configure:5488: g++ -o conftest -g -O2   conftest.cpp -lhoard  -lnuma  >&5
719 main replaced by user_main
720 /usr/bin/ld: cannot find -lhoard
721 clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
722 configure:5488: $? = 1
723 configure: failed program was:
724 | /* confdefs.h */
725 | #define PACKAGE_NAME "masstree-beta"
726 | #define PACKAGE_TARNAME "masstree-beta"
727 | #define PACKAGE_VERSION "0.1"
728 | #define PACKAGE_STRING "masstree-beta 0.1"
729 | #define PACKAGE_BUGREPORT ""
730 | #define PACKAGE_URL ""
731 | #define WORDS_BIGENDIAN_SET 1
732 | #define STDC_HEADERS 1
733 | #define HAVE_SYS_TYPES_H 1
734 | #define HAVE_SYS_STAT_H 1
735 | #define HAVE_STDLIB_H 1
736 | #define HAVE_STRING_H 1
737 | #define HAVE_MEMORY_H 1
738 | #define HAVE_STRINGS_H 1
739 | #define HAVE_INTTYPES_H 1
740 | #define HAVE_STDINT_H 1
741 | #define HAVE_UNISTD_H 1
742 | #define HAVE_SYS_EPOLL_H 1
743 | #define HAVE_NUMA_H 1
744 | #define HAVE_LIBNUMA 1
745 | #define HAVE___BUILTIN_CLZ 1
746 | #define HAVE___BUILTIN_CLZL 1
747 | #define HAVE___BUILTIN_CLZLL 1
748 | #define HAVE___BUILTIN_CTZ 1
749 | #define HAVE___BUILTIN_CTZL 1
750 | #define HAVE___BUILTIN_CTZLL 1
751 | #define HAVE___SYNC_SYNCHRONIZE 1
752 | #define HAVE___SYNC_FETCH_AND_ADD 1
753 | #define HAVE___SYNC_ADD_AND_FETCH 1
754 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
755 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
756 | #define HAVE___SYNC_FETCH_AND_OR 1
757 | #define HAVE___SYNC_OR_AND_FETCH 1
758 | #define HAVE___SYNC_FETCH_AND_OR_8 1
759 | #define HAVE___SYNC_OR_AND_FETCH_8 1
760 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
761 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
762 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
763 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
764 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
765 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
766 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
767 | #define HAVE_CXX_AUTO 1
768 | #define HAVE_CXX_CONSTEXPR 1
769 | #define HAVE_CXX_STATIC_ASSERT 1
770 | #define HAVE_CXX_RVALUE_REFERENCES 1
771 | #define HAVE_CXX_TEMPLATE_ALIAS 1
772 | #define HAVE_TYPE_TRAITS 1
773 | #define HAVE_STD_HASH 1
774 | #define HAVE___HAS_TRIVIAL_COPY 1
775 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
776 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
777 | /* end confdefs.h.  */
778
779 | /* Override any GCC internal prototype to avoid an error.
780 |    Use char because int might match the return type of a GCC
781 |    builtin and then its argument prototype would still apply.  */
782 | #ifdef __cplusplus
783 | extern "C"
784 | #endif
785 | char _Z16getMainHoardHeapv ();
786 | int
787 | main ()
788 | {
789 | return _Z16getMainHoardHeapv ();
790 |   ;
791 |   return 0;
792 | }
793 configure:5497: result: no
794 configure:5537: checking for malloc library
795 configure:5551: result: -ljemalloc
796 configure:5580: checking whether off_t and long are the same type
797 configure:5597: g++ -c -g -O2  conftest.cpp >&5
798 conftest.cpp:57:30: error: redefinition of 'f'
799 int f(off_t) {return 0;} int f(long) {return 0;}
800                              ^
801 conftest.cpp:57:5: note: previous definition is here
802 int f(off_t) {return 0;} int f(long) {return 0;}
803     ^
804 1 error generated.
805 configure:5597: $? = 1
806 configure: failed program was:
807 | /* confdefs.h */
808 | #define PACKAGE_NAME "masstree-beta"
809 | #define PACKAGE_TARNAME "masstree-beta"
810 | #define PACKAGE_VERSION "0.1"
811 | #define PACKAGE_STRING "masstree-beta 0.1"
812 | #define PACKAGE_BUGREPORT ""
813 | #define PACKAGE_URL ""
814 | #define WORDS_BIGENDIAN_SET 1
815 | #define STDC_HEADERS 1
816 | #define HAVE_SYS_TYPES_H 1
817 | #define HAVE_SYS_STAT_H 1
818 | #define HAVE_STDLIB_H 1
819 | #define HAVE_STRING_H 1
820 | #define HAVE_MEMORY_H 1
821 | #define HAVE_STRINGS_H 1
822 | #define HAVE_INTTYPES_H 1
823 | #define HAVE_STDINT_H 1
824 | #define HAVE_UNISTD_H 1
825 | #define HAVE_SYS_EPOLL_H 1
826 | #define HAVE_NUMA_H 1
827 | #define HAVE_LIBNUMA 1
828 | #define HAVE___BUILTIN_CLZ 1
829 | #define HAVE___BUILTIN_CLZL 1
830 | #define HAVE___BUILTIN_CLZLL 1
831 | #define HAVE___BUILTIN_CTZ 1
832 | #define HAVE___BUILTIN_CTZL 1
833 | #define HAVE___BUILTIN_CTZLL 1
834 | #define HAVE___SYNC_SYNCHRONIZE 1
835 | #define HAVE___SYNC_FETCH_AND_ADD 1
836 | #define HAVE___SYNC_ADD_AND_FETCH 1
837 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
838 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
839 | #define HAVE___SYNC_FETCH_AND_OR 1
840 | #define HAVE___SYNC_OR_AND_FETCH 1
841 | #define HAVE___SYNC_FETCH_AND_OR_8 1
842 | #define HAVE___SYNC_OR_AND_FETCH_8 1
843 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
844 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
845 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
846 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
847 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
848 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
849 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
850 | #define HAVE_CXX_AUTO 1
851 | #define HAVE_CXX_CONSTEXPR 1
852 | #define HAVE_CXX_STATIC_ASSERT 1
853 | #define HAVE_CXX_RVALUE_REFERENCES 1
854 | #define HAVE_CXX_TEMPLATE_ALIAS 1
855 | #define HAVE_TYPE_TRAITS 1
856 | #define HAVE_STD_HASH 1
857 | #define HAVE___HAS_TRIVIAL_COPY 1
858 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
859 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
860 | #define HAVE_JEMALLOC 1
861 | /* end confdefs.h.  */
862 | #include <stdio.h>
863 | int f(off_t) {return 0;} int f(long) {return 0;}
864 | int
865 | main ()
866 | {
867
868 |   ;
869 |   return 0;
870 | }
871 configure:5604: result: yes
872 configure:5615: checking whether off_t and long long are the same type
873 configure:5632: g++ -c -g -O2  conftest.cpp >&5
874 main replaced by user_main
875 configure:5632: $? = 0
876 configure:5639: result: no
877 configure:5650: checking whether int64_t and long are the same type
878 configure:5667: g++ -c -g -O2  conftest.cpp >&5
879 conftest.cpp:58:32: error: redefinition of 'f'
880 int f(int64_t) {return 0;} int f(long) {return 0;}
881                                ^
882 conftest.cpp:58:5: note: previous definition is here
883 int f(int64_t) {return 0;} int f(long) {return 0;}
884     ^
885 1 error generated.
886 configure:5667: $? = 1
887 configure: failed program was:
888 | /* confdefs.h */
889 | #define PACKAGE_NAME "masstree-beta"
890 | #define PACKAGE_TARNAME "masstree-beta"
891 | #define PACKAGE_VERSION "0.1"
892 | #define PACKAGE_STRING "masstree-beta 0.1"
893 | #define PACKAGE_BUGREPORT ""
894 | #define PACKAGE_URL ""
895 | #define WORDS_BIGENDIAN_SET 1
896 | #define STDC_HEADERS 1
897 | #define HAVE_SYS_TYPES_H 1
898 | #define HAVE_SYS_STAT_H 1
899 | #define HAVE_STDLIB_H 1
900 | #define HAVE_STRING_H 1
901 | #define HAVE_MEMORY_H 1
902 | #define HAVE_STRINGS_H 1
903 | #define HAVE_INTTYPES_H 1
904 | #define HAVE_STDINT_H 1
905 | #define HAVE_UNISTD_H 1
906 | #define HAVE_SYS_EPOLL_H 1
907 | #define HAVE_NUMA_H 1
908 | #define HAVE_LIBNUMA 1
909 | #define HAVE___BUILTIN_CLZ 1
910 | #define HAVE___BUILTIN_CLZL 1
911 | #define HAVE___BUILTIN_CLZLL 1
912 | #define HAVE___BUILTIN_CTZ 1
913 | #define HAVE___BUILTIN_CTZL 1
914 | #define HAVE___BUILTIN_CTZLL 1
915 | #define HAVE___SYNC_SYNCHRONIZE 1
916 | #define HAVE___SYNC_FETCH_AND_ADD 1
917 | #define HAVE___SYNC_ADD_AND_FETCH 1
918 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
919 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
920 | #define HAVE___SYNC_FETCH_AND_OR 1
921 | #define HAVE___SYNC_OR_AND_FETCH 1
922 | #define HAVE___SYNC_FETCH_AND_OR_8 1
923 | #define HAVE___SYNC_OR_AND_FETCH_8 1
924 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
925 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
926 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
927 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
928 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
929 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
930 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
931 | #define HAVE_CXX_AUTO 1
932 | #define HAVE_CXX_CONSTEXPR 1
933 | #define HAVE_CXX_STATIC_ASSERT 1
934 | #define HAVE_CXX_RVALUE_REFERENCES 1
935 | #define HAVE_CXX_TEMPLATE_ALIAS 1
936 | #define HAVE_TYPE_TRAITS 1
937 | #define HAVE_STD_HASH 1
938 | #define HAVE___HAS_TRIVIAL_COPY 1
939 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
940 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
941 | #define HAVE_JEMALLOC 1
942 | #define HAVE_OFF_T_IS_LONG 1
943 | /* end confdefs.h.  */
944 | #include <stdint.h>
945 | int f(int64_t) {return 0;} int f(long) {return 0;}
946 | int
947 | main ()
948 | {
949
950 |   ;
951 |   return 0;
952 | }
953 configure:5674: result: yes
954 configure:5685: checking whether int64_t and long long are the same type
955 configure:5702: g++ -c -g -O2  conftest.cpp >&5
956 main replaced by user_main
957 configure:5702: $? = 0
958 configure:5709: result: no
959 configure:5720: checking whether size_t and unsigned are the same type
960 configure:5737: g++ -c -g -O2  conftest.cpp >&5
961 main replaced by user_main
962 configure:5737: $? = 0
963 configure:5744: result: no
964 configure:5755: checking whether size_t and unsigned long are the same type
965 configure:5772: g++ -c -g -O2  conftest.cpp >&5
966 conftest.cpp:59:31: error: redefinition of 'f'
967 int f(size_t) {return 0;} int f(unsigned long) {return 0;}
968                               ^
969 conftest.cpp:59:5: note: previous definition is here
970 int f(size_t) {return 0;} int f(unsigned long) {return 0;}
971     ^
972 1 error generated.
973 configure:5772: $? = 1
974 configure: failed program was:
975 | /* confdefs.h */
976 | #define PACKAGE_NAME "masstree-beta"
977 | #define PACKAGE_TARNAME "masstree-beta"
978 | #define PACKAGE_VERSION "0.1"
979 | #define PACKAGE_STRING "masstree-beta 0.1"
980 | #define PACKAGE_BUGREPORT ""
981 | #define PACKAGE_URL ""
982 | #define WORDS_BIGENDIAN_SET 1
983 | #define STDC_HEADERS 1
984 | #define HAVE_SYS_TYPES_H 1
985 | #define HAVE_SYS_STAT_H 1
986 | #define HAVE_STDLIB_H 1
987 | #define HAVE_STRING_H 1
988 | #define HAVE_MEMORY_H 1
989 | #define HAVE_STRINGS_H 1
990 | #define HAVE_INTTYPES_H 1
991 | #define HAVE_STDINT_H 1
992 | #define HAVE_UNISTD_H 1
993 | #define HAVE_SYS_EPOLL_H 1
994 | #define HAVE_NUMA_H 1
995 | #define HAVE_LIBNUMA 1
996 | #define HAVE___BUILTIN_CLZ 1
997 | #define HAVE___BUILTIN_CLZL 1
998 | #define HAVE___BUILTIN_CLZLL 1
999 | #define HAVE___BUILTIN_CTZ 1
1000 | #define HAVE___BUILTIN_CTZL 1
1001 | #define HAVE___BUILTIN_CTZLL 1
1002 | #define HAVE___SYNC_SYNCHRONIZE 1
1003 | #define HAVE___SYNC_FETCH_AND_ADD 1
1004 | #define HAVE___SYNC_ADD_AND_FETCH 1
1005 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
1006 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
1007 | #define HAVE___SYNC_FETCH_AND_OR 1
1008 | #define HAVE___SYNC_OR_AND_FETCH 1
1009 | #define HAVE___SYNC_FETCH_AND_OR_8 1
1010 | #define HAVE___SYNC_OR_AND_FETCH_8 1
1011 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
1012 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
1013 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
1014 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
1015 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
1016 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
1017 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
1018 | #define HAVE_CXX_AUTO 1
1019 | #define HAVE_CXX_CONSTEXPR 1
1020 | #define HAVE_CXX_STATIC_ASSERT 1
1021 | #define HAVE_CXX_RVALUE_REFERENCES 1
1022 | #define HAVE_CXX_TEMPLATE_ALIAS 1
1023 | #define HAVE_TYPE_TRAITS 1
1024 | #define HAVE_STD_HASH 1
1025 | #define HAVE___HAS_TRIVIAL_COPY 1
1026 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
1027 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
1028 | #define HAVE_JEMALLOC 1
1029 | #define HAVE_OFF_T_IS_LONG 1
1030 | #define HAVE_INT64_T_IS_LONG 1
1031 | /* end confdefs.h.  */
1032 | #include <stdio.h>
1033 | int f(size_t) {return 0;} int f(unsigned long) {return 0;}
1034 | int
1035 | main ()
1036 | {
1037
1038 |   ;
1039 |   return 0;
1040 | }
1041 configure:5779: result: yes
1042 configure:5790: checking whether size_t and unsigned long long are the same type
1043 configure:5807: g++ -c -g -O2  conftest.cpp >&5
1044 main replaced by user_main
1045 configure:5807: $? = 0
1046 configure:5814: result: no
1047 configure:5824: checking for long long
1048 configure:5824: g++ -c -g -O2  conftest.cpp >&5
1049 main replaced by user_main
1050 configure:5824: $? = 0
1051 configure:5824: g++ -c -g -O2  conftest.cpp >&5
1052 conftest.cpp:95:24: error: expected expression
1053 if (sizeof ((long long)))
1054                        ^
1055 1 error generated.
1056 configure:5824: $? = 1
1057 configure: failed program was:
1058 | /* confdefs.h */
1059 | #define PACKAGE_NAME "masstree-beta"
1060 | #define PACKAGE_TARNAME "masstree-beta"
1061 | #define PACKAGE_VERSION "0.1"
1062 | #define PACKAGE_STRING "masstree-beta 0.1"
1063 | #define PACKAGE_BUGREPORT ""
1064 | #define PACKAGE_URL ""
1065 | #define WORDS_BIGENDIAN_SET 1
1066 | #define STDC_HEADERS 1
1067 | #define HAVE_SYS_TYPES_H 1
1068 | #define HAVE_SYS_STAT_H 1
1069 | #define HAVE_STDLIB_H 1
1070 | #define HAVE_STRING_H 1
1071 | #define HAVE_MEMORY_H 1
1072 | #define HAVE_STRINGS_H 1
1073 | #define HAVE_INTTYPES_H 1
1074 | #define HAVE_STDINT_H 1
1075 | #define HAVE_UNISTD_H 1
1076 | #define HAVE_SYS_EPOLL_H 1
1077 | #define HAVE_NUMA_H 1
1078 | #define HAVE_LIBNUMA 1
1079 | #define HAVE___BUILTIN_CLZ 1
1080 | #define HAVE___BUILTIN_CLZL 1
1081 | #define HAVE___BUILTIN_CLZLL 1
1082 | #define HAVE___BUILTIN_CTZ 1
1083 | #define HAVE___BUILTIN_CTZL 1
1084 | #define HAVE___BUILTIN_CTZLL 1
1085 | #define HAVE___SYNC_SYNCHRONIZE 1
1086 | #define HAVE___SYNC_FETCH_AND_ADD 1
1087 | #define HAVE___SYNC_ADD_AND_FETCH 1
1088 | #define HAVE___SYNC_FETCH_AND_ADD_8 1
1089 | #define HAVE___SYNC_ADD_AND_FETCH_8 1
1090 | #define HAVE___SYNC_FETCH_AND_OR 1
1091 | #define HAVE___SYNC_OR_AND_FETCH 1
1092 | #define HAVE___SYNC_FETCH_AND_OR_8 1
1093 | #define HAVE___SYNC_OR_AND_FETCH_8 1
1094 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
1095 | #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
1096 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
1097 | #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
1098 | #define HAVE___SYNC_LOCK_TEST_AND_SET 1
1099 | #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
1100 | #define HAVE___SYNC_LOCK_RELEASE_SET 1
1101 | #define HAVE_CXX_AUTO 1
1102 | #define HAVE_CXX_CONSTEXPR 1
1103 | #define HAVE_CXX_STATIC_ASSERT 1
1104 | #define HAVE_CXX_RVALUE_REFERENCES 1
1105 | #define HAVE_CXX_TEMPLATE_ALIAS 1
1106 | #define HAVE_TYPE_TRAITS 1
1107 | #define HAVE_STD_HASH 1
1108 | #define HAVE___HAS_TRIVIAL_COPY 1
1109 | #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
1110 | #define HAVE_STD_IS_RVALUE_REFERENCE 1
1111 | #define HAVE_JEMALLOC 1
1112 | #define HAVE_OFF_T_IS_LONG 1
1113 | #define HAVE_INT64_T_IS_LONG 1
1114 | #define HAVE_SIZE_T_IS_UNSIGNED_LONG 1
1115 | /* end confdefs.h.  */
1116 | #include <stdio.h>
1117 | #ifdef HAVE_SYS_TYPES_H
1118 | # include <sys/types.h>
1119 | #endif
1120 | #ifdef HAVE_SYS_STAT_H
1121 | # include <sys/stat.h>
1122 | #endif
1123 | #ifdef STDC_HEADERS
1124 | # include <stdlib.h>
1125 | # include <stddef.h>
1126 | #else
1127 | # ifdef HAVE_STDLIB_H
1128 | #  include <stdlib.h>
1129 | # endif
1130 | #endif
1131 | #ifdef HAVE_STRING_H
1132 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1133 | #  include <memory.h>
1134 | # endif
1135 | # include <string.h>
1136 | #endif
1137 | #ifdef HAVE_STRINGS_H
1138 | # include <strings.h>
1139 | #endif
1140 | #ifdef HAVE_INTTYPES_H
1141 | # include <inttypes.h>
1142 | #endif
1143 | #ifdef HAVE_STDINT_H
1144 | # include <stdint.h>
1145 | #endif
1146 | #ifdef HAVE_UNISTD_H
1147 | # include <unistd.h>
1148 | #endif
1149 | int
1150 | main ()
1151 | {
1152 | if (sizeof ((long long)))
1153 |           return 0;
1154 |   ;
1155 |   return 0;
1156 | }
1157 configure:5824: result: yes
1158 configure:5838: checking size of short
1159 configure:5843: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1160 main replaced by user_main
1161 configure:5843: $? = 0
1162 configure:5843: ./conftest
1163 configure:5843: $? = 0
1164 configure:5857: result: 2
1165 configure:5871: checking size of int
1166 configure:5876: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1167 main replaced by user_main
1168 configure:5876: $? = 0
1169 configure:5876: ./conftest
1170 configure:5876: $? = 0
1171 configure:5890: result: 4
1172 configure:5904: checking size of long
1173 configure:5909: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1174 main replaced by user_main
1175 configure:5909: $? = 0
1176 configure:5909: ./conftest
1177 configure:5909: $? = 0
1178 configure:5923: result: 8
1179 configure:5937: checking size of long long
1180 configure:5942: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1181 main replaced by user_main
1182 configure:5942: $? = 0
1183 configure:5942: ./conftest
1184 configure:5942: $? = 0
1185 configure:5956: result: 8
1186 configure:5970: checking size of void *
1187 configure:5975: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1188 main replaced by user_main
1189 configure:5975: $? = 0
1190 configure:5975: ./conftest
1191 configure:5975: $? = 0
1192 configure:5989: result: 8
1193 configure:6000: checking whether getline is declared
1194 configure:6000: g++ -c -g -O2  conftest.cpp >&5
1195 main replaced by user_main
1196 configure:6000: $? = 0
1197 configure:6000: result: yes
1198 configure:6015: checking time.h usability
1199 configure:6015: g++ -c -g -O2  conftest.cpp >&5
1200 configure:6015: $? = 0
1201 configure:6015: result: yes
1202 configure:6015: checking time.h presence
1203 configure:6015: g++ -E  conftest.cpp
1204 configure:6015: $? = 0
1205 configure:6015: result: yes
1206 configure:6015: checking for time.h
1207 configure:6015: result: yes
1208 configure:6015: checking execinfo.h usability
1209 configure:6015: g++ -c -g -O2  conftest.cpp >&5
1210 configure:6015: $? = 0
1211 configure:6015: result: yes
1212 configure:6015: checking execinfo.h presence
1213 configure:6015: g++ -E  conftest.cpp
1214 configure:6015: $? = 0
1215 configure:6015: result: yes
1216 configure:6015: checking for execinfo.h
1217 configure:6015: result: yes
1218 configure:6025: checking whether clock_gettime is declared
1219 configure:6025: g++ -c -g -O2  conftest.cpp >&5
1220 main replaced by user_main
1221 configure:6025: $? = 0
1222 configure:6025: result: yes
1223 configure:6039: checking for library containing clock_gettime
1224 configure:6070: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1225 main replaced by user_main
1226 configure:6070: $? = 0
1227 configure:6087: result: none required
1228 configure:6097: checking for clock_gettime
1229 configure:6097: g++ -o conftest -g -O2   conftest.cpp -lnuma  >&5
1230 main replaced by user_main
1231 configure:6097: $? = 0
1232 configure:6097: result: yes
1233 configure:6156: checking whether MADV_HUGEPAGE is supported
1234 configure:6172: g++ -E  conftest.cpp
1235 configure:6172: $? = 0
1236 configure:6178: result: yes
1237 configure:6186: checking whether MAP_HUGETLB is supported
1238 configure:6202: g++ -E  conftest.cpp
1239 configure:6202: $? = 0
1240 configure:6208: result: yes
1241 configure:6437: creating ./config.status
1242
1243 ## ---------------------- ##
1244 ## Running config.status. ##
1245 ## ---------------------- ##
1246
1247 This file was extended by masstree-beta config.status 0.1, which was
1248 generated by GNU Autoconf 2.69.  Invocation command line was
1249
1250   CONFIG_FILES    = 
1251   CONFIG_HEADERS  = 
1252   CONFIG_LINKS    = 
1253   CONFIG_COMMANDS = 
1254   $ ./config.status 
1255
1256 on dw-6
1257
1258 config.status:863: creating GNUmakefile
1259 config.status:863: creating config.h
1260
1261 ## ---------------- ##
1262 ## Cache variables. ##
1263 ## ---------------- ##
1264
1265 ac_cv_c_bigendian=no
1266 ac_cv_c_compiler_gnu=yes
1267 ac_cv_cxx_auto=yes
1268 ac_cv_cxx_compiler_gnu=yes
1269 ac_cv_cxx_constexpr=yes
1270 ac_cv_cxx_rvalue_references=yes
1271 ac_cv_cxx_static_assert=yes
1272 ac_cv_cxx_template_alias=yes
1273 ac_cv_env_CCC_set=
1274 ac_cv_env_CCC_value=
1275 ac_cv_env_CC_set=
1276 ac_cv_env_CC_value=
1277 ac_cv_env_CFLAGS_set=
1278 ac_cv_env_CFLAGS_value=
1279 ac_cv_env_CPPFLAGS_set=
1280 ac_cv_env_CPPFLAGS_value=
1281 ac_cv_env_CXXCPP_set=
1282 ac_cv_env_CXXCPP_value=
1283 ac_cv_env_CXXFLAGS_set=
1284 ac_cv_env_CXXFLAGS_value=
1285 ac_cv_env_CXX_set=
1286 ac_cv_env_CXX_value=
1287 ac_cv_env_LDFLAGS_set=
1288 ac_cv_env_LDFLAGS_value=
1289 ac_cv_env_LIBS_set=
1290 ac_cv_env_LIBS_value=
1291 ac_cv_env_build_alias_set=
1292 ac_cv_env_build_alias_value=
1293 ac_cv_env_host_alias_set=
1294 ac_cv_env_host_alias_value=
1295 ac_cv_env_target_alias_set=
1296 ac_cv_env_target_alias_value=
1297 ac_cv_func_clock_gettime=yes
1298 ac_cv_have___builtin_clz=yes
1299 ac_cv_have___builtin_clzl=yes
1300 ac_cv_have___builtin_clzll=yes
1301 ac_cv_have___builtin_ctz=yes
1302 ac_cv_have___builtin_ctzl=yes
1303 ac_cv_have___builtin_ctzll=yes
1304 ac_cv_have___has_trivial_copy=yes
1305 ac_cv_have___sync_add_and_fetch=yes
1306 ac_cv_have___sync_add_and_fetch_8=yes
1307 ac_cv_have___sync_bool_compare_and_swap=yes
1308 ac_cv_have___sync_bool_compare_and_swap_8=yes
1309 ac_cv_have___sync_fetch_and_add=yes
1310 ac_cv_have___sync_fetch_and_add_8=yes
1311 ac_cv_have___sync_fetch_and_or=yes
1312 ac_cv_have___sync_fetch_and_or_8=yes
1313 ac_cv_have___sync_lock_release_set=yes
1314 ac_cv_have___sync_lock_test_and_set=yes
1315 ac_cv_have___sync_lock_test_and_set_val=yes
1316 ac_cv_have___sync_or_and_fetch=yes
1317 ac_cv_have___sync_or_and_fetch_8=yes
1318 ac_cv_have___sync_synchronize=yes
1319 ac_cv_have___sync_val_compare_and_swap=yes
1320 ac_cv_have___sync_val_compare_and_swap_8=yes
1321 ac_cv_have_decl_clock_gettime=yes
1322 ac_cv_have_decl_getline=yes
1323 ac_cv_have_same_type_int64_t_is_long=yes
1324 ac_cv_have_same_type_int64_t_is_long_long=no
1325 ac_cv_have_same_type_off_t_is_long=yes
1326 ac_cv_have_same_type_off_t_is_long_long=no
1327 ac_cv_have_same_type_size_t_is_unsigned=no
1328 ac_cv_have_same_type_size_t_is_unsigned_long=yes
1329 ac_cv_have_same_type_size_t_is_unsigned_long_long=no
1330 ac_cv_have_std_hash=yes
1331 ac_cv_have_std_is_rvalue_reference=yes
1332 ac_cv_have_std_is_trivially_copyable=yes
1333 ac_cv_header_execinfo_h=yes
1334 ac_cv_header_inttypes_h=yes
1335 ac_cv_header_memory_h=yes
1336 ac_cv_header_numa_h=yes
1337 ac_cv_header_stdc=yes
1338 ac_cv_header_stdint_h=yes
1339 ac_cv_header_stdlib_h=yes
1340 ac_cv_header_string_h=yes
1341 ac_cv_header_strings_h=yes
1342 ac_cv_header_sys_epoll_h=yes
1343 ac_cv_header_sys_stat_h=yes
1344 ac_cv_header_sys_types_h=yes
1345 ac_cv_header_time_h=yes
1346 ac_cv_header_type_traits=yes
1347 ac_cv_header_unistd_h=yes
1348 ac_cv_lib_flow_malloc=no
1349 ac_cv_lib_hoard__Z16getMainHoardHeapv=no
1350 ac_cv_lib_jemalloc_mallctl=yes
1351 ac_cv_lib_tcmalloc_minimal_tc_malloc=no
1352 ac_cv_max_key_len=1024
1353 ac_cv_objext=o
1354 ac_cv_path_EGREP='/bin/grep -E'
1355 ac_cv_path_GREP=/bin/grep
1356 ac_cv_prog_CXXCPP='g++ -E'
1357 ac_cv_prog_ac_ct_CC=gcc
1358 ac_cv_prog_ac_ct_CXX=g++
1359 ac_cv_prog_cc_c89=
1360 ac_cv_prog_cc_g=yes
1361 ac_cv_prog_cxx_g=yes
1362 ac_cv_row_type=bag
1363 ac_cv_search_clock_gettime='none required'
1364 ac_cv_search_numa_available=-lnuma
1365 ac_cv_sizeof_int=4
1366 ac_cv_sizeof_long=8
1367 ac_cv_sizeof_long_long=8
1368 ac_cv_sizeof_short=2
1369 ac_cv_sizeof_void_p=8
1370 ac_cv_std_move=yes
1371 ac_cv_type_long_long=yes
1372
1373 ## ----------------- ##
1374 ## Output variables. ##
1375 ## ----------------- ##
1376
1377 CC='gcc'
1378 CFLAGS='-g -O2'
1379 CPPFLAGS=''
1380 CXX='g++'
1381 CXXCPP='g++ -E'
1382 CXXFLAGS='-g -O2'
1383 DEFS='-DHAVE_CONFIG_H'
1384 ECHO_C=''
1385 ECHO_N='-n'
1386 ECHO_T=''
1387 EGREP='/bin/grep -E'
1388 EXEEXT=''
1389 GREP='/bin/grep'
1390 LDFLAGS=''
1391 LIBOBJS=''
1392 LIBS='-lnuma '
1393 LTLIBOBJS=''
1394 MALLOC_LIBS='-ljemalloc'
1395 OBJEXT='o'
1396 PACKAGE_BUGREPORT=''
1397 PACKAGE_NAME='masstree-beta'
1398 PACKAGE_STRING='masstree-beta 0.1'
1399 PACKAGE_TARNAME='masstree-beta'
1400 PACKAGE_URL=''
1401 PACKAGE_VERSION='0.1'
1402 PATH_SEPARATOR=':'
1403 SHELL='/bin/bash'
1404 ac_configure_args=' '\''--enable-max-key-len=1024'\'' '\''--disable-assertions'\'' '\''--disable-invariants'\'' '\''--disable-preconditions'\'' '\''--with-malloc=jemalloc'\'''
1405 ac_ct_CC='gcc'
1406 ac_ct_CXX='g++'
1407 bindir='${exec_prefix}/bin'
1408 build_alias=''
1409 datadir='${datarootdir}'
1410 datarootdir='${prefix}/share'
1411 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1412 dvidir='${docdir}'
1413 exec_prefix='${prefix}'
1414 host_alias=''
1415 htmldir='${docdir}'
1416 includedir='${prefix}/include'
1417 infodir='${datarootdir}/info'
1418 libdir='${exec_prefix}/lib'
1419 libexecdir='${exec_prefix}/libexec'
1420 localedir='${datarootdir}/locale'
1421 localstatedir='${prefix}/var'
1422 mandir='${datarootdir}/man'
1423 oldincludedir='/usr/include'
1424 pdfdir='${docdir}'
1425 prefix='/usr/local'
1426 program_transform_name='s,x,x,'
1427 psdir='${docdir}'
1428 runstatedir='${localstatedir}/run'
1429 sbindir='${exec_prefix}/sbin'
1430 sharedstatedir='${prefix}/com'
1431 sysconfdir='${prefix}/etc'
1432 target_alias=''
1433
1434 ## ----------- ##
1435 ## confdefs.h. ##
1436 ## ----------- ##
1437
1438 /* confdefs.h */
1439 #define PACKAGE_NAME "masstree-beta"
1440 #define PACKAGE_TARNAME "masstree-beta"
1441 #define PACKAGE_VERSION "0.1"
1442 #define PACKAGE_STRING "masstree-beta 0.1"
1443 #define PACKAGE_BUGREPORT ""
1444 #define PACKAGE_URL ""
1445 #define WORDS_BIGENDIAN_SET 1
1446 #define STDC_HEADERS 1
1447 #define HAVE_SYS_TYPES_H 1
1448 #define HAVE_SYS_STAT_H 1
1449 #define HAVE_STDLIB_H 1
1450 #define HAVE_STRING_H 1
1451 #define HAVE_MEMORY_H 1
1452 #define HAVE_STRINGS_H 1
1453 #define HAVE_INTTYPES_H 1
1454 #define HAVE_STDINT_H 1
1455 #define HAVE_UNISTD_H 1
1456 #define HAVE_SYS_EPOLL_H 1
1457 #define HAVE_NUMA_H 1
1458 #define HAVE_LIBNUMA 1
1459 #define HAVE___BUILTIN_CLZ 1
1460 #define HAVE___BUILTIN_CLZL 1
1461 #define HAVE___BUILTIN_CLZLL 1
1462 #define HAVE___BUILTIN_CTZ 1
1463 #define HAVE___BUILTIN_CTZL 1
1464 #define HAVE___BUILTIN_CTZLL 1
1465 #define HAVE___SYNC_SYNCHRONIZE 1
1466 #define HAVE___SYNC_FETCH_AND_ADD 1
1467 #define HAVE___SYNC_ADD_AND_FETCH 1
1468 #define HAVE___SYNC_FETCH_AND_ADD_8 1
1469 #define HAVE___SYNC_ADD_AND_FETCH_8 1
1470 #define HAVE___SYNC_FETCH_AND_OR 1
1471 #define HAVE___SYNC_OR_AND_FETCH 1
1472 #define HAVE___SYNC_FETCH_AND_OR_8 1
1473 #define HAVE___SYNC_OR_AND_FETCH_8 1
1474 #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP 1
1475 #define HAVE___SYNC_BOOL_COMPARE_AND_SWAP_8 1
1476 #define HAVE___SYNC_VAL_COMPARE_AND_SWAP 1
1477 #define HAVE___SYNC_VAL_COMPARE_AND_SWAP_8 1
1478 #define HAVE___SYNC_LOCK_TEST_AND_SET 1
1479 #define HAVE___SYNC_LOCK_TEST_AND_SET_VAL 1
1480 #define HAVE___SYNC_LOCK_RELEASE_SET 1
1481 #define HAVE_CXX_AUTO 1
1482 #define HAVE_CXX_CONSTEXPR 1
1483 #define HAVE_CXX_STATIC_ASSERT 1
1484 #define HAVE_CXX_RVALUE_REFERENCES 1
1485 #define HAVE_CXX_TEMPLATE_ALIAS 1
1486 #define HAVE_TYPE_TRAITS 1
1487 #define HAVE_STD_HASH 1
1488 #define HAVE___HAS_TRIVIAL_COPY 1
1489 #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
1490 #define HAVE_STD_IS_RVALUE_REFERENCE 1
1491 #define HAVE_JEMALLOC 1
1492 #define HAVE_OFF_T_IS_LONG 1
1493 #define HAVE_INT64_T_IS_LONG 1
1494 #define HAVE_SIZE_T_IS_UNSIGNED_LONG 1
1495 #define HAVE_LONG_LONG 1
1496 #define SIZEOF_SHORT 2
1497 #define SIZEOF_INT 4
1498 #define SIZEOF_LONG 8
1499 #define SIZEOF_LONG_LONG 8
1500 #define SIZEOF_VOID_P 8
1501 #define HAVE_DECL_GETLINE 1
1502 #define HAVE_TIME_H 1
1503 #define HAVE_EXECINFO_H 1
1504 #define HAVE_DECL_CLOCK_GETTIME 1
1505 #define HAVE_CLOCK_GETTIME 1
1506 #define MASSTREE_ROW_TYPE_BAG 1
1507 #define MASSTREE_MAXKEYLEN 1024
1508 #define HAVE_MADV_HUGEPAGE 1
1509 #define HAVE_MAP_HUGETLB 1
1510 #define HAVE_SUPERPAGE 1
1511 #define ENABLE_PRECONDITIONS 0
1512 #define ENABLE_INVARIANTS 0
1513 #define CACHE_LINE_SIZE 64
1514 #define HAVE_UNALIGNED_ACCESS 1
1515
1516 configure: exit 0