Ticket #6661: config.log

File config.log, 157.5 KB (added by miqlas, 8 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.69. Invocation command line was
6
7 $ ./configure LDFLAGS=-L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = shredder
14uname -m = BePC
15uname -r = 1
16uname -s = Haiku
17uname -v = hrev50326 May 20 2016 21:48:42
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
30PATH: .
31PATH: /boot/home/config/non-packaged/bin/x86
32PATH: /boot/home/config/bin/x86
33PATH: /boot/system/non-packaged/bin/x86
34PATH: /boot/system/bin/x86
35PATH: /boot/home/config/non-packaged/bin
36PATH: /boot/home/config/bin
37PATH: /boot/system/non-packaged/bin
38PATH: /bin
39PATH: /boot/system/apps
40PATH: /boot/system/preferences
41PATH: /boot/home/.gem/ruby/2.2.0/bin
42PATH: /boot/home/.gem/ruby/2.2.0/bin
43
44
45## ----------- ##
46## Core tests. ##
47## ----------- ##
48
49configure:2927: checking for ruby
50configure:2945: found /bin/ruby
51configure:2958: result: /bin/ruby
52configure:3010: checking build system type
53configure:3024: result: i586-pc-haiku
54configure:3129: checking host system type
55configure:3142: result: i586-pc-haiku
56configure:3162: checking target system type
57configure:3175: result: i586-pc-haiku
58configure:3949: checking for gcc
59configure:3965: found /boot/system/bin/x86/gcc
60configure:3976: result: gcc
61configure:4205: checking for C compiler version
62configure:4214: gcc --version >&5
63gcc (2016_02_29) 5.3.0
64Copyright (C) 2015 Free Software Foundation, Inc.
65This is free software; see the source for copying conditions. There is NO
66warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67
68configure:4225: $? = 0
69configure:4214: gcc -v >&5
70Using built-in specs.
71COLLECT_GCC=gcc
72COLLECT_LTO_WRAPPER=/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/5.3.0/lto-wrapper
73Target: i586-pc-haiku
74Configured with: /sources/gcc-5.3.0/configure --build=i586-pc-haiku --prefix=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/develop/tools/x86 --libexecdir=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/develop/tools/x86/lib --mandir=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/documentation/man --docdir=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/documentation/packages/gcc_x86 --enable-threads=posix --disable-nls --enable-shared --with-gnu-ld --with-gnu-as --enable-version-specific-runtime-libs --enable-languages=c,c++ --enable-lto --enable-frame-pointer --with-pkgversion=2016_02_29 --enable-__cxa-atexit --with-system-zlib --enable-checking=release --with-bug-url=http://dev.haiku-os.org/ --with-default-libstdcxx-abi=gcc4-compatible --with-hybrid-secondary=x86
75Thread model: posix
76gcc version 5.3.0 (2016_02_29)
77configure:4225: $? = 0
78configure:4214: gcc -V >&5
79gcc: error: unrecognized command line option '-V'
80gcc: fatal error: no input files
81compilation terminated.
82configure:4225: $? = 1
83configure:4214: gcc -qversion >&5
84gcc: error: unrecognized command line option '-qversion'
85gcc: fatal error: no input files
86compilation terminated.
87configure:4225: $? = 1
88configure:4245: checking whether the C compiler works
89configure:4267: gcc -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 conftest.c >&5
90configure:4271: $? = 0
91configure:4319: result: yes
92configure:4322: checking for C compiler default output file name
93configure:4324: result: a.out
94configure:4330: checking for suffix of executables
95configure:4337: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 conftest.c >&5
96configure:4341: $? = 0
97configure:4363: result:
98configure:4385: checking whether we are cross compiling
99configure:4393: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 conftest.c >&5
100configure:4397: $? = 0
101configure:4404: ./conftest
102configure:4408: $? = 0
103configure:4423: result: no
104configure:4428: checking for suffix of object files
105configure:4450: gcc -c -D_BSD_SOURCE conftest.c >&5
106configure:4454: $? = 0
107configure:4475: result: o
108configure:4479: checking whether we are using the GNU C compiler
109configure:4498: gcc -c -D_BSD_SOURCE conftest.c >&5
110configure:4498: $? = 0
111configure:4507: result: yes
112configure:4516: checking whether gcc accepts -g
113configure:4536: gcc -c -g conftest.c >&5
114configure:4536: $? = 0
115configure:4577: result: yes
116configure:4594: checking for gcc option to accept ISO C89
117configure:4657: gcc -c -D_BSD_SOURCE conftest.c >&5
118configure:4657: $? = 0
119configure:4670: result: none needed
120configure:4748: checking for g++
121configure:4764: found /boot/system/bin/x86/g++
122configure:4775: result: g++
123configure:4802: checking for C++ compiler version
124configure:4811: g++ --version >&5
125g++ (2016_02_29) 5.3.0
126Copyright (C) 2015 Free Software Foundation, Inc.
127This is free software; see the source for copying conditions. There is NO
128warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
129
130configure:4822: $? = 0
131configure:4811: g++ -v >&5
132Using built-in specs.
133COLLECT_GCC=g++
134COLLECT_LTO_WRAPPER=/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/5.3.0/lto-wrapper
135Target: i586-pc-haiku
136Configured with: /sources/gcc-5.3.0/configure --build=i586-pc-haiku --prefix=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/develop/tools/x86 --libexecdir=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/develop/tools/x86/lib --mandir=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/documentation/man --docdir=/packages/gcc_x86-5.3.0_2016_02_29-4/.self/documentation/packages/gcc_x86 --enable-threads=posix --disable-nls --enable-shared --with-gnu-ld --with-gnu-as --enable-version-specific-runtime-libs --enable-languages=c,c++ --enable-lto --enable-frame-pointer --with-pkgversion=2016_02_29 --enable-__cxa-atexit --with-system-zlib --enable-checking=release --with-bug-url=http://dev.haiku-os.org/ --with-default-libstdcxx-abi=gcc4-compatible --with-hybrid-secondary=x86
137Thread model: posix
138gcc version 5.3.0 (2016_02_29)
139configure:4822: $? = 0
140configure:4811: g++ -V >&5
141g++: error: unrecognized command line option '-V'
142g++: fatal error: no input files
143compilation terminated.
144configure:4822: $? = 1
145configure:4811: g++ -qversion >&5
146g++: error: unrecognized command line option '-qversion'
147g++: fatal error: no input files
148compilation terminated.
149configure:4822: $? = 1
150configure:4826: checking whether we are using the GNU C++ compiler
151configure:4845: g++ -c conftest.cpp >&5
152configure:4845: $? = 0
153configure:4854: result: yes
154configure:4863: checking whether g++ accepts -g
155configure:4883: g++ -c -g conftest.cpp >&5
156configure:4883: $? = 0
157configure:4924: result: yes
158configure:4953: checking how to run the C preprocessor
159configure:4984: gcc -E conftest.c
160configure:4984: $? = 0
161configure:4998: gcc -E conftest.c
162conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
163compilation terminated.
164configure:4998: $? = 1
165configure: failed program was:
166| /* confdefs.h */
167| #define PACKAGE_NAME ""
168| #define PACKAGE_TARNAME ""
169| #define PACKAGE_VERSION ""
170| #define PACKAGE_STRING ""
171| #define PACKAGE_BUGREPORT ""
172| #define PACKAGE_URL ""
173| #define CANONICALIZATION_FOR_MATHN 1
174| /* end confdefs.h. */
175| #include <ac_nonexistent.h>
176configure:5023: result: gcc -E
177configure:5043: gcc -E conftest.c
178configure:5043: $? = 0
179configure:5057: gcc -E conftest.c
180conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
181compilation terminated.
182configure:5057: $? = 1
183configure: failed program was:
184| /* confdefs.h */
185| #define PACKAGE_NAME ""
186| #define PACKAGE_TARNAME ""
187| #define PACKAGE_VERSION ""
188| #define PACKAGE_STRING ""
189| #define PACKAGE_BUGREPORT ""
190| #define PACKAGE_URL ""
191| #define CANONICALIZATION_FOR_MATHN 1
192| /* end confdefs.h. */
193| #include <ac_nonexistent.h>
194configure:5137: checking for grep that handles long lines and -e
195configure:5195: result: /bin/grep
196configure:5200: checking for egrep
197configure:5262: result: /bin/grep -E
198configure:5268: checking whether gcc needs -traditional
199conftest.c:10:19: fatal error: sgtty.h: No such file or directory
200compilation terminated.
201conftest.c:10:20: fatal error: termio.h: No such file or directory
202compilation terminated.
203configure:5302: result: no
204configure:5456: checking for ld
205configure:5472: found /boot/system/bin/x86/ld
206configure:5483: result: ld
207configure:5519: checking whether the linker is GNU ld
208configure:5531: result: yes
209configure:5535: checking whether gcc -E accepts -o
210configure:5547: gcc -E -o conftest-1.i conftest.c
211configure:5547: $? = 0
212configure:5554: result: yes
213configure:5743: checking for __sync_val_compare_and_swap
214configure:5762: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 conftest.c >&5
215configure:5762: $? = 0
216configure:5770: result: yes
217configure:5855: checking for ranlib
218configure:5871: found /boot/system/bin/x86/ranlib
219configure:5882: result: ranlib
220configure:5947: checking for ar
221configure:5963: found /boot/system/bin/x86/ar
222configure:5974: result: ar
223configure:6085: checking for as
224configure:6101: found /boot/system/bin/x86/as
225configure:6112: result: as
226configure:6194: checking for objdump
227configure:6210: found /boot/system/bin/x86/objdump
228configure:6221: result: objdump
229configure:6294: checking for objcopy
230configure:6310: found /boot/system/bin/x86/objcopy
231configure:6321: result: objcopy
232configure:6738: checking for nm
233configure:6754: found /boot/system/bin/x86/nm
234configure:6765: result: nm
235configure:6788: checking whether ln -s works
236configure:6792: result: yes
237configure:6799: checking whether make sets $(MAKE)
238configure:6821: result: yes
239configure:6844: checking for a BSD-compatible install
240configure:6912: result: /bin/install -c
241configure:6923: checking for a thread-safe mkdir -p
242configure:6962: result: /bin/mkdir -p
243configure:6982: checking for dtrace
244configure:7012: result: no
245configure:7061: checking for dot
246configure:7091: result: no
247configure:7103: checking for doxygen
248configure:7133: result: no
249configure:7189: checking for pkg-config
250configure:7210: found /bin/pkg-config
251configure:7233: result: pkg-config
252configure:7243: checking for ANSI C header files
253configure:7263: gcc -c -D_BSD_SOURCE conftest.c >&5
254configure:7263: $? = 0
255configure:7336: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 conftest.c >&5
256configure:7336: $? = 0
257configure:7336: ./conftest
258configure:7336: $? = 0
259configure:7347: result: yes
260configure:7360: checking for sys/types.h
261configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
262configure:7360: $? = 0
263configure:7360: result: yes
264configure:7360: checking for sys/stat.h
265configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
266configure:7360: $? = 0
267configure:7360: result: yes
268configure:7360: checking for stdlib.h
269configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
270configure:7360: $? = 0
271configure:7360: result: yes
272configure:7360: checking for string.h
273configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
274configure:7360: $? = 0
275configure:7360: result: yes
276configure:7360: checking for memory.h
277configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
278configure:7360: $? = 0
279configure:7360: result: yes
280configure:7360: checking for strings.h
281configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
282configure:7360: $? = 0
283configure:7360: result: yes
284configure:7360: checking for inttypes.h
285configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
286configure:7360: $? = 0
287configure:7360: result: yes
288configure:7360: checking for stdint.h
289configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
290configure:7360: $? = 0
291configure:7360: result: yes
292configure:7360: checking for unistd.h
293configure:7360: gcc -c -D_BSD_SOURCE conftest.c >&5
294configure:7360: $? = 0
295configure:7360: result: yes
296configure:7373: checking minix/config.h usability
297configure:7373: gcc -c -D_BSD_SOURCE conftest.c >&5
298conftest.c:53:26: fatal error: minix/config.h: No such file or directory
299compilation terminated.
300configure:7373: $? = 1
301configure: failed program was:
302| /* confdefs.h */
303| #define PACKAGE_NAME ""
304| #define PACKAGE_TARNAME ""
305| #define PACKAGE_VERSION ""
306| #define PACKAGE_STRING ""
307| #define PACKAGE_BUGREPORT ""
308| #define PACKAGE_URL ""
309| #define CANONICALIZATION_FOR_MATHN 1
310| #define STDC_HEADERS 1
311| #define HAVE_SYS_TYPES_H 1
312| #define HAVE_SYS_STAT_H 1
313| #define HAVE_STDLIB_H 1
314| #define HAVE_STRING_H 1
315| #define HAVE_MEMORY_H 1
316| #define HAVE_STRINGS_H 1
317| #define HAVE_INTTYPES_H 1
318| #define HAVE_STDINT_H 1
319| #define HAVE_UNISTD_H 1
320| /* end confdefs.h. */
321| #include <stdio.h>
322| #ifdef HAVE_SYS_TYPES_H
323| # include <sys/types.h>
324| #endif
325| #ifdef HAVE_SYS_STAT_H
326| # include <sys/stat.h>
327| #endif
328| #ifdef STDC_HEADERS
329| # include <stdlib.h>
330| # include <stddef.h>
331| #else
332| # ifdef HAVE_STDLIB_H
333| # include <stdlib.h>
334| # endif
335| #endif
336| #ifdef HAVE_STRING_H
337| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
338| # include <memory.h>
339| # endif
340| # include <string.h>
341| #endif
342| #ifdef HAVE_STRINGS_H
343| # include <strings.h>
344| #endif
345| #ifdef HAVE_INTTYPES_H
346| # include <inttypes.h>
347| #endif
348| #ifdef HAVE_STDINT_H
349| # include <stdint.h>
350| #endif
351| #ifdef HAVE_UNISTD_H
352| # include <unistd.h>
353| #endif
354| #include <minix/config.h>
355configure:7373: result: no
356configure:7373: checking minix/config.h presence
357configure:7373: gcc -E conftest.c
358conftest.c:20:26: fatal error: minix/config.h: No such file or directory
359compilation terminated.
360configure:7373: $? = 1
361configure: failed program was:
362| /* confdefs.h */
363| #define PACKAGE_NAME ""
364| #define PACKAGE_TARNAME ""
365| #define PACKAGE_VERSION ""
366| #define PACKAGE_STRING ""
367| #define PACKAGE_BUGREPORT ""
368| #define PACKAGE_URL ""
369| #define CANONICALIZATION_FOR_MATHN 1
370| #define STDC_HEADERS 1
371| #define HAVE_SYS_TYPES_H 1
372| #define HAVE_SYS_STAT_H 1
373| #define HAVE_STDLIB_H 1
374| #define HAVE_STRING_H 1
375| #define HAVE_MEMORY_H 1
376| #define HAVE_STRINGS_H 1
377| #define HAVE_INTTYPES_H 1
378| #define HAVE_STDINT_H 1
379| #define HAVE_UNISTD_H 1
380| /* end confdefs.h. */
381| #include <minix/config.h>
382configure:7373: result: no
383configure:7373: checking for minix/config.h
384configure:7373: result: no
385configure:7394: checking whether it is safe to define __EXTENSIONS__
386configure:7412: gcc -c -D_BSD_SOURCE conftest.c >&5
387configure:7412: $? = 0
388configure:7419: result: yes
389configure:7451: checking for cd using physical directory
390configure:7466: result: cd -P
391configure:7484: checking whether CFLAGS is valid
392configure:7497: gcc -c -D_BSD_SOURCE conftest.c >&5
393configure:7497: $? = 0
394configure:7498: result: yes
395configure:7509: checking whether LDFLAGS is valid
396configure:7529: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 conftest.c >&5
397configure:7529: $? = 0
398configure:7530: result: yes
399configure:7598: checking whether -Wno-unused-parameter is accepted as CFLAGS
400configure:7621: gcc -c -D_BSD_SOURCE -Wno-unused-parameter conftest.c >&5
401configure:7621: $? = 0
402configure:7636: result: yes
403configure:7598: checking whether -Wno-parentheses is accepted as CFLAGS
404configure:7621: gcc -c -D_BSD_SOURCE -Wno-parentheses conftest.c >&5
405configure:7621: $? = 0
406configure:7636: result: yes
407configure:7598: checking whether -Wno-long-long is accepted as CFLAGS
408configure:7621: gcc -c -D_BSD_SOURCE -Wno-long-long conftest.c >&5
409configure:7621: $? = 0
410configure:7636: result: yes
411configure:7598: checking whether -diag-disable=2259 is accepted as CFLAGS
412configure:7621: gcc -c -D_BSD_SOURCE -diag-disable=2259 conftest.c >&5
413cc1: warning: unrecognized gcc debugging option: i
414cc1: warning: unrecognized gcc debugging option: g
415cc1: warning: unrecognized gcc debugging option: -
416cc1: warning: unrecognized gcc debugging option: d
417cc1: warning: unrecognized gcc debugging option: i
418cc1: warning: unrecognized gcc debugging option: s
419cc1: warning: unrecognized gcc debugging option: b
420cc1: warning: unrecognized gcc debugging option: l
421cc1: warning: unrecognized gcc debugging option: e
422cc1: warning: unrecognized gcc debugging option: =
423cc1: warning: unrecognized gcc debugging option: 2
424cc1: warning: unrecognized gcc debugging option: 2
425cc1: warning: unrecognized gcc debugging option: 5
426cc1: warning: unrecognized gcc debugging option: 9
427configure:7621: $? = 0
428configure: failed program was:
429| /* confdefs.h */
430| #define PACKAGE_NAME ""
431| #define PACKAGE_TARNAME ""
432| #define PACKAGE_VERSION ""
433| #define PACKAGE_STRING ""
434| #define PACKAGE_BUGREPORT ""
435| #define PACKAGE_URL ""
436| #define CANONICALIZATION_FOR_MATHN 1
437| #define STDC_HEADERS 1
438| #define HAVE_SYS_TYPES_H 1
439| #define HAVE_SYS_STAT_H 1
440| #define HAVE_STDLIB_H 1
441| #define HAVE_STRING_H 1
442| #define HAVE_MEMORY_H 1
443| #define HAVE_STRINGS_H 1
444| #define HAVE_INTTYPES_H 1
445| #define HAVE_STDINT_H 1
446| #define HAVE_UNISTD_H 1
447| #define __EXTENSIONS__ 1
448| #define _ALL_SOURCE 1
449| #define _GNU_SOURCE 1
450| #define _POSIX_PTHREAD_SEMANTICS 1
451| #define _TANDEM_SOURCE 1
452| /* end confdefs.h. */
453|
454| int
455| main ()
456| {
457|
458| ;
459| return 0;
460| }
461configure:7640: result: no
462configure:7598: checking whether -Wno-missing-field-initializers is accepted as CFLAGS
463configure:7621: gcc -c -D_BSD_SOURCE -Wno-missing-field-initializers conftest.c >&5
464configure:7621: $? = 0
465configure:7636: result: yes
466configure:7598: checking whether -Wunused-variable is accepted as CFLAGS
467configure:7621: gcc -c -D_BSD_SOURCE -Wunused-variable conftest.c >&5
468configure:7621: $? = 0
469configure:7636: result: yes
470configure:7598: checking whether -Wpointer-arith is accepted as CFLAGS
471configure:7621: gcc -c -D_BSD_SOURCE -Wpointer-arith conftest.c >&5
472configure:7621: $? = 0
473configure:7636: result: yes
474configure:7598: checking whether -Wwrite-strings is accepted as CFLAGS
475configure:7621: gcc -c -D_BSD_SOURCE -Wwrite-strings conftest.c >&5
476configure:7621: $? = 0
477configure:7636: result: yes
478configure:7598: checking whether -Wdeclaration-after-statement is accepted as CFLAGS
479configure:7621: gcc -c -D_BSD_SOURCE -Wdeclaration-after-statement conftest.c >&5
480configure:7621: $? = 0
481configure:7636: result: yes
482configure:7598: checking whether -Wshorten-64-to-32 is accepted as CFLAGS
483configure:7621: gcc -c -D_BSD_SOURCE -Wshorten-64-to-32 conftest.c >&5
484gcc: error: unrecognized command line option '-Wshorten-64-to-32'
485configure:7621: $? = 1
486configure: failed program was:
487| /* confdefs.h */
488| #define PACKAGE_NAME ""
489| #define PACKAGE_TARNAME ""
490| #define PACKAGE_VERSION ""
491| #define PACKAGE_STRING ""
492| #define PACKAGE_BUGREPORT ""
493| #define PACKAGE_URL ""
494| #define CANONICALIZATION_FOR_MATHN 1
495| #define STDC_HEADERS 1
496| #define HAVE_SYS_TYPES_H 1
497| #define HAVE_SYS_STAT_H 1
498| #define HAVE_STDLIB_H 1
499| #define HAVE_STRING_H 1
500| #define HAVE_MEMORY_H 1
501| #define HAVE_STRINGS_H 1
502| #define HAVE_INTTYPES_H 1
503| #define HAVE_STDINT_H 1
504| #define HAVE_UNISTD_H 1
505| #define __EXTENSIONS__ 1
506| #define _ALL_SOURCE 1
507| #define _GNU_SOURCE 1
508| #define _POSIX_PTHREAD_SEMANTICS 1
509| #define _TANDEM_SOURCE 1
510| /* end confdefs.h. */
511|
512| int
513| main ()
514| {
515|
516| ;
517| return 0;
518| }
519configure:7640: result: no
520configure:7598: checking whether -Wimplicit-function-declaration is accepted as CFLAGS
521configure:7621: gcc -c -D_BSD_SOURCE -Wimplicit-function-declaration conftest.c >&5
522configure:7621: $? = 0
523configure:7636: result: yes
524configure:7598: checking whether -Wdivision-by-zero is accepted as CFLAGS
525configure:7621: gcc -c -D_BSD_SOURCE -Wdivision-by-zero conftest.c >&5
526gcc: error: unrecognized command line option '-Wdivision-by-zero'
527configure:7621: $? = 1
528configure: failed program was:
529| /* confdefs.h */
530| #define PACKAGE_NAME ""
531| #define PACKAGE_TARNAME ""
532| #define PACKAGE_VERSION ""
533| #define PACKAGE_STRING ""
534| #define PACKAGE_BUGREPORT ""
535| #define PACKAGE_URL ""
536| #define CANONICALIZATION_FOR_MATHN 1
537| #define STDC_HEADERS 1
538| #define HAVE_SYS_TYPES_H 1
539| #define HAVE_SYS_STAT_H 1
540| #define HAVE_STDLIB_H 1
541| #define HAVE_STRING_H 1
542| #define HAVE_MEMORY_H 1
543| #define HAVE_STRINGS_H 1
544| #define HAVE_INTTYPES_H 1
545| #define HAVE_STDINT_H 1
546| #define HAVE_UNISTD_H 1
547| #define __EXTENSIONS__ 1
548| #define _ALL_SOURCE 1
549| #define _GNU_SOURCE 1
550| #define _POSIX_PTHREAD_SEMANTICS 1
551| #define _TANDEM_SOURCE 1
552| /* end confdefs.h. */
553|
554| int
555| main ()
556| {
557|
558| ;
559| return 0;
560| }
561configure:7640: result: no
562configure:7598: checking whether -Wdeprecated-declarations is accepted as CFLAGS
563configure:7621: gcc -c -D_BSD_SOURCE -Wdeprecated-declarations conftest.c >&5
564configure:7621: $? = 0
565configure:7636: result: yes
566configure:7598: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS
567configure:7621: gcc -c -D_BSD_SOURCE -Wno-packed-bitfield-compat conftest.c >&5
568configure:7621: $? = 0
569configure:7636: result: yes
570configure:7598: checking whether -Wextra-tokens is accepted as CFLAGS
571configure:7621: gcc -c -D_BSD_SOURCE -Wextra-tokens conftest.c >&5
572gcc: error: unrecognized command line option '-Wextra-tokens'
573configure:7621: $? = 1
574configure: failed program was:
575| /* confdefs.h */
576| #define PACKAGE_NAME ""
577| #define PACKAGE_TARNAME ""
578| #define PACKAGE_VERSION ""
579| #define PACKAGE_STRING ""
580| #define PACKAGE_BUGREPORT ""
581| #define PACKAGE_URL ""
582| #define CANONICALIZATION_FOR_MATHN 1
583| #define STDC_HEADERS 1
584| #define HAVE_SYS_TYPES_H 1
585| #define HAVE_SYS_STAT_H 1
586| #define HAVE_STDLIB_H 1
587| #define HAVE_STRING_H 1
588| #define HAVE_MEMORY_H 1
589| #define HAVE_STRINGS_H 1
590| #define HAVE_INTTYPES_H 1
591| #define HAVE_STDINT_H 1
592| #define HAVE_UNISTD_H 1
593| #define __EXTENSIONS__ 1
594| #define _ALL_SOURCE 1
595| #define _GNU_SOURCE 1
596| #define _POSIX_PTHREAD_SEMANTICS 1
597| #define _TANDEM_SOURCE 1
598| /* end confdefs.h. */
599|
600| int
601| main ()
602| {
603|
604| ;
605| return 0;
606| }
607configure:7640: result: no
608configure:7598: checking whether -Wno-maybe-uninitialized is accepted as CFLAGS
609configure:7621: gcc -c -D_BSD_SOURCE -Wno-maybe-uninitialized conftest.c >&5
610configure:7621: $? = 0
611configure:7636: result: yes
612configure:7725: checking whether -Wall -Wextra is accepted as CFLAGS
613configure:7748: gcc -c -D_BSD_SOURCE -Wall -Wextra conftest.c >&5
614configure:7748: $? = 0
615configure:7750: result: yes
616configure:7772: checking whether -Qunused-arguments is accepted as CFLAGS
617configure:7795: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -Qunused-arguments conftest.c >&5
618gcc: error: unrecognized command line option '-Qunused-arguments'
619configure:7795: $? = 1
620configure: failed program was:
621| /* confdefs.h */
622| #define PACKAGE_NAME ""
623| #define PACKAGE_TARNAME ""
624| #define PACKAGE_VERSION ""
625| #define PACKAGE_STRING ""
626| #define PACKAGE_BUGREPORT ""
627| #define PACKAGE_URL ""
628| #define CANONICALIZATION_FOR_MATHN 1
629| #define STDC_HEADERS 1
630| #define HAVE_SYS_TYPES_H 1
631| #define HAVE_SYS_STAT_H 1
632| #define HAVE_STDLIB_H 1
633| #define HAVE_STRING_H 1
634| #define HAVE_MEMORY_H 1
635| #define HAVE_STRINGS_H 1
636| #define HAVE_INTTYPES_H 1
637| #define HAVE_STDINT_H 1
638| #define HAVE_UNISTD_H 1
639| #define __EXTENSIONS__ 1
640| #define _ALL_SOURCE 1
641| #define _GNU_SOURCE 1
642| #define _POSIX_PTHREAD_SEMANTICS 1
643| #define _TANDEM_SOURCE 1
644| /* end confdefs.h. */
645|
646| int
647| main ()
648| {
649|
650| ;
651| return 0;
652| }
653configure:7811: result: no
654configure:7827: checking whether INFINITY is available without C99 option
655configure:7851: gcc -c -D_BSD_SOURCE conftest.c >&5
656configure:7851: $? = 0
657configure:7859: result: yes
658configure:7827: checking whether NAN is available without C99 option
659configure:7851: gcc -c -D_BSD_SOURCE conftest.c >&5
660configure:7851: $? = 0
661configure:7859: result: yes
662configure:7883: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS
663configure:7906: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -D_FORTIFY_SOURCE=2 conftest.c >&5
664configure:7906: $? = 0
665configure:7916: result: yes
666configure:7947: checking whether -fstack-protector is accepted as CFLAGS
667configure:7970: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -fstack-protector conftest.c >&5
668configure:7970: $? = 0
669configure:7972: result: yes
670configure:7993: checking whether -fstack-protector is accepted as LDFLAGS
671configure:8015: gcc -o conftest -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c >&5
672configure:8015: $? = 0
673configure:8017: result: yes
674configure:8087: checking whether -std=iso9899:1999 is accepted as CFLAGS
675configure:8110: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -std=iso9899:1999 conftest.c >&5
676configure:8110: $? = 0
677configure:8135: result: yes
678configure:8159: checking whether -fno-strict-overflow is accepted as CFLAGS
679configure:8182: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -fno-strict-overflow conftest.c >&5
680configure:8182: $? = 0
681configure:8192: result: yes
682configure:8211: checking whether -ggdb3 is accepted as CFLAGS
683configure:8234: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -ggdb3 conftest.c >&5
684configure:8234: $? = 0
685configure:8236: result: yes
686configure:8353: checking whether -fvisibility=hidden is accepted as CFLAGS
687configure:8376: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -fvisibility=hidden conftest.c >&5
688configure:8376: $? = 0
689configure:8378: result: yes
690configure:8575: checking whether -fno-fast-math is accepted as CFLAGS
691configure:8598: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -fno-fast-math conftest.c >&5
692configure:8598: $? = 0
693configure:8608: result: yes
694configure:8575: checking whether -fp-model precise is accepted as CFLAGS
695configure:8598: gcc -c -D_BSD_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -fp-model precise conftest.c >&5
696gcc: error: precise: No such file or directory
697gcc: error: unrecognized command line option '-fp-model'
698configure:8598: $? = 1
699configure: failed program was:
700| /* confdefs.h */
701| #define PACKAGE_NAME ""
702| #define PACKAGE_TARNAME ""
703| #define PACKAGE_VERSION ""
704| #define PACKAGE_STRING ""
705| #define PACKAGE_BUGREPORT ""
706| #define PACKAGE_URL ""
707| #define CANONICALIZATION_FOR_MATHN 1
708| #define STDC_HEADERS 1
709| #define HAVE_SYS_TYPES_H 1
710| #define HAVE_SYS_STAT_H 1
711| #define HAVE_STDLIB_H 1
712| #define HAVE_STRING_H 1
713| #define HAVE_MEMORY_H 1
714| #define HAVE_STRINGS_H 1
715| #define HAVE_INTTYPES_H 1
716| #define HAVE_STDINT_H 1
717| #define HAVE_UNISTD_H 1
718| #define __EXTENSIONS__ 1
719| #define _ALL_SOURCE 1
720| #define _GNU_SOURCE 1
721| #define _POSIX_PTHREAD_SEMANTICS 1
722| #define _TANDEM_SOURCE 1
723| #define HAVE_INFINITY 1
724| #define HAVE_NAN 1
725| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
726| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
727| /* end confdefs.h. */
728|
729| int
730| main ()
731| {
732|
733| ;
734| return 0;
735| }
736configure:8612: result: no
737configure:9211: checking for crypt in -lcrypt
738configure:9236: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lcrypt >&5
739/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/5.3.0/../../../../i586-pc-haiku/bin/ld: cannot find -lcrypt
740collect2: error: ld returned 1 exit status
741configure:9236: $? = 1
742configure: failed program was:
743| /* confdefs.h */
744| #define PACKAGE_NAME ""
745| #define PACKAGE_TARNAME ""
746| #define PACKAGE_VERSION ""
747| #define PACKAGE_STRING ""
748| #define PACKAGE_BUGREPORT ""
749| #define PACKAGE_URL ""
750| #define CANONICALIZATION_FOR_MATHN 1
751| #define STDC_HEADERS 1
752| #define HAVE_SYS_TYPES_H 1
753| #define HAVE_SYS_STAT_H 1
754| #define HAVE_STDLIB_H 1
755| #define HAVE_STRING_H 1
756| #define HAVE_MEMORY_H 1
757| #define HAVE_STRINGS_H 1
758| #define HAVE_INTTYPES_H 1
759| #define HAVE_STDINT_H 1
760| #define HAVE_UNISTD_H 1
761| #define __EXTENSIONS__ 1
762| #define _ALL_SOURCE 1
763| #define _GNU_SOURCE 1
764| #define _POSIX_PTHREAD_SEMANTICS 1
765| #define _TANDEM_SOURCE 1
766| #define HAVE_INFINITY 1
767| #define HAVE_NAN 1
768| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
769| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
770| /* end confdefs.h. */
771|
772| /* Override any GCC internal prototype to avoid an error.
773| Use char because int might match the return type of a GCC
774| builtin and then its argument prototype would still apply. */
775| #ifdef __cplusplus
776| extern "C"
777| #endif
778| char crypt ();
779| int
780| main ()
781| {
782| return crypt ();
783| ;
784| return 0;
785| }
786configure:9245: result: no
787configure:9256: checking for dlopen in -ldl
788configure:9281: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -ldl >&5
789/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/5.3.0/../../../../i586-pc-haiku/bin/ld: cannot find -ldl
790collect2: error: ld returned 1 exit status
791configure:9281: $? = 1
792configure: failed program was:
793| /* confdefs.h */
794| #define PACKAGE_NAME ""
795| #define PACKAGE_TARNAME ""
796| #define PACKAGE_VERSION ""
797| #define PACKAGE_STRING ""
798| #define PACKAGE_BUGREPORT ""
799| #define PACKAGE_URL ""
800| #define CANONICALIZATION_FOR_MATHN 1
801| #define STDC_HEADERS 1
802| #define HAVE_SYS_TYPES_H 1
803| #define HAVE_SYS_STAT_H 1
804| #define HAVE_STDLIB_H 1
805| #define HAVE_STRING_H 1
806| #define HAVE_MEMORY_H 1
807| #define HAVE_STRINGS_H 1
808| #define HAVE_INTTYPES_H 1
809| #define HAVE_STDINT_H 1
810| #define HAVE_UNISTD_H 1
811| #define __EXTENSIONS__ 1
812| #define _ALL_SOURCE 1
813| #define _GNU_SOURCE 1
814| #define _POSIX_PTHREAD_SEMANTICS 1
815| #define _TANDEM_SOURCE 1
816| #define HAVE_INFINITY 1
817| #define HAVE_NAN 1
818| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
819| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
820| /* end confdefs.h. */
821|
822| /* Override any GCC internal prototype to avoid an error.
823| Use char because int might match the return type of a GCC
824| builtin and then its argument prototype would still apply. */
825| #ifdef __cplusplus
826| extern "C"
827| #endif
828| char dlopen ();
829| int
830| main ()
831| {
832| return dlopen ();
833| ;
834| return 0;
835| }
836configure:9290: result: no
837configure:9301: checking for shl_load in -ldld
838configure:9326: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -ldld >&5
839/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/5.3.0/../../../../i586-pc-haiku/bin/ld: cannot find -ldld
840collect2: error: ld returned 1 exit status
841configure:9326: $? = 1
842configure: failed program was:
843| /* confdefs.h */
844| #define PACKAGE_NAME ""
845| #define PACKAGE_TARNAME ""
846| #define PACKAGE_VERSION ""
847| #define PACKAGE_STRING ""
848| #define PACKAGE_BUGREPORT ""
849| #define PACKAGE_URL ""
850| #define CANONICALIZATION_FOR_MATHN 1
851| #define STDC_HEADERS 1
852| #define HAVE_SYS_TYPES_H 1
853| #define HAVE_SYS_STAT_H 1
854| #define HAVE_STDLIB_H 1
855| #define HAVE_STRING_H 1
856| #define HAVE_MEMORY_H 1
857| #define HAVE_STRINGS_H 1
858| #define HAVE_INTTYPES_H 1
859| #define HAVE_STDINT_H 1
860| #define HAVE_UNISTD_H 1
861| #define __EXTENSIONS__ 1
862| #define _ALL_SOURCE 1
863| #define _GNU_SOURCE 1
864| #define _POSIX_PTHREAD_SEMANTICS 1
865| #define _TANDEM_SOURCE 1
866| #define HAVE_INFINITY 1
867| #define HAVE_NAN 1
868| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
869| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
870| /* end confdefs.h. */
871|
872| /* Override any GCC internal prototype to avoid an error.
873| Use char because int might match the return type of a GCC
874| builtin and then its argument prototype would still apply. */
875| #ifdef __cplusplus
876| extern "C"
877| #endif
878| char shl_load ();
879| int
880| main ()
881| {
882| return shl_load ();
883| ;
884| return 0;
885| }
886configure:9335: result: no
887configure:9346: checking for shutdown in -lsocket
888configure:9371: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lsocket >&5
889/boot/system/develop/tools/x86/bin/../lib/gcc/i586-pc-haiku/5.3.0/../../../../i586-pc-haiku/bin/ld: cannot find -lsocket
890collect2: error: ld returned 1 exit status
891configure:9371: $? = 1
892configure: failed program was:
893| /* confdefs.h */
894| #define PACKAGE_NAME ""
895| #define PACKAGE_TARNAME ""
896| #define PACKAGE_VERSION ""
897| #define PACKAGE_STRING ""
898| #define PACKAGE_BUGREPORT ""
899| #define PACKAGE_URL ""
900| #define CANONICALIZATION_FOR_MATHN 1
901| #define STDC_HEADERS 1
902| #define HAVE_SYS_TYPES_H 1
903| #define HAVE_SYS_STAT_H 1
904| #define HAVE_STDLIB_H 1
905| #define HAVE_STRING_H 1
906| #define HAVE_MEMORY_H 1
907| #define HAVE_STRINGS_H 1
908| #define HAVE_INTTYPES_H 1
909| #define HAVE_STDINT_H 1
910| #define HAVE_UNISTD_H 1
911| #define __EXTENSIONS__ 1
912| #define _ALL_SOURCE 1
913| #define _GNU_SOURCE 1
914| #define _POSIX_PTHREAD_SEMANTICS 1
915| #define _TANDEM_SOURCE 1
916| #define HAVE_INFINITY 1
917| #define HAVE_NAN 1
918| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
919| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
920| /* end confdefs.h. */
921|
922| /* Override any GCC internal prototype to avoid an error.
923| Use char because int might match the return type of a GCC
924| builtin and then its argument prototype would still apply. */
925| #ifdef __cplusplus
926| extern "C"
927| #endif
928| char shutdown ();
929| int
930| main ()
931| {
932| return shutdown ();
933| ;
934| return 0;
935| }
936configure:9380: result: no
937configure:9395: checking for dirent.h that defines DIR
938configure:9414: gcc -c -D_BSD_SOURCE conftest.c >&5
939configure:9414: $? = 0
940configure:9422: result: yes
941configure:9435: checking for library containing opendir
942configure:9466: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c >&5
943configure:9466: $? = 0
944configure:9483: result: none required
945configure:9550: checking for stdbool.h that conforms to C99
946configure:9617: gcc -c -D_BSD_SOURCE conftest.c >&5
947configure:9617: $? = 0
948configure:9624: result: yes
949configure:9626: checking for _Bool
950configure:9626: gcc -c -D_BSD_SOURCE conftest.c >&5
951configure:9626: $? = 0
952configure:9626: gcc -c -D_BSD_SOURCE conftest.c >&5
953conftest.c: In function 'main':
954conftest.c:66:20: error: expected expression before ')' token
955 if (sizeof ((_Bool)))
956 ^
957configure:9626: $? = 1
958configure: failed program was:
959| /* confdefs.h */
960| #define PACKAGE_NAME ""
961| #define PACKAGE_TARNAME ""
962| #define PACKAGE_VERSION ""
963| #define PACKAGE_STRING ""
964| #define PACKAGE_BUGREPORT ""
965| #define PACKAGE_URL ""
966| #define CANONICALIZATION_FOR_MATHN 1
967| #define STDC_HEADERS 1
968| #define HAVE_SYS_TYPES_H 1
969| #define HAVE_SYS_STAT_H 1
970| #define HAVE_STDLIB_H 1
971| #define HAVE_STRING_H 1
972| #define HAVE_MEMORY_H 1
973| #define HAVE_STRINGS_H 1
974| #define HAVE_INTTYPES_H 1
975| #define HAVE_STDINT_H 1
976| #define HAVE_UNISTD_H 1
977| #define __EXTENSIONS__ 1
978| #define _ALL_SOURCE 1
979| #define _GNU_SOURCE 1
980| #define _POSIX_PTHREAD_SEMANTICS 1
981| #define _TANDEM_SOURCE 1
982| #define HAVE_INFINITY 1
983| #define HAVE_NAN 1
984| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
985| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
986| #define HAVE_DIRENT_H 1
987| /* end confdefs.h. */
988| #include <stdio.h>
989| #ifdef HAVE_SYS_TYPES_H
990| # include <sys/types.h>
991| #endif
992| #ifdef HAVE_SYS_STAT_H
993| # include <sys/stat.h>
994| #endif
995| #ifdef STDC_HEADERS
996| # include <stdlib.h>
997| # include <stddef.h>
998| #else
999| # ifdef HAVE_STDLIB_H
1000| # include <stdlib.h>
1001| # endif
1002| #endif
1003| #ifdef HAVE_STRING_H
1004| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1005| # include <memory.h>
1006| # endif
1007| # include <string.h>
1008| #endif
1009| #ifdef HAVE_STRINGS_H
1010| # include <strings.h>
1011| #endif
1012| #ifdef HAVE_INTTYPES_H
1013| # include <inttypes.h>
1014| #endif
1015| #ifdef HAVE_STDINT_H
1016| # include <stdint.h>
1017| #endif
1018| #ifdef HAVE_UNISTD_H
1019| # include <unistd.h>
1020| #endif
1021| int
1022| main ()
1023| {
1024| if (sizeof ((_Bool)))
1025| return 0;
1026| ;
1027| return 0;
1028| }
1029configure:9626: result: yes
1030configure:9643: checking for sys/wait.h that is POSIX.1 compatible
1031configure:9669: gcc -c -D_BSD_SOURCE conftest.c >&5
1032configure:9669: $? = 0
1033configure:9676: result: yes
1034configure:9687: checking a.out.h usability
1035configure:9687: gcc -c -D_BSD_SOURCE conftest.c >&5
1036conftest.c:66:19: fatal error: a.out.h: No such file or directory
1037compilation terminated.
1038configure:9687: $? = 1
1039configure: failed program was:
1040| /* confdefs.h */
1041| #define PACKAGE_NAME ""
1042| #define PACKAGE_TARNAME ""
1043| #define PACKAGE_VERSION ""
1044| #define PACKAGE_STRING ""
1045| #define PACKAGE_BUGREPORT ""
1046| #define PACKAGE_URL ""
1047| #define CANONICALIZATION_FOR_MATHN 1
1048| #define STDC_HEADERS 1
1049| #define HAVE_SYS_TYPES_H 1
1050| #define HAVE_SYS_STAT_H 1
1051| #define HAVE_STDLIB_H 1
1052| #define HAVE_STRING_H 1
1053| #define HAVE_MEMORY_H 1
1054| #define HAVE_STRINGS_H 1
1055| #define HAVE_INTTYPES_H 1
1056| #define HAVE_STDINT_H 1
1057| #define HAVE_UNISTD_H 1
1058| #define __EXTENSIONS__ 1
1059| #define _ALL_SOURCE 1
1060| #define _GNU_SOURCE 1
1061| #define _POSIX_PTHREAD_SEMANTICS 1
1062| #define _TANDEM_SOURCE 1
1063| #define HAVE_INFINITY 1
1064| #define HAVE_NAN 1
1065| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1066| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1067| #define HAVE_DIRENT_H 1
1068| #define HAVE__BOOL 1
1069| #define HAVE_STDBOOL_H 1
1070| #define HAVE_SYS_WAIT_H 1
1071| /* end confdefs.h. */
1072| #include <stdio.h>
1073| #ifdef HAVE_SYS_TYPES_H
1074| # include <sys/types.h>
1075| #endif
1076| #ifdef HAVE_SYS_STAT_H
1077| # include <sys/stat.h>
1078| #endif
1079| #ifdef STDC_HEADERS
1080| # include <stdlib.h>
1081| # include <stddef.h>
1082| #else
1083| # ifdef HAVE_STDLIB_H
1084| # include <stdlib.h>
1085| # endif
1086| #endif
1087| #ifdef HAVE_STRING_H
1088| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1089| # include <memory.h>
1090| # endif
1091| # include <string.h>
1092| #endif
1093| #ifdef HAVE_STRINGS_H
1094| # include <strings.h>
1095| #endif
1096| #ifdef HAVE_INTTYPES_H
1097| # include <inttypes.h>
1098| #endif
1099| #ifdef HAVE_STDINT_H
1100| # include <stdint.h>
1101| #endif
1102| #ifdef HAVE_UNISTD_H
1103| # include <unistd.h>
1104| #endif
1105| #include <a.out.h>
1106configure:9687: result: no
1107configure:9687: checking a.out.h presence
1108configure:9687: gcc -E conftest.c
1109conftest.c:33:19: fatal error: a.out.h: No such file or directory
1110compilation terminated.
1111configure:9687: $? = 1
1112configure: failed program was:
1113| /* confdefs.h */
1114| #define PACKAGE_NAME ""
1115| #define PACKAGE_TARNAME ""
1116| #define PACKAGE_VERSION ""
1117| #define PACKAGE_STRING ""
1118| #define PACKAGE_BUGREPORT ""
1119| #define PACKAGE_URL ""
1120| #define CANONICALIZATION_FOR_MATHN 1
1121| #define STDC_HEADERS 1
1122| #define HAVE_SYS_TYPES_H 1
1123| #define HAVE_SYS_STAT_H 1
1124| #define HAVE_STDLIB_H 1
1125| #define HAVE_STRING_H 1
1126| #define HAVE_MEMORY_H 1
1127| #define HAVE_STRINGS_H 1
1128| #define HAVE_INTTYPES_H 1
1129| #define HAVE_STDINT_H 1
1130| #define HAVE_UNISTD_H 1
1131| #define __EXTENSIONS__ 1
1132| #define _ALL_SOURCE 1
1133| #define _GNU_SOURCE 1
1134| #define _POSIX_PTHREAD_SEMANTICS 1
1135| #define _TANDEM_SOURCE 1
1136| #define HAVE_INFINITY 1
1137| #define HAVE_NAN 1
1138| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1139| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1140| #define HAVE_DIRENT_H 1
1141| #define HAVE__BOOL 1
1142| #define HAVE_STDBOOL_H 1
1143| #define HAVE_SYS_WAIT_H 1
1144| /* end confdefs.h. */
1145| #include <a.out.h>
1146configure:9687: result: no
1147configure:9687: checking for a.out.h
1148configure:9687: result: no
1149configure:9699: checking atomic.h usability
1150configure:9699: gcc -c -D_BSD_SOURCE conftest.c >&5
1151conftest.c:66:20: fatal error: atomic.h: No such file or directory
1152compilation terminated.
1153configure:9699: $? = 1
1154configure: failed program was:
1155| /* confdefs.h */
1156| #define PACKAGE_NAME ""
1157| #define PACKAGE_TARNAME ""
1158| #define PACKAGE_VERSION ""
1159| #define PACKAGE_STRING ""
1160| #define PACKAGE_BUGREPORT ""
1161| #define PACKAGE_URL ""
1162| #define CANONICALIZATION_FOR_MATHN 1
1163| #define STDC_HEADERS 1
1164| #define HAVE_SYS_TYPES_H 1
1165| #define HAVE_SYS_STAT_H 1
1166| #define HAVE_STDLIB_H 1
1167| #define HAVE_STRING_H 1
1168| #define HAVE_MEMORY_H 1
1169| #define HAVE_STRINGS_H 1
1170| #define HAVE_INTTYPES_H 1
1171| #define HAVE_STDINT_H 1
1172| #define HAVE_UNISTD_H 1
1173| #define __EXTENSIONS__ 1
1174| #define _ALL_SOURCE 1
1175| #define _GNU_SOURCE 1
1176| #define _POSIX_PTHREAD_SEMANTICS 1
1177| #define _TANDEM_SOURCE 1
1178| #define HAVE_INFINITY 1
1179| #define HAVE_NAN 1
1180| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1181| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1182| #define HAVE_DIRENT_H 1
1183| #define HAVE__BOOL 1
1184| #define HAVE_STDBOOL_H 1
1185| #define HAVE_SYS_WAIT_H 1
1186| /* end confdefs.h. */
1187| #include <stdio.h>
1188| #ifdef HAVE_SYS_TYPES_H
1189| # include <sys/types.h>
1190| #endif
1191| #ifdef HAVE_SYS_STAT_H
1192| # include <sys/stat.h>
1193| #endif
1194| #ifdef STDC_HEADERS
1195| # include <stdlib.h>
1196| # include <stddef.h>
1197| #else
1198| # ifdef HAVE_STDLIB_H
1199| # include <stdlib.h>
1200| # endif
1201| #endif
1202| #ifdef HAVE_STRING_H
1203| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1204| # include <memory.h>
1205| # endif
1206| # include <string.h>
1207| #endif
1208| #ifdef HAVE_STRINGS_H
1209| # include <strings.h>
1210| #endif
1211| #ifdef HAVE_INTTYPES_H
1212| # include <inttypes.h>
1213| #endif
1214| #ifdef HAVE_STDINT_H
1215| # include <stdint.h>
1216| #endif
1217| #ifdef HAVE_UNISTD_H
1218| # include <unistd.h>
1219| #endif
1220| #include <atomic.h>
1221configure:9699: result: no
1222configure:9699: checking atomic.h presence
1223configure:9699: gcc -E conftest.c
1224conftest.c:33:20: fatal error: atomic.h: No such file or directory
1225compilation terminated.
1226configure:9699: $? = 1
1227configure: failed program was:
1228| /* confdefs.h */
1229| #define PACKAGE_NAME ""
1230| #define PACKAGE_TARNAME ""
1231| #define PACKAGE_VERSION ""
1232| #define PACKAGE_STRING ""
1233| #define PACKAGE_BUGREPORT ""
1234| #define PACKAGE_URL ""
1235| #define CANONICALIZATION_FOR_MATHN 1
1236| #define STDC_HEADERS 1
1237| #define HAVE_SYS_TYPES_H 1
1238| #define HAVE_SYS_STAT_H 1
1239| #define HAVE_STDLIB_H 1
1240| #define HAVE_STRING_H 1
1241| #define HAVE_MEMORY_H 1
1242| #define HAVE_STRINGS_H 1
1243| #define HAVE_INTTYPES_H 1
1244| #define HAVE_STDINT_H 1
1245| #define HAVE_UNISTD_H 1
1246| #define __EXTENSIONS__ 1
1247| #define _ALL_SOURCE 1
1248| #define _GNU_SOURCE 1
1249| #define _POSIX_PTHREAD_SEMANTICS 1
1250| #define _TANDEM_SOURCE 1
1251| #define HAVE_INFINITY 1
1252| #define HAVE_NAN 1
1253| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1254| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1255| #define HAVE_DIRENT_H 1
1256| #define HAVE__BOOL 1
1257| #define HAVE_STDBOOL_H 1
1258| #define HAVE_SYS_WAIT_H 1
1259| /* end confdefs.h. */
1260| #include <atomic.h>
1261configure:9699: result: no
1262configure:9699: checking for atomic.h
1263configure:9699: result: no
1264configure:9711: checking direct.h usability
1265configure:9711: gcc -c -D_BSD_SOURCE conftest.c >&5
1266conftest.c:66:20: fatal error: direct.h: No such file or directory
1267compilation terminated.
1268configure:9711: $? = 1
1269configure: failed program was:
1270| /* confdefs.h */
1271| #define PACKAGE_NAME ""
1272| #define PACKAGE_TARNAME ""
1273| #define PACKAGE_VERSION ""
1274| #define PACKAGE_STRING ""
1275| #define PACKAGE_BUGREPORT ""
1276| #define PACKAGE_URL ""
1277| #define CANONICALIZATION_FOR_MATHN 1
1278| #define STDC_HEADERS 1
1279| #define HAVE_SYS_TYPES_H 1
1280| #define HAVE_SYS_STAT_H 1
1281| #define HAVE_STDLIB_H 1
1282| #define HAVE_STRING_H 1
1283| #define HAVE_MEMORY_H 1
1284| #define HAVE_STRINGS_H 1
1285| #define HAVE_INTTYPES_H 1
1286| #define HAVE_STDINT_H 1
1287| #define HAVE_UNISTD_H 1
1288| #define __EXTENSIONS__ 1
1289| #define _ALL_SOURCE 1
1290| #define _GNU_SOURCE 1
1291| #define _POSIX_PTHREAD_SEMANTICS 1
1292| #define _TANDEM_SOURCE 1
1293| #define HAVE_INFINITY 1
1294| #define HAVE_NAN 1
1295| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1296| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1297| #define HAVE_DIRENT_H 1
1298| #define HAVE__BOOL 1
1299| #define HAVE_STDBOOL_H 1
1300| #define HAVE_SYS_WAIT_H 1
1301| /* end confdefs.h. */
1302| #include <stdio.h>
1303| #ifdef HAVE_SYS_TYPES_H
1304| # include <sys/types.h>
1305| #endif
1306| #ifdef HAVE_SYS_STAT_H
1307| # include <sys/stat.h>
1308| #endif
1309| #ifdef STDC_HEADERS
1310| # include <stdlib.h>
1311| # include <stddef.h>
1312| #else
1313| # ifdef HAVE_STDLIB_H
1314| # include <stdlib.h>
1315| # endif
1316| #endif
1317| #ifdef HAVE_STRING_H
1318| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1319| # include <memory.h>
1320| # endif
1321| # include <string.h>
1322| #endif
1323| #ifdef HAVE_STRINGS_H
1324| # include <strings.h>
1325| #endif
1326| #ifdef HAVE_INTTYPES_H
1327| # include <inttypes.h>
1328| #endif
1329| #ifdef HAVE_STDINT_H
1330| # include <stdint.h>
1331| #endif
1332| #ifdef HAVE_UNISTD_H
1333| # include <unistd.h>
1334| #endif
1335| #include <direct.h>
1336configure:9711: result: no
1337configure:9711: checking direct.h presence
1338configure:9711: gcc -E conftest.c
1339conftest.c:33:20: fatal error: direct.h: No such file or directory
1340compilation terminated.
1341configure:9711: $? = 1
1342configure: failed program was:
1343| /* confdefs.h */
1344| #define PACKAGE_NAME ""
1345| #define PACKAGE_TARNAME ""
1346| #define PACKAGE_VERSION ""
1347| #define PACKAGE_STRING ""
1348| #define PACKAGE_BUGREPORT ""
1349| #define PACKAGE_URL ""
1350| #define CANONICALIZATION_FOR_MATHN 1
1351| #define STDC_HEADERS 1
1352| #define HAVE_SYS_TYPES_H 1
1353| #define HAVE_SYS_STAT_H 1
1354| #define HAVE_STDLIB_H 1
1355| #define HAVE_STRING_H 1
1356| #define HAVE_MEMORY_H 1
1357| #define HAVE_STRINGS_H 1
1358| #define HAVE_INTTYPES_H 1
1359| #define HAVE_STDINT_H 1
1360| #define HAVE_UNISTD_H 1
1361| #define __EXTENSIONS__ 1
1362| #define _ALL_SOURCE 1
1363| #define _GNU_SOURCE 1
1364| #define _POSIX_PTHREAD_SEMANTICS 1
1365| #define _TANDEM_SOURCE 1
1366| #define HAVE_INFINITY 1
1367| #define HAVE_NAN 1
1368| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1369| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1370| #define HAVE_DIRENT_H 1
1371| #define HAVE__BOOL 1
1372| #define HAVE_STDBOOL_H 1
1373| #define HAVE_SYS_WAIT_H 1
1374| /* end confdefs.h. */
1375| #include <direct.h>
1376configure:9711: result: no
1377configure:9711: checking for direct.h
1378configure:9711: result: no
1379configure:9723: checking grp.h usability
1380configure:9723: gcc -c -D_BSD_SOURCE conftest.c >&5
1381configure:9723: $? = 0
1382configure:9723: result: yes
1383configure:9723: checking grp.h presence
1384configure:9723: gcc -E conftest.c
1385configure:9723: $? = 0
1386configure:9723: result: yes
1387configure:9723: checking for grp.h
1388configure:9723: result: yes
1389configure:9735: checking fcntl.h usability
1390configure:9735: gcc -c -D_BSD_SOURCE conftest.c >&5
1391configure:9735: $? = 0
1392configure:9735: result: yes
1393configure:9735: checking fcntl.h presence
1394configure:9735: gcc -E conftest.c
1395configure:9735: $? = 0
1396configure:9735: result: yes
1397configure:9735: checking for fcntl.h
1398configure:9735: result: yes
1399configure:9747: checking float.h usability
1400configure:9747: gcc -c -D_BSD_SOURCE conftest.c >&5
1401configure:9747: $? = 0
1402configure:9747: result: yes
1403configure:9747: checking float.h presence
1404configure:9747: gcc -E conftest.c
1405configure:9747: $? = 0
1406configure:9747: result: yes
1407configure:9747: checking for float.h
1408configure:9747: result: yes
1409configure:9759: checking ieeefp.h usability
1410configure:9759: gcc -c -D_BSD_SOURCE conftest.c >&5
1411conftest.c:69:20: fatal error: ieeefp.h: No such file or directory
1412compilation terminated.
1413configure:9759: $? = 1
1414configure: failed program was:
1415| /* confdefs.h */
1416| #define PACKAGE_NAME ""
1417| #define PACKAGE_TARNAME ""
1418| #define PACKAGE_VERSION ""
1419| #define PACKAGE_STRING ""
1420| #define PACKAGE_BUGREPORT ""
1421| #define PACKAGE_URL ""
1422| #define CANONICALIZATION_FOR_MATHN 1
1423| #define STDC_HEADERS 1
1424| #define HAVE_SYS_TYPES_H 1
1425| #define HAVE_SYS_STAT_H 1
1426| #define HAVE_STDLIB_H 1
1427| #define HAVE_STRING_H 1
1428| #define HAVE_MEMORY_H 1
1429| #define HAVE_STRINGS_H 1
1430| #define HAVE_INTTYPES_H 1
1431| #define HAVE_STDINT_H 1
1432| #define HAVE_UNISTD_H 1
1433| #define __EXTENSIONS__ 1
1434| #define _ALL_SOURCE 1
1435| #define _GNU_SOURCE 1
1436| #define _POSIX_PTHREAD_SEMANTICS 1
1437| #define _TANDEM_SOURCE 1
1438| #define HAVE_INFINITY 1
1439| #define HAVE_NAN 1
1440| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1441| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1442| #define HAVE_DIRENT_H 1
1443| #define HAVE__BOOL 1
1444| #define HAVE_STDBOOL_H 1
1445| #define HAVE_SYS_WAIT_H 1
1446| #define HAVE_GRP_H 1
1447| #define HAVE_FCNTL_H 1
1448| #define HAVE_FLOAT_H 1
1449| /* end confdefs.h. */
1450| #include <stdio.h>
1451| #ifdef HAVE_SYS_TYPES_H
1452| # include <sys/types.h>
1453| #endif
1454| #ifdef HAVE_SYS_STAT_H
1455| # include <sys/stat.h>
1456| #endif
1457| #ifdef STDC_HEADERS
1458| # include <stdlib.h>
1459| # include <stddef.h>
1460| #else
1461| # ifdef HAVE_STDLIB_H
1462| # include <stdlib.h>
1463| # endif
1464| #endif
1465| #ifdef HAVE_STRING_H
1466| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1467| # include <memory.h>
1468| # endif
1469| # include <string.h>
1470| #endif
1471| #ifdef HAVE_STRINGS_H
1472| # include <strings.h>
1473| #endif
1474| #ifdef HAVE_INTTYPES_H
1475| # include <inttypes.h>
1476| #endif
1477| #ifdef HAVE_STDINT_H
1478| # include <stdint.h>
1479| #endif
1480| #ifdef HAVE_UNISTD_H
1481| # include <unistd.h>
1482| #endif
1483| #include <ieeefp.h>
1484configure:9759: result: no
1485configure:9759: checking ieeefp.h presence
1486configure:9759: gcc -E conftest.c
1487conftest.c:36:20: fatal error: ieeefp.h: No such file or directory
1488compilation terminated.
1489configure:9759: $? = 1
1490configure: failed program was:
1491| /* confdefs.h */
1492| #define PACKAGE_NAME ""
1493| #define PACKAGE_TARNAME ""
1494| #define PACKAGE_VERSION ""
1495| #define PACKAGE_STRING ""
1496| #define PACKAGE_BUGREPORT ""
1497| #define PACKAGE_URL ""
1498| #define CANONICALIZATION_FOR_MATHN 1
1499| #define STDC_HEADERS 1
1500| #define HAVE_SYS_TYPES_H 1
1501| #define HAVE_SYS_STAT_H 1
1502| #define HAVE_STDLIB_H 1
1503| #define HAVE_STRING_H 1
1504| #define HAVE_MEMORY_H 1
1505| #define HAVE_STRINGS_H 1
1506| #define HAVE_INTTYPES_H 1
1507| #define HAVE_STDINT_H 1
1508| #define HAVE_UNISTD_H 1
1509| #define __EXTENSIONS__ 1
1510| #define _ALL_SOURCE 1
1511| #define _GNU_SOURCE 1
1512| #define _POSIX_PTHREAD_SEMANTICS 1
1513| #define _TANDEM_SOURCE 1
1514| #define HAVE_INFINITY 1
1515| #define HAVE_NAN 1
1516| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1517| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1518| #define HAVE_DIRENT_H 1
1519| #define HAVE__BOOL 1
1520| #define HAVE_STDBOOL_H 1
1521| #define HAVE_SYS_WAIT_H 1
1522| #define HAVE_GRP_H 1
1523| #define HAVE_FCNTL_H 1
1524| #define HAVE_FLOAT_H 1
1525| /* end confdefs.h. */
1526| #include <ieeefp.h>
1527configure:9759: result: no
1528configure:9759: checking for ieeefp.h
1529configure:9759: result: no
1530configure:9771: checking intrinsics.h usability
1531configure:9771: gcc -c -D_BSD_SOURCE conftest.c >&5
1532conftest.c:69:24: fatal error: intrinsics.h: No such file or directory
1533compilation terminated.
1534configure:9771: $? = 1
1535configure: failed program was:
1536| /* confdefs.h */
1537| #define PACKAGE_NAME ""
1538| #define PACKAGE_TARNAME ""
1539| #define PACKAGE_VERSION ""
1540| #define PACKAGE_STRING ""
1541| #define PACKAGE_BUGREPORT ""
1542| #define PACKAGE_URL ""
1543| #define CANONICALIZATION_FOR_MATHN 1
1544| #define STDC_HEADERS 1
1545| #define HAVE_SYS_TYPES_H 1
1546| #define HAVE_SYS_STAT_H 1
1547| #define HAVE_STDLIB_H 1
1548| #define HAVE_STRING_H 1
1549| #define HAVE_MEMORY_H 1
1550| #define HAVE_STRINGS_H 1
1551| #define HAVE_INTTYPES_H 1
1552| #define HAVE_STDINT_H 1
1553| #define HAVE_UNISTD_H 1
1554| #define __EXTENSIONS__ 1
1555| #define _ALL_SOURCE 1
1556| #define _GNU_SOURCE 1
1557| #define _POSIX_PTHREAD_SEMANTICS 1
1558| #define _TANDEM_SOURCE 1
1559| #define HAVE_INFINITY 1
1560| #define HAVE_NAN 1
1561| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1562| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1563| #define HAVE_DIRENT_H 1
1564| #define HAVE__BOOL 1
1565| #define HAVE_STDBOOL_H 1
1566| #define HAVE_SYS_WAIT_H 1
1567| #define HAVE_GRP_H 1
1568| #define HAVE_FCNTL_H 1
1569| #define HAVE_FLOAT_H 1
1570| /* end confdefs.h. */
1571| #include <stdio.h>
1572| #ifdef HAVE_SYS_TYPES_H
1573| # include <sys/types.h>
1574| #endif
1575| #ifdef HAVE_SYS_STAT_H
1576| # include <sys/stat.h>
1577| #endif
1578| #ifdef STDC_HEADERS
1579| # include <stdlib.h>
1580| # include <stddef.h>
1581| #else
1582| # ifdef HAVE_STDLIB_H
1583| # include <stdlib.h>
1584| # endif
1585| #endif
1586| #ifdef HAVE_STRING_H
1587| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1588| # include <memory.h>
1589| # endif
1590| # include <string.h>
1591| #endif
1592| #ifdef HAVE_STRINGS_H
1593| # include <strings.h>
1594| #endif
1595| #ifdef HAVE_INTTYPES_H
1596| # include <inttypes.h>
1597| #endif
1598| #ifdef HAVE_STDINT_H
1599| # include <stdint.h>
1600| #endif
1601| #ifdef HAVE_UNISTD_H
1602| # include <unistd.h>
1603| #endif
1604| #include <intrinsics.h>
1605configure:9771: result: no
1606configure:9771: checking intrinsics.h presence
1607configure:9771: gcc -E conftest.c
1608conftest.c:36:24: fatal error: intrinsics.h: No such file or directory
1609compilation terminated.
1610configure:9771: $? = 1
1611configure: failed program was:
1612| /* confdefs.h */
1613| #define PACKAGE_NAME ""
1614| #define PACKAGE_TARNAME ""
1615| #define PACKAGE_VERSION ""
1616| #define PACKAGE_STRING ""
1617| #define PACKAGE_BUGREPORT ""
1618| #define PACKAGE_URL ""
1619| #define CANONICALIZATION_FOR_MATHN 1
1620| #define STDC_HEADERS 1
1621| #define HAVE_SYS_TYPES_H 1
1622| #define HAVE_SYS_STAT_H 1
1623| #define HAVE_STDLIB_H 1
1624| #define HAVE_STRING_H 1
1625| #define HAVE_MEMORY_H 1
1626| #define HAVE_STRINGS_H 1
1627| #define HAVE_INTTYPES_H 1
1628| #define HAVE_STDINT_H 1
1629| #define HAVE_UNISTD_H 1
1630| #define __EXTENSIONS__ 1
1631| #define _ALL_SOURCE 1
1632| #define _GNU_SOURCE 1
1633| #define _POSIX_PTHREAD_SEMANTICS 1
1634| #define _TANDEM_SOURCE 1
1635| #define HAVE_INFINITY 1
1636| #define HAVE_NAN 1
1637| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1638| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1639| #define HAVE_DIRENT_H 1
1640| #define HAVE__BOOL 1
1641| #define HAVE_STDBOOL_H 1
1642| #define HAVE_SYS_WAIT_H 1
1643| #define HAVE_GRP_H 1
1644| #define HAVE_FCNTL_H 1
1645| #define HAVE_FLOAT_H 1
1646| /* end confdefs.h. */
1647| #include <intrinsics.h>
1648configure:9771: result: no
1649configure:9771: checking for intrinsics.h
1650configure:9771: result: no
1651configure:9783: checking langinfo.h usability
1652configure:9783: gcc -c -D_BSD_SOURCE conftest.c >&5
1653configure:9783: $? = 0
1654configure:9783: result: yes
1655configure:9783: checking langinfo.h presence
1656configure:9783: gcc -E conftest.c
1657configure:9783: $? = 0
1658configure:9783: result: yes
1659configure:9783: checking for langinfo.h
1660configure:9783: result: yes
1661configure:9795: checking limits.h usability
1662configure:9795: gcc -c -D_BSD_SOURCE conftest.c >&5
1663configure:9795: $? = 0
1664configure:9795: result: yes
1665configure:9795: checking limits.h presence
1666configure:9795: gcc -E conftest.c
1667configure:9795: $? = 0
1668configure:9795: result: yes
1669configure:9795: checking for limits.h
1670configure:9795: result: yes
1671configure:9807: checking locale.h usability
1672configure:9807: gcc -c -D_BSD_SOURCE conftest.c >&5
1673configure:9807: $? = 0
1674configure:9807: result: yes
1675configure:9807: checking locale.h presence
1676configure:9807: gcc -E conftest.c
1677configure:9807: $? = 0
1678configure:9807: result: yes
1679configure:9807: checking for locale.h
1680configure:9807: result: yes
1681configure:9819: checking malloc.h usability
1682configure:9819: gcc -c -D_BSD_SOURCE conftest.c >&5
1683configure:9819: $? = 0
1684configure:9819: result: yes
1685configure:9819: checking malloc.h presence
1686configure:9819: gcc -E conftest.c
1687configure:9819: $? = 0
1688configure:9819: result: yes
1689configure:9819: checking for malloc.h
1690configure:9819: result: yes
1691configure:9831: checking malloc/malloc.h usability
1692configure:9831: gcc -c -D_BSD_SOURCE conftest.c >&5
1693conftest.c:73:27: fatal error: malloc/malloc.h: No such file or directory
1694compilation terminated.
1695configure:9831: $? = 1
1696configure: failed program was:
1697| /* confdefs.h */
1698| #define PACKAGE_NAME ""
1699| #define PACKAGE_TARNAME ""
1700| #define PACKAGE_VERSION ""
1701| #define PACKAGE_STRING ""
1702| #define PACKAGE_BUGREPORT ""
1703| #define PACKAGE_URL ""
1704| #define CANONICALIZATION_FOR_MATHN 1
1705| #define STDC_HEADERS 1
1706| #define HAVE_SYS_TYPES_H 1
1707| #define HAVE_SYS_STAT_H 1
1708| #define HAVE_STDLIB_H 1
1709| #define HAVE_STRING_H 1
1710| #define HAVE_MEMORY_H 1
1711| #define HAVE_STRINGS_H 1
1712| #define HAVE_INTTYPES_H 1
1713| #define HAVE_STDINT_H 1
1714| #define HAVE_UNISTD_H 1
1715| #define __EXTENSIONS__ 1
1716| #define _ALL_SOURCE 1
1717| #define _GNU_SOURCE 1
1718| #define _POSIX_PTHREAD_SEMANTICS 1
1719| #define _TANDEM_SOURCE 1
1720| #define HAVE_INFINITY 1
1721| #define HAVE_NAN 1
1722| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1723| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1724| #define HAVE_DIRENT_H 1
1725| #define HAVE__BOOL 1
1726| #define HAVE_STDBOOL_H 1
1727| #define HAVE_SYS_WAIT_H 1
1728| #define HAVE_GRP_H 1
1729| #define HAVE_FCNTL_H 1
1730| #define HAVE_FLOAT_H 1
1731| #define HAVE_LANGINFO_H 1
1732| #define HAVE_LIMITS_H 1
1733| #define HAVE_LOCALE_H 1
1734| #define HAVE_MALLOC_H 1
1735| /* end confdefs.h. */
1736| #include <stdio.h>
1737| #ifdef HAVE_SYS_TYPES_H
1738| # include <sys/types.h>
1739| #endif
1740| #ifdef HAVE_SYS_STAT_H
1741| # include <sys/stat.h>
1742| #endif
1743| #ifdef STDC_HEADERS
1744| # include <stdlib.h>
1745| # include <stddef.h>
1746| #else
1747| # ifdef HAVE_STDLIB_H
1748| # include <stdlib.h>
1749| # endif
1750| #endif
1751| #ifdef HAVE_STRING_H
1752| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1753| # include <memory.h>
1754| # endif
1755| # include <string.h>
1756| #endif
1757| #ifdef HAVE_STRINGS_H
1758| # include <strings.h>
1759| #endif
1760| #ifdef HAVE_INTTYPES_H
1761| # include <inttypes.h>
1762| #endif
1763| #ifdef HAVE_STDINT_H
1764| # include <stdint.h>
1765| #endif
1766| #ifdef HAVE_UNISTD_H
1767| # include <unistd.h>
1768| #endif
1769| #include <malloc/malloc.h>
1770configure:9831: result: no
1771configure:9831: checking malloc/malloc.h presence
1772configure:9831: gcc -E conftest.c
1773conftest.c:40:27: fatal error: malloc/malloc.h: No such file or directory
1774compilation terminated.
1775configure:9831: $? = 1
1776configure: failed program was:
1777| /* confdefs.h */
1778| #define PACKAGE_NAME ""
1779| #define PACKAGE_TARNAME ""
1780| #define PACKAGE_VERSION ""
1781| #define PACKAGE_STRING ""
1782| #define PACKAGE_BUGREPORT ""
1783| #define PACKAGE_URL ""
1784| #define CANONICALIZATION_FOR_MATHN 1
1785| #define STDC_HEADERS 1
1786| #define HAVE_SYS_TYPES_H 1
1787| #define HAVE_SYS_STAT_H 1
1788| #define HAVE_STDLIB_H 1
1789| #define HAVE_STRING_H 1
1790| #define HAVE_MEMORY_H 1
1791| #define HAVE_STRINGS_H 1
1792| #define HAVE_INTTYPES_H 1
1793| #define HAVE_STDINT_H 1
1794| #define HAVE_UNISTD_H 1
1795| #define __EXTENSIONS__ 1
1796| #define _ALL_SOURCE 1
1797| #define _GNU_SOURCE 1
1798| #define _POSIX_PTHREAD_SEMANTICS 1
1799| #define _TANDEM_SOURCE 1
1800| #define HAVE_INFINITY 1
1801| #define HAVE_NAN 1
1802| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1803| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1804| #define HAVE_DIRENT_H 1
1805| #define HAVE__BOOL 1
1806| #define HAVE_STDBOOL_H 1
1807| #define HAVE_SYS_WAIT_H 1
1808| #define HAVE_GRP_H 1
1809| #define HAVE_FCNTL_H 1
1810| #define HAVE_FLOAT_H 1
1811| #define HAVE_LANGINFO_H 1
1812| #define HAVE_LIMITS_H 1
1813| #define HAVE_LOCALE_H 1
1814| #define HAVE_MALLOC_H 1
1815| /* end confdefs.h. */
1816| #include <malloc/malloc.h>
1817configure:9831: result: no
1818configure:9831: checking for malloc/malloc.h
1819configure:9831: result: no
1820configure:9843: checking malloc_np.h usability
1821configure:9843: gcc -c -D_BSD_SOURCE conftest.c >&5
1822conftest.c:73:23: fatal error: malloc_np.h: No such file or directory
1823compilation terminated.
1824configure:9843: $? = 1
1825configure: failed program was:
1826| /* confdefs.h */
1827| #define PACKAGE_NAME ""
1828| #define PACKAGE_TARNAME ""
1829| #define PACKAGE_VERSION ""
1830| #define PACKAGE_STRING ""
1831| #define PACKAGE_BUGREPORT ""
1832| #define PACKAGE_URL ""
1833| #define CANONICALIZATION_FOR_MATHN 1
1834| #define STDC_HEADERS 1
1835| #define HAVE_SYS_TYPES_H 1
1836| #define HAVE_SYS_STAT_H 1
1837| #define HAVE_STDLIB_H 1
1838| #define HAVE_STRING_H 1
1839| #define HAVE_MEMORY_H 1
1840| #define HAVE_STRINGS_H 1
1841| #define HAVE_INTTYPES_H 1
1842| #define HAVE_STDINT_H 1
1843| #define HAVE_UNISTD_H 1
1844| #define __EXTENSIONS__ 1
1845| #define _ALL_SOURCE 1
1846| #define _GNU_SOURCE 1
1847| #define _POSIX_PTHREAD_SEMANTICS 1
1848| #define _TANDEM_SOURCE 1
1849| #define HAVE_INFINITY 1
1850| #define HAVE_NAN 1
1851| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1852| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1853| #define HAVE_DIRENT_H 1
1854| #define HAVE__BOOL 1
1855| #define HAVE_STDBOOL_H 1
1856| #define HAVE_SYS_WAIT_H 1
1857| #define HAVE_GRP_H 1
1858| #define HAVE_FCNTL_H 1
1859| #define HAVE_FLOAT_H 1
1860| #define HAVE_LANGINFO_H 1
1861| #define HAVE_LIMITS_H 1
1862| #define HAVE_LOCALE_H 1
1863| #define HAVE_MALLOC_H 1
1864| /* end confdefs.h. */
1865| #include <stdio.h>
1866| #ifdef HAVE_SYS_TYPES_H
1867| # include <sys/types.h>
1868| #endif
1869| #ifdef HAVE_SYS_STAT_H
1870| # include <sys/stat.h>
1871| #endif
1872| #ifdef STDC_HEADERS
1873| # include <stdlib.h>
1874| # include <stddef.h>
1875| #else
1876| # ifdef HAVE_STDLIB_H
1877| # include <stdlib.h>
1878| # endif
1879| #endif
1880| #ifdef HAVE_STRING_H
1881| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1882| # include <memory.h>
1883| # endif
1884| # include <string.h>
1885| #endif
1886| #ifdef HAVE_STRINGS_H
1887| # include <strings.h>
1888| #endif
1889| #ifdef HAVE_INTTYPES_H
1890| # include <inttypes.h>
1891| #endif
1892| #ifdef HAVE_STDINT_H
1893| # include <stdint.h>
1894| #endif
1895| #ifdef HAVE_UNISTD_H
1896| # include <unistd.h>
1897| #endif
1898| #include <malloc_np.h>
1899configure:9843: result: no
1900configure:9843: checking malloc_np.h presence
1901configure:9843: gcc -E conftest.c
1902conftest.c:40:23: fatal error: malloc_np.h: No such file or directory
1903compilation terminated.
1904configure:9843: $? = 1
1905configure: failed program was:
1906| /* confdefs.h */
1907| #define PACKAGE_NAME ""
1908| #define PACKAGE_TARNAME ""
1909| #define PACKAGE_VERSION ""
1910| #define PACKAGE_STRING ""
1911| #define PACKAGE_BUGREPORT ""
1912| #define PACKAGE_URL ""
1913| #define CANONICALIZATION_FOR_MATHN 1
1914| #define STDC_HEADERS 1
1915| #define HAVE_SYS_TYPES_H 1
1916| #define HAVE_SYS_STAT_H 1
1917| #define HAVE_STDLIB_H 1
1918| #define HAVE_STRING_H 1
1919| #define HAVE_MEMORY_H 1
1920| #define HAVE_STRINGS_H 1
1921| #define HAVE_INTTYPES_H 1
1922| #define HAVE_STDINT_H 1
1923| #define HAVE_UNISTD_H 1
1924| #define __EXTENSIONS__ 1
1925| #define _ALL_SOURCE 1
1926| #define _GNU_SOURCE 1
1927| #define _POSIX_PTHREAD_SEMANTICS 1
1928| #define _TANDEM_SOURCE 1
1929| #define HAVE_INFINITY 1
1930| #define HAVE_NAN 1
1931| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1932| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1933| #define HAVE_DIRENT_H 1
1934| #define HAVE__BOOL 1
1935| #define HAVE_STDBOOL_H 1
1936| #define HAVE_SYS_WAIT_H 1
1937| #define HAVE_GRP_H 1
1938| #define HAVE_FCNTL_H 1
1939| #define HAVE_FLOAT_H 1
1940| #define HAVE_LANGINFO_H 1
1941| #define HAVE_LIMITS_H 1
1942| #define HAVE_LOCALE_H 1
1943| #define HAVE_MALLOC_H 1
1944| /* end confdefs.h. */
1945| #include <malloc_np.h>
1946configure:9843: result: no
1947configure:9843: checking for malloc_np.h
1948configure:9843: result: no
1949configure:9855: checking net/socket.h usability
1950configure:9855: gcc -c -D_BSD_SOURCE conftest.c >&5
1951conftest.c:73:24: fatal error: net/socket.h: No such file or directory
1952compilation terminated.
1953configure:9855: $? = 1
1954configure: failed program was:
1955| /* confdefs.h */
1956| #define PACKAGE_NAME ""
1957| #define PACKAGE_TARNAME ""
1958| #define PACKAGE_VERSION ""
1959| #define PACKAGE_STRING ""
1960| #define PACKAGE_BUGREPORT ""
1961| #define PACKAGE_URL ""
1962| #define CANONICALIZATION_FOR_MATHN 1
1963| #define STDC_HEADERS 1
1964| #define HAVE_SYS_TYPES_H 1
1965| #define HAVE_SYS_STAT_H 1
1966| #define HAVE_STDLIB_H 1
1967| #define HAVE_STRING_H 1
1968| #define HAVE_MEMORY_H 1
1969| #define HAVE_STRINGS_H 1
1970| #define HAVE_INTTYPES_H 1
1971| #define HAVE_STDINT_H 1
1972| #define HAVE_UNISTD_H 1
1973| #define __EXTENSIONS__ 1
1974| #define _ALL_SOURCE 1
1975| #define _GNU_SOURCE 1
1976| #define _POSIX_PTHREAD_SEMANTICS 1
1977| #define _TANDEM_SOURCE 1
1978| #define HAVE_INFINITY 1
1979| #define HAVE_NAN 1
1980| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
1981| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
1982| #define HAVE_DIRENT_H 1
1983| #define HAVE__BOOL 1
1984| #define HAVE_STDBOOL_H 1
1985| #define HAVE_SYS_WAIT_H 1
1986| #define HAVE_GRP_H 1
1987| #define HAVE_FCNTL_H 1
1988| #define HAVE_FLOAT_H 1
1989| #define HAVE_LANGINFO_H 1
1990| #define HAVE_LIMITS_H 1
1991| #define HAVE_LOCALE_H 1
1992| #define HAVE_MALLOC_H 1
1993| /* end confdefs.h. */
1994| #include <stdio.h>
1995| #ifdef HAVE_SYS_TYPES_H
1996| # include <sys/types.h>
1997| #endif
1998| #ifdef HAVE_SYS_STAT_H
1999| # include <sys/stat.h>
2000| #endif
2001| #ifdef STDC_HEADERS
2002| # include <stdlib.h>
2003| # include <stddef.h>
2004| #else
2005| # ifdef HAVE_STDLIB_H
2006| # include <stdlib.h>
2007| # endif
2008| #endif
2009| #ifdef HAVE_STRING_H
2010| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2011| # include <memory.h>
2012| # endif
2013| # include <string.h>
2014| #endif
2015| #ifdef HAVE_STRINGS_H
2016| # include <strings.h>
2017| #endif
2018| #ifdef HAVE_INTTYPES_H
2019| # include <inttypes.h>
2020| #endif
2021| #ifdef HAVE_STDINT_H
2022| # include <stdint.h>
2023| #endif
2024| #ifdef HAVE_UNISTD_H
2025| # include <unistd.h>
2026| #endif
2027| #include <net/socket.h>
2028configure:9855: result: no
2029configure:9855: checking net/socket.h presence
2030configure:9855: gcc -E conftest.c
2031conftest.c:40:24: fatal error: net/socket.h: No such file or directory
2032compilation terminated.
2033configure:9855: $? = 1
2034configure: failed program was:
2035| /* confdefs.h */
2036| #define PACKAGE_NAME ""
2037| #define PACKAGE_TARNAME ""
2038| #define PACKAGE_VERSION ""
2039| #define PACKAGE_STRING ""
2040| #define PACKAGE_BUGREPORT ""
2041| #define PACKAGE_URL ""
2042| #define CANONICALIZATION_FOR_MATHN 1
2043| #define STDC_HEADERS 1
2044| #define HAVE_SYS_TYPES_H 1
2045| #define HAVE_SYS_STAT_H 1
2046| #define HAVE_STDLIB_H 1
2047| #define HAVE_STRING_H 1
2048| #define HAVE_MEMORY_H 1
2049| #define HAVE_STRINGS_H 1
2050| #define HAVE_INTTYPES_H 1
2051| #define HAVE_STDINT_H 1
2052| #define HAVE_UNISTD_H 1
2053| #define __EXTENSIONS__ 1
2054| #define _ALL_SOURCE 1
2055| #define _GNU_SOURCE 1
2056| #define _POSIX_PTHREAD_SEMANTICS 1
2057| #define _TANDEM_SOURCE 1
2058| #define HAVE_INFINITY 1
2059| #define HAVE_NAN 1
2060| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2061| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2062| #define HAVE_DIRENT_H 1
2063| #define HAVE__BOOL 1
2064| #define HAVE_STDBOOL_H 1
2065| #define HAVE_SYS_WAIT_H 1
2066| #define HAVE_GRP_H 1
2067| #define HAVE_FCNTL_H 1
2068| #define HAVE_FLOAT_H 1
2069| #define HAVE_LANGINFO_H 1
2070| #define HAVE_LIMITS_H 1
2071| #define HAVE_LOCALE_H 1
2072| #define HAVE_MALLOC_H 1
2073| /* end confdefs.h. */
2074| #include <net/socket.h>
2075configure:9855: result: no
2076configure:9855: checking for net/socket.h
2077configure:9855: result: no
2078configure:9867: checking process.h usability
2079configure:9867: gcc -c -D_BSD_SOURCE conftest.c >&5
2080conftest.c:73:21: fatal error: process.h: No such file or directory
2081compilation terminated.
2082configure:9867: $? = 1
2083configure: failed program was:
2084| /* confdefs.h */
2085| #define PACKAGE_NAME ""
2086| #define PACKAGE_TARNAME ""
2087| #define PACKAGE_VERSION ""
2088| #define PACKAGE_STRING ""
2089| #define PACKAGE_BUGREPORT ""
2090| #define PACKAGE_URL ""
2091| #define CANONICALIZATION_FOR_MATHN 1
2092| #define STDC_HEADERS 1
2093| #define HAVE_SYS_TYPES_H 1
2094| #define HAVE_SYS_STAT_H 1
2095| #define HAVE_STDLIB_H 1
2096| #define HAVE_STRING_H 1
2097| #define HAVE_MEMORY_H 1
2098| #define HAVE_STRINGS_H 1
2099| #define HAVE_INTTYPES_H 1
2100| #define HAVE_STDINT_H 1
2101| #define HAVE_UNISTD_H 1
2102| #define __EXTENSIONS__ 1
2103| #define _ALL_SOURCE 1
2104| #define _GNU_SOURCE 1
2105| #define _POSIX_PTHREAD_SEMANTICS 1
2106| #define _TANDEM_SOURCE 1
2107| #define HAVE_INFINITY 1
2108| #define HAVE_NAN 1
2109| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2110| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2111| #define HAVE_DIRENT_H 1
2112| #define HAVE__BOOL 1
2113| #define HAVE_STDBOOL_H 1
2114| #define HAVE_SYS_WAIT_H 1
2115| #define HAVE_GRP_H 1
2116| #define HAVE_FCNTL_H 1
2117| #define HAVE_FLOAT_H 1
2118| #define HAVE_LANGINFO_H 1
2119| #define HAVE_LIMITS_H 1
2120| #define HAVE_LOCALE_H 1
2121| #define HAVE_MALLOC_H 1
2122| /* end confdefs.h. */
2123| #include <stdio.h>
2124| #ifdef HAVE_SYS_TYPES_H
2125| # include <sys/types.h>
2126| #endif
2127| #ifdef HAVE_SYS_STAT_H
2128| # include <sys/stat.h>
2129| #endif
2130| #ifdef STDC_HEADERS
2131| # include <stdlib.h>
2132| # include <stddef.h>
2133| #else
2134| # ifdef HAVE_STDLIB_H
2135| # include <stdlib.h>
2136| # endif
2137| #endif
2138| #ifdef HAVE_STRING_H
2139| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2140| # include <memory.h>
2141| # endif
2142| # include <string.h>
2143| #endif
2144| #ifdef HAVE_STRINGS_H
2145| # include <strings.h>
2146| #endif
2147| #ifdef HAVE_INTTYPES_H
2148| # include <inttypes.h>
2149| #endif
2150| #ifdef HAVE_STDINT_H
2151| # include <stdint.h>
2152| #endif
2153| #ifdef HAVE_UNISTD_H
2154| # include <unistd.h>
2155| #endif
2156| #include <process.h>
2157configure:9867: result: no
2158configure:9867: checking process.h presence
2159configure:9867: gcc -E conftest.c
2160conftest.c:40:21: fatal error: process.h: No such file or directory
2161compilation terminated.
2162configure:9867: $? = 1
2163configure: failed program was:
2164| /* confdefs.h */
2165| #define PACKAGE_NAME ""
2166| #define PACKAGE_TARNAME ""
2167| #define PACKAGE_VERSION ""
2168| #define PACKAGE_STRING ""
2169| #define PACKAGE_BUGREPORT ""
2170| #define PACKAGE_URL ""
2171| #define CANONICALIZATION_FOR_MATHN 1
2172| #define STDC_HEADERS 1
2173| #define HAVE_SYS_TYPES_H 1
2174| #define HAVE_SYS_STAT_H 1
2175| #define HAVE_STDLIB_H 1
2176| #define HAVE_STRING_H 1
2177| #define HAVE_MEMORY_H 1
2178| #define HAVE_STRINGS_H 1
2179| #define HAVE_INTTYPES_H 1
2180| #define HAVE_STDINT_H 1
2181| #define HAVE_UNISTD_H 1
2182| #define __EXTENSIONS__ 1
2183| #define _ALL_SOURCE 1
2184| #define _GNU_SOURCE 1
2185| #define _POSIX_PTHREAD_SEMANTICS 1
2186| #define _TANDEM_SOURCE 1
2187| #define HAVE_INFINITY 1
2188| #define HAVE_NAN 1
2189| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2190| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2191| #define HAVE_DIRENT_H 1
2192| #define HAVE__BOOL 1
2193| #define HAVE_STDBOOL_H 1
2194| #define HAVE_SYS_WAIT_H 1
2195| #define HAVE_GRP_H 1
2196| #define HAVE_FCNTL_H 1
2197| #define HAVE_FLOAT_H 1
2198| #define HAVE_LANGINFO_H 1
2199| #define HAVE_LIMITS_H 1
2200| #define HAVE_LOCALE_H 1
2201| #define HAVE_MALLOC_H 1
2202| /* end confdefs.h. */
2203| #include <process.h>
2204configure:9867: result: no
2205configure:9867: checking for process.h
2206configure:9867: result: no
2207configure:9879: checking pwd.h usability
2208configure:9879: gcc -c -D_BSD_SOURCE conftest.c >&5
2209configure:9879: $? = 0
2210configure:9879: result: yes
2211configure:9879: checking pwd.h presence
2212configure:9879: gcc -E conftest.c
2213configure:9879: $? = 0
2214configure:9879: result: yes
2215configure:9879: checking for pwd.h
2216configure:9879: result: yes
2217configure:9891: checking setjmpex.h usability
2218configure:9891: gcc -c -D_BSD_SOURCE conftest.c >&5
2219conftest.c:74:22: fatal error: setjmpex.h: No such file or directory
2220compilation terminated.
2221configure:9891: $? = 1
2222configure: failed program was:
2223| /* confdefs.h */
2224| #define PACKAGE_NAME ""
2225| #define PACKAGE_TARNAME ""
2226| #define PACKAGE_VERSION ""
2227| #define PACKAGE_STRING ""
2228| #define PACKAGE_BUGREPORT ""
2229| #define PACKAGE_URL ""
2230| #define CANONICALIZATION_FOR_MATHN 1
2231| #define STDC_HEADERS 1
2232| #define HAVE_SYS_TYPES_H 1
2233| #define HAVE_SYS_STAT_H 1
2234| #define HAVE_STDLIB_H 1
2235| #define HAVE_STRING_H 1
2236| #define HAVE_MEMORY_H 1
2237| #define HAVE_STRINGS_H 1
2238| #define HAVE_INTTYPES_H 1
2239| #define HAVE_STDINT_H 1
2240| #define HAVE_UNISTD_H 1
2241| #define __EXTENSIONS__ 1
2242| #define _ALL_SOURCE 1
2243| #define _GNU_SOURCE 1
2244| #define _POSIX_PTHREAD_SEMANTICS 1
2245| #define _TANDEM_SOURCE 1
2246| #define HAVE_INFINITY 1
2247| #define HAVE_NAN 1
2248| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2249| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2250| #define HAVE_DIRENT_H 1
2251| #define HAVE__BOOL 1
2252| #define HAVE_STDBOOL_H 1
2253| #define HAVE_SYS_WAIT_H 1
2254| #define HAVE_GRP_H 1
2255| #define HAVE_FCNTL_H 1
2256| #define HAVE_FLOAT_H 1
2257| #define HAVE_LANGINFO_H 1
2258| #define HAVE_LIMITS_H 1
2259| #define HAVE_LOCALE_H 1
2260| #define HAVE_MALLOC_H 1
2261| #define HAVE_PWD_H 1
2262| /* end confdefs.h. */
2263| #include <stdio.h>
2264| #ifdef HAVE_SYS_TYPES_H
2265| # include <sys/types.h>
2266| #endif
2267| #ifdef HAVE_SYS_STAT_H
2268| # include <sys/stat.h>
2269| #endif
2270| #ifdef STDC_HEADERS
2271| # include <stdlib.h>
2272| # include <stddef.h>
2273| #else
2274| # ifdef HAVE_STDLIB_H
2275| # include <stdlib.h>
2276| # endif
2277| #endif
2278| #ifdef HAVE_STRING_H
2279| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2280| # include <memory.h>
2281| # endif
2282| # include <string.h>
2283| #endif
2284| #ifdef HAVE_STRINGS_H
2285| # include <strings.h>
2286| #endif
2287| #ifdef HAVE_INTTYPES_H
2288| # include <inttypes.h>
2289| #endif
2290| #ifdef HAVE_STDINT_H
2291| # include <stdint.h>
2292| #endif
2293| #ifdef HAVE_UNISTD_H
2294| # include <unistd.h>
2295| #endif
2296| #include <setjmpex.h>
2297configure:9891: result: no
2298configure:9891: checking setjmpex.h presence
2299configure:9891: gcc -E conftest.c
2300conftest.c:41:22: fatal error: setjmpex.h: No such file or directory
2301compilation terminated.
2302configure:9891: $? = 1
2303configure: failed program was:
2304| /* confdefs.h */
2305| #define PACKAGE_NAME ""
2306| #define PACKAGE_TARNAME ""
2307| #define PACKAGE_VERSION ""
2308| #define PACKAGE_STRING ""
2309| #define PACKAGE_BUGREPORT ""
2310| #define PACKAGE_URL ""
2311| #define CANONICALIZATION_FOR_MATHN 1
2312| #define STDC_HEADERS 1
2313| #define HAVE_SYS_TYPES_H 1
2314| #define HAVE_SYS_STAT_H 1
2315| #define HAVE_STDLIB_H 1
2316| #define HAVE_STRING_H 1
2317| #define HAVE_MEMORY_H 1
2318| #define HAVE_STRINGS_H 1
2319| #define HAVE_INTTYPES_H 1
2320| #define HAVE_STDINT_H 1
2321| #define HAVE_UNISTD_H 1
2322| #define __EXTENSIONS__ 1
2323| #define _ALL_SOURCE 1
2324| #define _GNU_SOURCE 1
2325| #define _POSIX_PTHREAD_SEMANTICS 1
2326| #define _TANDEM_SOURCE 1
2327| #define HAVE_INFINITY 1
2328| #define HAVE_NAN 1
2329| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2330| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2331| #define HAVE_DIRENT_H 1
2332| #define HAVE__BOOL 1
2333| #define HAVE_STDBOOL_H 1
2334| #define HAVE_SYS_WAIT_H 1
2335| #define HAVE_GRP_H 1
2336| #define HAVE_FCNTL_H 1
2337| #define HAVE_FLOAT_H 1
2338| #define HAVE_LANGINFO_H 1
2339| #define HAVE_LIMITS_H 1
2340| #define HAVE_LOCALE_H 1
2341| #define HAVE_MALLOC_H 1
2342| #define HAVE_PWD_H 1
2343| /* end confdefs.h. */
2344| #include <setjmpex.h>
2345configure:9891: result: no
2346configure:9891: checking for setjmpex.h
2347configure:9891: result: no
2348configure:9903: checking sys/attr.h usability
2349configure:9903: gcc -c -D_BSD_SOURCE conftest.c >&5
2350conftest.c:74:22: fatal error: sys/attr.h: No such file or directory
2351compilation terminated.
2352configure:9903: $? = 1
2353configure: failed program was:
2354| /* confdefs.h */
2355| #define PACKAGE_NAME ""
2356| #define PACKAGE_TARNAME ""
2357| #define PACKAGE_VERSION ""
2358| #define PACKAGE_STRING ""
2359| #define PACKAGE_BUGREPORT ""
2360| #define PACKAGE_URL ""
2361| #define CANONICALIZATION_FOR_MATHN 1
2362| #define STDC_HEADERS 1
2363| #define HAVE_SYS_TYPES_H 1
2364| #define HAVE_SYS_STAT_H 1
2365| #define HAVE_STDLIB_H 1
2366| #define HAVE_STRING_H 1
2367| #define HAVE_MEMORY_H 1
2368| #define HAVE_STRINGS_H 1
2369| #define HAVE_INTTYPES_H 1
2370| #define HAVE_STDINT_H 1
2371| #define HAVE_UNISTD_H 1
2372| #define __EXTENSIONS__ 1
2373| #define _ALL_SOURCE 1
2374| #define _GNU_SOURCE 1
2375| #define _POSIX_PTHREAD_SEMANTICS 1
2376| #define _TANDEM_SOURCE 1
2377| #define HAVE_INFINITY 1
2378| #define HAVE_NAN 1
2379| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2380| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2381| #define HAVE_DIRENT_H 1
2382| #define HAVE__BOOL 1
2383| #define HAVE_STDBOOL_H 1
2384| #define HAVE_SYS_WAIT_H 1
2385| #define HAVE_GRP_H 1
2386| #define HAVE_FCNTL_H 1
2387| #define HAVE_FLOAT_H 1
2388| #define HAVE_LANGINFO_H 1
2389| #define HAVE_LIMITS_H 1
2390| #define HAVE_LOCALE_H 1
2391| #define HAVE_MALLOC_H 1
2392| #define HAVE_PWD_H 1
2393| /* end confdefs.h. */
2394| #include <stdio.h>
2395| #ifdef HAVE_SYS_TYPES_H
2396| # include <sys/types.h>
2397| #endif
2398| #ifdef HAVE_SYS_STAT_H
2399| # include <sys/stat.h>
2400| #endif
2401| #ifdef STDC_HEADERS
2402| # include <stdlib.h>
2403| # include <stddef.h>
2404| #else
2405| # ifdef HAVE_STDLIB_H
2406| # include <stdlib.h>
2407| # endif
2408| #endif
2409| #ifdef HAVE_STRING_H
2410| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2411| # include <memory.h>
2412| # endif
2413| # include <string.h>
2414| #endif
2415| #ifdef HAVE_STRINGS_H
2416| # include <strings.h>
2417| #endif
2418| #ifdef HAVE_INTTYPES_H
2419| # include <inttypes.h>
2420| #endif
2421| #ifdef HAVE_STDINT_H
2422| # include <stdint.h>
2423| #endif
2424| #ifdef HAVE_UNISTD_H
2425| # include <unistd.h>
2426| #endif
2427| #include <sys/attr.h>
2428configure:9903: result: no
2429configure:9903: checking sys/attr.h presence
2430configure:9903: gcc -E conftest.c
2431conftest.c:41:22: fatal error: sys/attr.h: No such file or directory
2432compilation terminated.
2433configure:9903: $? = 1
2434configure: failed program was:
2435| /* confdefs.h */
2436| #define PACKAGE_NAME ""
2437| #define PACKAGE_TARNAME ""
2438| #define PACKAGE_VERSION ""
2439| #define PACKAGE_STRING ""
2440| #define PACKAGE_BUGREPORT ""
2441| #define PACKAGE_URL ""
2442| #define CANONICALIZATION_FOR_MATHN 1
2443| #define STDC_HEADERS 1
2444| #define HAVE_SYS_TYPES_H 1
2445| #define HAVE_SYS_STAT_H 1
2446| #define HAVE_STDLIB_H 1
2447| #define HAVE_STRING_H 1
2448| #define HAVE_MEMORY_H 1
2449| #define HAVE_STRINGS_H 1
2450| #define HAVE_INTTYPES_H 1
2451| #define HAVE_STDINT_H 1
2452| #define HAVE_UNISTD_H 1
2453| #define __EXTENSIONS__ 1
2454| #define _ALL_SOURCE 1
2455| #define _GNU_SOURCE 1
2456| #define _POSIX_PTHREAD_SEMANTICS 1
2457| #define _TANDEM_SOURCE 1
2458| #define HAVE_INFINITY 1
2459| #define HAVE_NAN 1
2460| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2461| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2462| #define HAVE_DIRENT_H 1
2463| #define HAVE__BOOL 1
2464| #define HAVE_STDBOOL_H 1
2465| #define HAVE_SYS_WAIT_H 1
2466| #define HAVE_GRP_H 1
2467| #define HAVE_FCNTL_H 1
2468| #define HAVE_FLOAT_H 1
2469| #define HAVE_LANGINFO_H 1
2470| #define HAVE_LIMITS_H 1
2471| #define HAVE_LOCALE_H 1
2472| #define HAVE_MALLOC_H 1
2473| #define HAVE_PWD_H 1
2474| /* end confdefs.h. */
2475| #include <sys/attr.h>
2476configure:9903: result: no
2477configure:9903: checking for sys/attr.h
2478configure:9903: result: no
2479configure:9915: checking sys/fcntl.h usability
2480configure:9915: gcc -c -D_BSD_SOURCE conftest.c >&5
2481conftest.c:74:23: fatal error: sys/fcntl.h: No such file or directory
2482compilation terminated.
2483configure:9915: $? = 1
2484configure: failed program was:
2485| /* confdefs.h */
2486| #define PACKAGE_NAME ""
2487| #define PACKAGE_TARNAME ""
2488| #define PACKAGE_VERSION ""
2489| #define PACKAGE_STRING ""
2490| #define PACKAGE_BUGREPORT ""
2491| #define PACKAGE_URL ""
2492| #define CANONICALIZATION_FOR_MATHN 1
2493| #define STDC_HEADERS 1
2494| #define HAVE_SYS_TYPES_H 1
2495| #define HAVE_SYS_STAT_H 1
2496| #define HAVE_STDLIB_H 1
2497| #define HAVE_STRING_H 1
2498| #define HAVE_MEMORY_H 1
2499| #define HAVE_STRINGS_H 1
2500| #define HAVE_INTTYPES_H 1
2501| #define HAVE_STDINT_H 1
2502| #define HAVE_UNISTD_H 1
2503| #define __EXTENSIONS__ 1
2504| #define _ALL_SOURCE 1
2505| #define _GNU_SOURCE 1
2506| #define _POSIX_PTHREAD_SEMANTICS 1
2507| #define _TANDEM_SOURCE 1
2508| #define HAVE_INFINITY 1
2509| #define HAVE_NAN 1
2510| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2511| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2512| #define HAVE_DIRENT_H 1
2513| #define HAVE__BOOL 1
2514| #define HAVE_STDBOOL_H 1
2515| #define HAVE_SYS_WAIT_H 1
2516| #define HAVE_GRP_H 1
2517| #define HAVE_FCNTL_H 1
2518| #define HAVE_FLOAT_H 1
2519| #define HAVE_LANGINFO_H 1
2520| #define HAVE_LIMITS_H 1
2521| #define HAVE_LOCALE_H 1
2522| #define HAVE_MALLOC_H 1
2523| #define HAVE_PWD_H 1
2524| /* end confdefs.h. */
2525| #include <stdio.h>
2526| #ifdef HAVE_SYS_TYPES_H
2527| # include <sys/types.h>
2528| #endif
2529| #ifdef HAVE_SYS_STAT_H
2530| # include <sys/stat.h>
2531| #endif
2532| #ifdef STDC_HEADERS
2533| # include <stdlib.h>
2534| # include <stddef.h>
2535| #else
2536| # ifdef HAVE_STDLIB_H
2537| # include <stdlib.h>
2538| # endif
2539| #endif
2540| #ifdef HAVE_STRING_H
2541| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2542| # include <memory.h>
2543| # endif
2544| # include <string.h>
2545| #endif
2546| #ifdef HAVE_STRINGS_H
2547| # include <strings.h>
2548| #endif
2549| #ifdef HAVE_INTTYPES_H
2550| # include <inttypes.h>
2551| #endif
2552| #ifdef HAVE_STDINT_H
2553| # include <stdint.h>
2554| #endif
2555| #ifdef HAVE_UNISTD_H
2556| # include <unistd.h>
2557| #endif
2558| #include <sys/fcntl.h>
2559configure:9915: result: no
2560configure:9915: checking sys/fcntl.h presence
2561configure:9915: gcc -E conftest.c
2562conftest.c:41:23: fatal error: sys/fcntl.h: No such file or directory
2563compilation terminated.
2564configure:9915: $? = 1
2565configure: failed program was:
2566| /* confdefs.h */
2567| #define PACKAGE_NAME ""
2568| #define PACKAGE_TARNAME ""
2569| #define PACKAGE_VERSION ""
2570| #define PACKAGE_STRING ""
2571| #define PACKAGE_BUGREPORT ""
2572| #define PACKAGE_URL ""
2573| #define CANONICALIZATION_FOR_MATHN 1
2574| #define STDC_HEADERS 1
2575| #define HAVE_SYS_TYPES_H 1
2576| #define HAVE_SYS_STAT_H 1
2577| #define HAVE_STDLIB_H 1
2578| #define HAVE_STRING_H 1
2579| #define HAVE_MEMORY_H 1
2580| #define HAVE_STRINGS_H 1
2581| #define HAVE_INTTYPES_H 1
2582| #define HAVE_STDINT_H 1
2583| #define HAVE_UNISTD_H 1
2584| #define __EXTENSIONS__ 1
2585| #define _ALL_SOURCE 1
2586| #define _GNU_SOURCE 1
2587| #define _POSIX_PTHREAD_SEMANTICS 1
2588| #define _TANDEM_SOURCE 1
2589| #define HAVE_INFINITY 1
2590| #define HAVE_NAN 1
2591| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2592| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2593| #define HAVE_DIRENT_H 1
2594| #define HAVE__BOOL 1
2595| #define HAVE_STDBOOL_H 1
2596| #define HAVE_SYS_WAIT_H 1
2597| #define HAVE_GRP_H 1
2598| #define HAVE_FCNTL_H 1
2599| #define HAVE_FLOAT_H 1
2600| #define HAVE_LANGINFO_H 1
2601| #define HAVE_LIMITS_H 1
2602| #define HAVE_LOCALE_H 1
2603| #define HAVE_MALLOC_H 1
2604| #define HAVE_PWD_H 1
2605| /* end confdefs.h. */
2606| #include <sys/fcntl.h>
2607configure:9915: result: no
2608configure:9915: checking for sys/fcntl.h
2609configure:9915: result: no
2610configure:9927: checking sys/file.h usability
2611configure:9927: gcc -c -D_BSD_SOURCE conftest.c >&5
2612configure:9927: $? = 0
2613configure:9927: result: yes
2614configure:9927: checking sys/file.h presence
2615configure:9927: gcc -E conftest.c
2616configure:9927: $? = 0
2617configure:9927: result: yes
2618configure:9927: checking for sys/file.h
2619configure:9927: result: yes
2620configure:9939: checking sys/id.h usability
2621configure:9939: gcc -c -D_BSD_SOURCE conftest.c >&5
2622conftest.c:75:20: fatal error: sys/id.h: No such file or directory
2623compilation terminated.
2624configure:9939: $? = 1
2625configure: failed program was:
2626| /* confdefs.h */
2627| #define PACKAGE_NAME ""
2628| #define PACKAGE_TARNAME ""
2629| #define PACKAGE_VERSION ""
2630| #define PACKAGE_STRING ""
2631| #define PACKAGE_BUGREPORT ""
2632| #define PACKAGE_URL ""
2633| #define CANONICALIZATION_FOR_MATHN 1
2634| #define STDC_HEADERS 1
2635| #define HAVE_SYS_TYPES_H 1
2636| #define HAVE_SYS_STAT_H 1
2637| #define HAVE_STDLIB_H 1
2638| #define HAVE_STRING_H 1
2639| #define HAVE_MEMORY_H 1
2640| #define HAVE_STRINGS_H 1
2641| #define HAVE_INTTYPES_H 1
2642| #define HAVE_STDINT_H 1
2643| #define HAVE_UNISTD_H 1
2644| #define __EXTENSIONS__ 1
2645| #define _ALL_SOURCE 1
2646| #define _GNU_SOURCE 1
2647| #define _POSIX_PTHREAD_SEMANTICS 1
2648| #define _TANDEM_SOURCE 1
2649| #define HAVE_INFINITY 1
2650| #define HAVE_NAN 1
2651| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2652| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2653| #define HAVE_DIRENT_H 1
2654| #define HAVE__BOOL 1
2655| #define HAVE_STDBOOL_H 1
2656| #define HAVE_SYS_WAIT_H 1
2657| #define HAVE_GRP_H 1
2658| #define HAVE_FCNTL_H 1
2659| #define HAVE_FLOAT_H 1
2660| #define HAVE_LANGINFO_H 1
2661| #define HAVE_LIMITS_H 1
2662| #define HAVE_LOCALE_H 1
2663| #define HAVE_MALLOC_H 1
2664| #define HAVE_PWD_H 1
2665| #define HAVE_SYS_FILE_H 1
2666| /* end confdefs.h. */
2667| #include <stdio.h>
2668| #ifdef HAVE_SYS_TYPES_H
2669| # include <sys/types.h>
2670| #endif
2671| #ifdef HAVE_SYS_STAT_H
2672| # include <sys/stat.h>
2673| #endif
2674| #ifdef STDC_HEADERS
2675| # include <stdlib.h>
2676| # include <stddef.h>
2677| #else
2678| # ifdef HAVE_STDLIB_H
2679| # include <stdlib.h>
2680| # endif
2681| #endif
2682| #ifdef HAVE_STRING_H
2683| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2684| # include <memory.h>
2685| # endif
2686| # include <string.h>
2687| #endif
2688| #ifdef HAVE_STRINGS_H
2689| # include <strings.h>
2690| #endif
2691| #ifdef HAVE_INTTYPES_H
2692| # include <inttypes.h>
2693| #endif
2694| #ifdef HAVE_STDINT_H
2695| # include <stdint.h>
2696| #endif
2697| #ifdef HAVE_UNISTD_H
2698| # include <unistd.h>
2699| #endif
2700| #include <sys/id.h>
2701configure:9939: result: no
2702configure:9939: checking sys/id.h presence
2703configure:9939: gcc -E conftest.c
2704conftest.c:42:20: fatal error: sys/id.h: No such file or directory
2705compilation terminated.
2706configure:9939: $? = 1
2707configure: failed program was:
2708| /* confdefs.h */
2709| #define PACKAGE_NAME ""
2710| #define PACKAGE_TARNAME ""
2711| #define PACKAGE_VERSION ""
2712| #define PACKAGE_STRING ""
2713| #define PACKAGE_BUGREPORT ""
2714| #define PACKAGE_URL ""
2715| #define CANONICALIZATION_FOR_MATHN 1
2716| #define STDC_HEADERS 1
2717| #define HAVE_SYS_TYPES_H 1
2718| #define HAVE_SYS_STAT_H 1
2719| #define HAVE_STDLIB_H 1
2720| #define HAVE_STRING_H 1
2721| #define HAVE_MEMORY_H 1
2722| #define HAVE_STRINGS_H 1
2723| #define HAVE_INTTYPES_H 1
2724| #define HAVE_STDINT_H 1
2725| #define HAVE_UNISTD_H 1
2726| #define __EXTENSIONS__ 1
2727| #define _ALL_SOURCE 1
2728| #define _GNU_SOURCE 1
2729| #define _POSIX_PTHREAD_SEMANTICS 1
2730| #define _TANDEM_SOURCE 1
2731| #define HAVE_INFINITY 1
2732| #define HAVE_NAN 1
2733| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2734| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2735| #define HAVE_DIRENT_H 1
2736| #define HAVE__BOOL 1
2737| #define HAVE_STDBOOL_H 1
2738| #define HAVE_SYS_WAIT_H 1
2739| #define HAVE_GRP_H 1
2740| #define HAVE_FCNTL_H 1
2741| #define HAVE_FLOAT_H 1
2742| #define HAVE_LANGINFO_H 1
2743| #define HAVE_LIMITS_H 1
2744| #define HAVE_LOCALE_H 1
2745| #define HAVE_MALLOC_H 1
2746| #define HAVE_PWD_H 1
2747| #define HAVE_SYS_FILE_H 1
2748| /* end confdefs.h. */
2749| #include <sys/id.h>
2750configure:9939: result: no
2751configure:9939: checking for sys/id.h
2752configure:9939: result: no
2753configure:9951: checking sys/ioctl.h usability
2754configure:9951: gcc -c -D_BSD_SOURCE conftest.c >&5
2755configure:9951: $? = 0
2756configure:9951: result: yes
2757configure:9951: checking sys/ioctl.h presence
2758configure:9951: gcc -E conftest.c
2759configure:9951: $? = 0
2760configure:9951: result: yes
2761configure:9951: checking for sys/ioctl.h
2762configure:9951: result: yes
2763configure:9963: checking sys/mkdev.h usability
2764configure:9963: gcc -c -D_BSD_SOURCE conftest.c >&5
2765conftest.c:76:23: fatal error: sys/mkdev.h: No such file or directory
2766compilation terminated.
2767configure:9963: $? = 1
2768configure: failed program was:
2769| /* confdefs.h */
2770| #define PACKAGE_NAME ""
2771| #define PACKAGE_TARNAME ""
2772| #define PACKAGE_VERSION ""
2773| #define PACKAGE_STRING ""
2774| #define PACKAGE_BUGREPORT ""
2775| #define PACKAGE_URL ""
2776| #define CANONICALIZATION_FOR_MATHN 1
2777| #define STDC_HEADERS 1
2778| #define HAVE_SYS_TYPES_H 1
2779| #define HAVE_SYS_STAT_H 1
2780| #define HAVE_STDLIB_H 1
2781| #define HAVE_STRING_H 1
2782| #define HAVE_MEMORY_H 1
2783| #define HAVE_STRINGS_H 1
2784| #define HAVE_INTTYPES_H 1
2785| #define HAVE_STDINT_H 1
2786| #define HAVE_UNISTD_H 1
2787| #define __EXTENSIONS__ 1
2788| #define _ALL_SOURCE 1
2789| #define _GNU_SOURCE 1
2790| #define _POSIX_PTHREAD_SEMANTICS 1
2791| #define _TANDEM_SOURCE 1
2792| #define HAVE_INFINITY 1
2793| #define HAVE_NAN 1
2794| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2795| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2796| #define HAVE_DIRENT_H 1
2797| #define HAVE__BOOL 1
2798| #define HAVE_STDBOOL_H 1
2799| #define HAVE_SYS_WAIT_H 1
2800| #define HAVE_GRP_H 1
2801| #define HAVE_FCNTL_H 1
2802| #define HAVE_FLOAT_H 1
2803| #define HAVE_LANGINFO_H 1
2804| #define HAVE_LIMITS_H 1
2805| #define HAVE_LOCALE_H 1
2806| #define HAVE_MALLOC_H 1
2807| #define HAVE_PWD_H 1
2808| #define HAVE_SYS_FILE_H 1
2809| #define HAVE_SYS_IOCTL_H 1
2810| /* end confdefs.h. */
2811| #include <stdio.h>
2812| #ifdef HAVE_SYS_TYPES_H
2813| # include <sys/types.h>
2814| #endif
2815| #ifdef HAVE_SYS_STAT_H
2816| # include <sys/stat.h>
2817| #endif
2818| #ifdef STDC_HEADERS
2819| # include <stdlib.h>
2820| # include <stddef.h>
2821| #else
2822| # ifdef HAVE_STDLIB_H
2823| # include <stdlib.h>
2824| # endif
2825| #endif
2826| #ifdef HAVE_STRING_H
2827| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2828| # include <memory.h>
2829| # endif
2830| # include <string.h>
2831| #endif
2832| #ifdef HAVE_STRINGS_H
2833| # include <strings.h>
2834| #endif
2835| #ifdef HAVE_INTTYPES_H
2836| # include <inttypes.h>
2837| #endif
2838| #ifdef HAVE_STDINT_H
2839| # include <stdint.h>
2840| #endif
2841| #ifdef HAVE_UNISTD_H
2842| # include <unistd.h>
2843| #endif
2844| #include <sys/mkdev.h>
2845configure:9963: result: no
2846configure:9963: checking sys/mkdev.h presence
2847configure:9963: gcc -E conftest.c
2848conftest.c:43:23: fatal error: sys/mkdev.h: No such file or directory
2849compilation terminated.
2850configure:9963: $? = 1
2851configure: failed program was:
2852| /* confdefs.h */
2853| #define PACKAGE_NAME ""
2854| #define PACKAGE_TARNAME ""
2855| #define PACKAGE_VERSION ""
2856| #define PACKAGE_STRING ""
2857| #define PACKAGE_BUGREPORT ""
2858| #define PACKAGE_URL ""
2859| #define CANONICALIZATION_FOR_MATHN 1
2860| #define STDC_HEADERS 1
2861| #define HAVE_SYS_TYPES_H 1
2862| #define HAVE_SYS_STAT_H 1
2863| #define HAVE_STDLIB_H 1
2864| #define HAVE_STRING_H 1
2865| #define HAVE_MEMORY_H 1
2866| #define HAVE_STRINGS_H 1
2867| #define HAVE_INTTYPES_H 1
2868| #define HAVE_STDINT_H 1
2869| #define HAVE_UNISTD_H 1
2870| #define __EXTENSIONS__ 1
2871| #define _ALL_SOURCE 1
2872| #define _GNU_SOURCE 1
2873| #define _POSIX_PTHREAD_SEMANTICS 1
2874| #define _TANDEM_SOURCE 1
2875| #define HAVE_INFINITY 1
2876| #define HAVE_NAN 1
2877| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2878| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2879| #define HAVE_DIRENT_H 1
2880| #define HAVE__BOOL 1
2881| #define HAVE_STDBOOL_H 1
2882| #define HAVE_SYS_WAIT_H 1
2883| #define HAVE_GRP_H 1
2884| #define HAVE_FCNTL_H 1
2885| #define HAVE_FLOAT_H 1
2886| #define HAVE_LANGINFO_H 1
2887| #define HAVE_LIMITS_H 1
2888| #define HAVE_LOCALE_H 1
2889| #define HAVE_MALLOC_H 1
2890| #define HAVE_PWD_H 1
2891| #define HAVE_SYS_FILE_H 1
2892| #define HAVE_SYS_IOCTL_H 1
2893| /* end confdefs.h. */
2894| #include <sys/mkdev.h>
2895configure:9963: result: no
2896configure:9963: checking for sys/mkdev.h
2897configure:9963: result: no
2898configure:9975: checking sys/param.h usability
2899configure:9975: gcc -c -D_BSD_SOURCE conftest.c >&5
2900configure:9975: $? = 0
2901configure:9975: result: yes
2902configure:9975: checking sys/param.h presence
2903configure:9975: gcc -E conftest.c
2904configure:9975: $? = 0
2905configure:9975: result: yes
2906configure:9975: checking for sys/param.h
2907configure:9975: result: yes
2908configure:9987: checking sys/prctl.h usability
2909configure:9987: gcc -c -D_BSD_SOURCE conftest.c >&5
2910conftest.c:77:23: fatal error: sys/prctl.h: No such file or directory
2911compilation terminated.
2912configure:9987: $? = 1
2913configure: failed program was:
2914| /* confdefs.h */
2915| #define PACKAGE_NAME ""
2916| #define PACKAGE_TARNAME ""
2917| #define PACKAGE_VERSION ""
2918| #define PACKAGE_STRING ""
2919| #define PACKAGE_BUGREPORT ""
2920| #define PACKAGE_URL ""
2921| #define CANONICALIZATION_FOR_MATHN 1
2922| #define STDC_HEADERS 1
2923| #define HAVE_SYS_TYPES_H 1
2924| #define HAVE_SYS_STAT_H 1
2925| #define HAVE_STDLIB_H 1
2926| #define HAVE_STRING_H 1
2927| #define HAVE_MEMORY_H 1
2928| #define HAVE_STRINGS_H 1
2929| #define HAVE_INTTYPES_H 1
2930| #define HAVE_STDINT_H 1
2931| #define HAVE_UNISTD_H 1
2932| #define __EXTENSIONS__ 1
2933| #define _ALL_SOURCE 1
2934| #define _GNU_SOURCE 1
2935| #define _POSIX_PTHREAD_SEMANTICS 1
2936| #define _TANDEM_SOURCE 1
2937| #define HAVE_INFINITY 1
2938| #define HAVE_NAN 1
2939| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
2940| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
2941| #define HAVE_DIRENT_H 1
2942| #define HAVE__BOOL 1
2943| #define HAVE_STDBOOL_H 1
2944| #define HAVE_SYS_WAIT_H 1
2945| #define HAVE_GRP_H 1
2946| #define HAVE_FCNTL_H 1
2947| #define HAVE_FLOAT_H 1
2948| #define HAVE_LANGINFO_H 1
2949| #define HAVE_LIMITS_H 1
2950| #define HAVE_LOCALE_H 1
2951| #define HAVE_MALLOC_H 1
2952| #define HAVE_PWD_H 1
2953| #define HAVE_SYS_FILE_H 1
2954| #define HAVE_SYS_IOCTL_H 1
2955| #define HAVE_SYS_PARAM_H 1
2956| /* end confdefs.h. */
2957| #include <stdio.h>
2958| #ifdef HAVE_SYS_TYPES_H
2959| # include <sys/types.h>
2960| #endif
2961| #ifdef HAVE_SYS_STAT_H
2962| # include <sys/stat.h>
2963| #endif
2964| #ifdef STDC_HEADERS
2965| # include <stdlib.h>
2966| # include <stddef.h>
2967| #else
2968| # ifdef HAVE_STDLIB_H
2969| # include <stdlib.h>
2970| # endif
2971| #endif
2972| #ifdef HAVE_STRING_H
2973| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2974| # include <memory.h>
2975| # endif
2976| # include <string.h>
2977| #endif
2978| #ifdef HAVE_STRINGS_H
2979| # include <strings.h>
2980| #endif
2981| #ifdef HAVE_INTTYPES_H
2982| # include <inttypes.h>
2983| #endif
2984| #ifdef HAVE_STDINT_H
2985| # include <stdint.h>
2986| #endif
2987| #ifdef HAVE_UNISTD_H
2988| # include <unistd.h>
2989| #endif
2990| #include <sys/prctl.h>
2991configure:9987: result: no
2992configure:9987: checking sys/prctl.h presence
2993configure:9987: gcc -E conftest.c
2994conftest.c:44:23: fatal error: sys/prctl.h: No such file or directory
2995compilation terminated.
2996configure:9987: $? = 1
2997configure: failed program was:
2998| /* confdefs.h */
2999| #define PACKAGE_NAME ""
3000| #define PACKAGE_TARNAME ""
3001| #define PACKAGE_VERSION ""
3002| #define PACKAGE_STRING ""
3003| #define PACKAGE_BUGREPORT ""
3004| #define PACKAGE_URL ""
3005| #define CANONICALIZATION_FOR_MATHN 1
3006| #define STDC_HEADERS 1
3007| #define HAVE_SYS_TYPES_H 1
3008| #define HAVE_SYS_STAT_H 1
3009| #define HAVE_STDLIB_H 1
3010| #define HAVE_STRING_H 1
3011| #define HAVE_MEMORY_H 1
3012| #define HAVE_STRINGS_H 1
3013| #define HAVE_INTTYPES_H 1
3014| #define HAVE_STDINT_H 1
3015| #define HAVE_UNISTD_H 1
3016| #define __EXTENSIONS__ 1
3017| #define _ALL_SOURCE 1
3018| #define _GNU_SOURCE 1
3019| #define _POSIX_PTHREAD_SEMANTICS 1
3020| #define _TANDEM_SOURCE 1
3021| #define HAVE_INFINITY 1
3022| #define HAVE_NAN 1
3023| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3024| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3025| #define HAVE_DIRENT_H 1
3026| #define HAVE__BOOL 1
3027| #define HAVE_STDBOOL_H 1
3028| #define HAVE_SYS_WAIT_H 1
3029| #define HAVE_GRP_H 1
3030| #define HAVE_FCNTL_H 1
3031| #define HAVE_FLOAT_H 1
3032| #define HAVE_LANGINFO_H 1
3033| #define HAVE_LIMITS_H 1
3034| #define HAVE_LOCALE_H 1
3035| #define HAVE_MALLOC_H 1
3036| #define HAVE_PWD_H 1
3037| #define HAVE_SYS_FILE_H 1
3038| #define HAVE_SYS_IOCTL_H 1
3039| #define HAVE_SYS_PARAM_H 1
3040| /* end confdefs.h. */
3041| #include <sys/prctl.h>
3042configure:9987: result: no
3043configure:9987: checking for sys/prctl.h
3044configure:9987: result: no
3045configure:9999: checking sys/resource.h usability
3046configure:9999: gcc -c -D_BSD_SOURCE conftest.c >&5
3047configure:9999: $? = 0
3048configure:9999: result: yes
3049configure:9999: checking sys/resource.h presence
3050configure:9999: gcc -E conftest.c
3051configure:9999: $? = 0
3052configure:9999: result: yes
3053configure:9999: checking for sys/resource.h
3054configure:9999: result: yes
3055configure:10011: checking sys/select.h usability
3056configure:10011: gcc -c -D_BSD_SOURCE conftest.c >&5
3057configure:10011: $? = 0
3058configure:10011: result: yes
3059configure:10011: checking sys/select.h presence
3060configure:10011: gcc -E conftest.c
3061configure:10011: $? = 0
3062configure:10011: result: yes
3063configure:10011: checking for sys/select.h
3064configure:10011: result: yes
3065configure:10023: checking sys/sendfile.h usability
3066configure:10023: gcc -c -D_BSD_SOURCE conftest.c >&5
3067conftest.c:79:26: fatal error: sys/sendfile.h: No such file or directory
3068compilation terminated.
3069configure:10023: $? = 1
3070configure: failed program was:
3071| /* confdefs.h */
3072| #define PACKAGE_NAME ""
3073| #define PACKAGE_TARNAME ""
3074| #define PACKAGE_VERSION ""
3075| #define PACKAGE_STRING ""
3076| #define PACKAGE_BUGREPORT ""
3077| #define PACKAGE_URL ""
3078| #define CANONICALIZATION_FOR_MATHN 1
3079| #define STDC_HEADERS 1
3080| #define HAVE_SYS_TYPES_H 1
3081| #define HAVE_SYS_STAT_H 1
3082| #define HAVE_STDLIB_H 1
3083| #define HAVE_STRING_H 1
3084| #define HAVE_MEMORY_H 1
3085| #define HAVE_STRINGS_H 1
3086| #define HAVE_INTTYPES_H 1
3087| #define HAVE_STDINT_H 1
3088| #define HAVE_UNISTD_H 1
3089| #define __EXTENSIONS__ 1
3090| #define _ALL_SOURCE 1
3091| #define _GNU_SOURCE 1
3092| #define _POSIX_PTHREAD_SEMANTICS 1
3093| #define _TANDEM_SOURCE 1
3094| #define HAVE_INFINITY 1
3095| #define HAVE_NAN 1
3096| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3097| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3098| #define HAVE_DIRENT_H 1
3099| #define HAVE__BOOL 1
3100| #define HAVE_STDBOOL_H 1
3101| #define HAVE_SYS_WAIT_H 1
3102| #define HAVE_GRP_H 1
3103| #define HAVE_FCNTL_H 1
3104| #define HAVE_FLOAT_H 1
3105| #define HAVE_LANGINFO_H 1
3106| #define HAVE_LIMITS_H 1
3107| #define HAVE_LOCALE_H 1
3108| #define HAVE_MALLOC_H 1
3109| #define HAVE_PWD_H 1
3110| #define HAVE_SYS_FILE_H 1
3111| #define HAVE_SYS_IOCTL_H 1
3112| #define HAVE_SYS_PARAM_H 1
3113| #define HAVE_SYS_RESOURCE_H 1
3114| #define HAVE_SYS_SELECT_H 1
3115| /* end confdefs.h. */
3116| #include <stdio.h>
3117| #ifdef HAVE_SYS_TYPES_H
3118| # include <sys/types.h>
3119| #endif
3120| #ifdef HAVE_SYS_STAT_H
3121| # include <sys/stat.h>
3122| #endif
3123| #ifdef STDC_HEADERS
3124| # include <stdlib.h>
3125| # include <stddef.h>
3126| #else
3127| # ifdef HAVE_STDLIB_H
3128| # include <stdlib.h>
3129| # endif
3130| #endif
3131| #ifdef HAVE_STRING_H
3132| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3133| # include <memory.h>
3134| # endif
3135| # include <string.h>
3136| #endif
3137| #ifdef HAVE_STRINGS_H
3138| # include <strings.h>
3139| #endif
3140| #ifdef HAVE_INTTYPES_H
3141| # include <inttypes.h>
3142| #endif
3143| #ifdef HAVE_STDINT_H
3144| # include <stdint.h>
3145| #endif
3146| #ifdef HAVE_UNISTD_H
3147| # include <unistd.h>
3148| #endif
3149| #include <sys/sendfile.h>
3150configure:10023: result: no
3151configure:10023: checking sys/sendfile.h presence
3152configure:10023: gcc -E conftest.c
3153conftest.c:46:26: fatal error: sys/sendfile.h: No such file or directory
3154compilation terminated.
3155configure:10023: $? = 1
3156configure: failed program was:
3157| /* confdefs.h */
3158| #define PACKAGE_NAME ""
3159| #define PACKAGE_TARNAME ""
3160| #define PACKAGE_VERSION ""
3161| #define PACKAGE_STRING ""
3162| #define PACKAGE_BUGREPORT ""
3163| #define PACKAGE_URL ""
3164| #define CANONICALIZATION_FOR_MATHN 1
3165| #define STDC_HEADERS 1
3166| #define HAVE_SYS_TYPES_H 1
3167| #define HAVE_SYS_STAT_H 1
3168| #define HAVE_STDLIB_H 1
3169| #define HAVE_STRING_H 1
3170| #define HAVE_MEMORY_H 1
3171| #define HAVE_STRINGS_H 1
3172| #define HAVE_INTTYPES_H 1
3173| #define HAVE_STDINT_H 1
3174| #define HAVE_UNISTD_H 1
3175| #define __EXTENSIONS__ 1
3176| #define _ALL_SOURCE 1
3177| #define _GNU_SOURCE 1
3178| #define _POSIX_PTHREAD_SEMANTICS 1
3179| #define _TANDEM_SOURCE 1
3180| #define HAVE_INFINITY 1
3181| #define HAVE_NAN 1
3182| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3183| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3184| #define HAVE_DIRENT_H 1
3185| #define HAVE__BOOL 1
3186| #define HAVE_STDBOOL_H 1
3187| #define HAVE_SYS_WAIT_H 1
3188| #define HAVE_GRP_H 1
3189| #define HAVE_FCNTL_H 1
3190| #define HAVE_FLOAT_H 1
3191| #define HAVE_LANGINFO_H 1
3192| #define HAVE_LIMITS_H 1
3193| #define HAVE_LOCALE_H 1
3194| #define HAVE_MALLOC_H 1
3195| #define HAVE_PWD_H 1
3196| #define HAVE_SYS_FILE_H 1
3197| #define HAVE_SYS_IOCTL_H 1
3198| #define HAVE_SYS_PARAM_H 1
3199| #define HAVE_SYS_RESOURCE_H 1
3200| #define HAVE_SYS_SELECT_H 1
3201| /* end confdefs.h. */
3202| #include <sys/sendfile.h>
3203configure:10023: result: no
3204configure:10023: checking for sys/sendfile.h
3205configure:10023: result: no
3206configure:10035: checking sys/socket.h usability
3207configure:10035: gcc -c -D_BSD_SOURCE conftest.c >&5
3208configure:10035: $? = 0
3209configure:10035: result: yes
3210configure:10035: checking sys/socket.h presence
3211configure:10035: gcc -E conftest.c
3212configure:10035: $? = 0
3213configure:10035: result: yes
3214configure:10035: checking for sys/socket.h
3215configure:10035: result: yes
3216configure:10047: checking sys/syscall.h usability
3217configure:10047: gcc -c -D_BSD_SOURCE conftest.c >&5
3218conftest.c:80:25: fatal error: sys/syscall.h: No such file or directory
3219compilation terminated.
3220configure:10047: $? = 1
3221configure: failed program was:
3222| /* confdefs.h */
3223| #define PACKAGE_NAME ""
3224| #define PACKAGE_TARNAME ""
3225| #define PACKAGE_VERSION ""
3226| #define PACKAGE_STRING ""
3227| #define PACKAGE_BUGREPORT ""
3228| #define PACKAGE_URL ""
3229| #define CANONICALIZATION_FOR_MATHN 1
3230| #define STDC_HEADERS 1
3231| #define HAVE_SYS_TYPES_H 1
3232| #define HAVE_SYS_STAT_H 1
3233| #define HAVE_STDLIB_H 1
3234| #define HAVE_STRING_H 1
3235| #define HAVE_MEMORY_H 1
3236| #define HAVE_STRINGS_H 1
3237| #define HAVE_INTTYPES_H 1
3238| #define HAVE_STDINT_H 1
3239| #define HAVE_UNISTD_H 1
3240| #define __EXTENSIONS__ 1
3241| #define _ALL_SOURCE 1
3242| #define _GNU_SOURCE 1
3243| #define _POSIX_PTHREAD_SEMANTICS 1
3244| #define _TANDEM_SOURCE 1
3245| #define HAVE_INFINITY 1
3246| #define HAVE_NAN 1
3247| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3248| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3249| #define HAVE_DIRENT_H 1
3250| #define HAVE__BOOL 1
3251| #define HAVE_STDBOOL_H 1
3252| #define HAVE_SYS_WAIT_H 1
3253| #define HAVE_GRP_H 1
3254| #define HAVE_FCNTL_H 1
3255| #define HAVE_FLOAT_H 1
3256| #define HAVE_LANGINFO_H 1
3257| #define HAVE_LIMITS_H 1
3258| #define HAVE_LOCALE_H 1
3259| #define HAVE_MALLOC_H 1
3260| #define HAVE_PWD_H 1
3261| #define HAVE_SYS_FILE_H 1
3262| #define HAVE_SYS_IOCTL_H 1
3263| #define HAVE_SYS_PARAM_H 1
3264| #define HAVE_SYS_RESOURCE_H 1
3265| #define HAVE_SYS_SELECT_H 1
3266| #define HAVE_SYS_SOCKET_H 1
3267| /* end confdefs.h. */
3268| #include <stdio.h>
3269| #ifdef HAVE_SYS_TYPES_H
3270| # include <sys/types.h>
3271| #endif
3272| #ifdef HAVE_SYS_STAT_H
3273| # include <sys/stat.h>
3274| #endif
3275| #ifdef STDC_HEADERS
3276| # include <stdlib.h>
3277| # include <stddef.h>
3278| #else
3279| # ifdef HAVE_STDLIB_H
3280| # include <stdlib.h>
3281| # endif
3282| #endif
3283| #ifdef HAVE_STRING_H
3284| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3285| # include <memory.h>
3286| # endif
3287| # include <string.h>
3288| #endif
3289| #ifdef HAVE_STRINGS_H
3290| # include <strings.h>
3291| #endif
3292| #ifdef HAVE_INTTYPES_H
3293| # include <inttypes.h>
3294| #endif
3295| #ifdef HAVE_STDINT_H
3296| # include <stdint.h>
3297| #endif
3298| #ifdef HAVE_UNISTD_H
3299| # include <unistd.h>
3300| #endif
3301| #include <sys/syscall.h>
3302configure:10047: result: no
3303configure:10047: checking sys/syscall.h presence
3304configure:10047: gcc -E conftest.c
3305conftest.c:47:25: fatal error: sys/syscall.h: No such file or directory
3306compilation terminated.
3307configure:10047: $? = 1
3308configure: failed program was:
3309| /* confdefs.h */
3310| #define PACKAGE_NAME ""
3311| #define PACKAGE_TARNAME ""
3312| #define PACKAGE_VERSION ""
3313| #define PACKAGE_STRING ""
3314| #define PACKAGE_BUGREPORT ""
3315| #define PACKAGE_URL ""
3316| #define CANONICALIZATION_FOR_MATHN 1
3317| #define STDC_HEADERS 1
3318| #define HAVE_SYS_TYPES_H 1
3319| #define HAVE_SYS_STAT_H 1
3320| #define HAVE_STDLIB_H 1
3321| #define HAVE_STRING_H 1
3322| #define HAVE_MEMORY_H 1
3323| #define HAVE_STRINGS_H 1
3324| #define HAVE_INTTYPES_H 1
3325| #define HAVE_STDINT_H 1
3326| #define HAVE_UNISTD_H 1
3327| #define __EXTENSIONS__ 1
3328| #define _ALL_SOURCE 1
3329| #define _GNU_SOURCE 1
3330| #define _POSIX_PTHREAD_SEMANTICS 1
3331| #define _TANDEM_SOURCE 1
3332| #define HAVE_INFINITY 1
3333| #define HAVE_NAN 1
3334| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3335| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3336| #define HAVE_DIRENT_H 1
3337| #define HAVE__BOOL 1
3338| #define HAVE_STDBOOL_H 1
3339| #define HAVE_SYS_WAIT_H 1
3340| #define HAVE_GRP_H 1
3341| #define HAVE_FCNTL_H 1
3342| #define HAVE_FLOAT_H 1
3343| #define HAVE_LANGINFO_H 1
3344| #define HAVE_LIMITS_H 1
3345| #define HAVE_LOCALE_H 1
3346| #define HAVE_MALLOC_H 1
3347| #define HAVE_PWD_H 1
3348| #define HAVE_SYS_FILE_H 1
3349| #define HAVE_SYS_IOCTL_H 1
3350| #define HAVE_SYS_PARAM_H 1
3351| #define HAVE_SYS_RESOURCE_H 1
3352| #define HAVE_SYS_SELECT_H 1
3353| #define HAVE_SYS_SOCKET_H 1
3354| /* end confdefs.h. */
3355| #include <sys/syscall.h>
3356configure:10047: result: no
3357configure:10047: checking for sys/syscall.h
3358configure:10047: result: no
3359configure:10059: checking sys/time.h usability
3360configure:10059: gcc -c -D_BSD_SOURCE conftest.c >&5
3361configure:10059: $? = 0
3362configure:10059: result: yes
3363configure:10059: checking sys/time.h presence
3364configure:10059: gcc -E conftest.c
3365configure:10059: $? = 0
3366configure:10059: result: yes
3367configure:10059: checking for sys/time.h
3368configure:10059: result: yes
3369configure:10071: checking sys/times.h usability
3370configure:10071: gcc -c -D_BSD_SOURCE conftest.c >&5
3371configure:10071: $? = 0
3372configure:10071: result: yes
3373configure:10071: checking sys/times.h presence
3374configure:10071: gcc -E conftest.c
3375configure:10071: $? = 0
3376configure:10071: result: yes
3377configure:10071: checking for sys/times.h
3378configure:10071: result: yes
3379configure:10083: checking sys/uio.h usability
3380configure:10083: gcc -c -D_BSD_SOURCE conftest.c >&5
3381configure:10083: $? = 0
3382configure:10083: result: yes
3383configure:10083: checking sys/uio.h presence
3384configure:10083: gcc -E conftest.c
3385configure:10083: $? = 0
3386configure:10083: result: yes
3387configure:10083: checking for sys/uio.h
3388configure:10083: result: yes
3389configure:10095: checking sys/utime.h usability
3390configure:10095: gcc -c -D_BSD_SOURCE conftest.c >&5
3391conftest.c:83:23: fatal error: sys/utime.h: No such file or directory
3392compilation terminated.
3393configure:10095: $? = 1
3394configure: failed program was:
3395| /* confdefs.h */
3396| #define PACKAGE_NAME ""
3397| #define PACKAGE_TARNAME ""
3398| #define PACKAGE_VERSION ""
3399| #define PACKAGE_STRING ""
3400| #define PACKAGE_BUGREPORT ""
3401| #define PACKAGE_URL ""
3402| #define CANONICALIZATION_FOR_MATHN 1
3403| #define STDC_HEADERS 1
3404| #define HAVE_SYS_TYPES_H 1
3405| #define HAVE_SYS_STAT_H 1
3406| #define HAVE_STDLIB_H 1
3407| #define HAVE_STRING_H 1
3408| #define HAVE_MEMORY_H 1
3409| #define HAVE_STRINGS_H 1
3410| #define HAVE_INTTYPES_H 1
3411| #define HAVE_STDINT_H 1
3412| #define HAVE_UNISTD_H 1
3413| #define __EXTENSIONS__ 1
3414| #define _ALL_SOURCE 1
3415| #define _GNU_SOURCE 1
3416| #define _POSIX_PTHREAD_SEMANTICS 1
3417| #define _TANDEM_SOURCE 1
3418| #define HAVE_INFINITY 1
3419| #define HAVE_NAN 1
3420| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3421| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3422| #define HAVE_DIRENT_H 1
3423| #define HAVE__BOOL 1
3424| #define HAVE_STDBOOL_H 1
3425| #define HAVE_SYS_WAIT_H 1
3426| #define HAVE_GRP_H 1
3427| #define HAVE_FCNTL_H 1
3428| #define HAVE_FLOAT_H 1
3429| #define HAVE_LANGINFO_H 1
3430| #define HAVE_LIMITS_H 1
3431| #define HAVE_LOCALE_H 1
3432| #define HAVE_MALLOC_H 1
3433| #define HAVE_PWD_H 1
3434| #define HAVE_SYS_FILE_H 1
3435| #define HAVE_SYS_IOCTL_H 1
3436| #define HAVE_SYS_PARAM_H 1
3437| #define HAVE_SYS_RESOURCE_H 1
3438| #define HAVE_SYS_SELECT_H 1
3439| #define HAVE_SYS_SOCKET_H 1
3440| #define HAVE_SYS_TIME_H 1
3441| #define HAVE_SYS_TIMES_H 1
3442| #define HAVE_SYS_UIO_H 1
3443| /* end confdefs.h. */
3444| #include <stdio.h>
3445| #ifdef HAVE_SYS_TYPES_H
3446| # include <sys/types.h>
3447| #endif
3448| #ifdef HAVE_SYS_STAT_H
3449| # include <sys/stat.h>
3450| #endif
3451| #ifdef STDC_HEADERS
3452| # include <stdlib.h>
3453| # include <stddef.h>
3454| #else
3455| # ifdef HAVE_STDLIB_H
3456| # include <stdlib.h>
3457| # endif
3458| #endif
3459| #ifdef HAVE_STRING_H
3460| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3461| # include <memory.h>
3462| # endif
3463| # include <string.h>
3464| #endif
3465| #ifdef HAVE_STRINGS_H
3466| # include <strings.h>
3467| #endif
3468| #ifdef HAVE_INTTYPES_H
3469| # include <inttypes.h>
3470| #endif
3471| #ifdef HAVE_STDINT_H
3472| # include <stdint.h>
3473| #endif
3474| #ifdef HAVE_UNISTD_H
3475| # include <unistd.h>
3476| #endif
3477| #include <sys/utime.h>
3478configure:10095: result: no
3479configure:10095: checking sys/utime.h presence
3480configure:10095: gcc -E conftest.c
3481conftest.c:50:23: fatal error: sys/utime.h: No such file or directory
3482compilation terminated.
3483configure:10095: $? = 1
3484configure: failed program was:
3485| /* confdefs.h */
3486| #define PACKAGE_NAME ""
3487| #define PACKAGE_TARNAME ""
3488| #define PACKAGE_VERSION ""
3489| #define PACKAGE_STRING ""
3490| #define PACKAGE_BUGREPORT ""
3491| #define PACKAGE_URL ""
3492| #define CANONICALIZATION_FOR_MATHN 1
3493| #define STDC_HEADERS 1
3494| #define HAVE_SYS_TYPES_H 1
3495| #define HAVE_SYS_STAT_H 1
3496| #define HAVE_STDLIB_H 1
3497| #define HAVE_STRING_H 1
3498| #define HAVE_MEMORY_H 1
3499| #define HAVE_STRINGS_H 1
3500| #define HAVE_INTTYPES_H 1
3501| #define HAVE_STDINT_H 1
3502| #define HAVE_UNISTD_H 1
3503| #define __EXTENSIONS__ 1
3504| #define _ALL_SOURCE 1
3505| #define _GNU_SOURCE 1
3506| #define _POSIX_PTHREAD_SEMANTICS 1
3507| #define _TANDEM_SOURCE 1
3508| #define HAVE_INFINITY 1
3509| #define HAVE_NAN 1
3510| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3511| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3512| #define HAVE_DIRENT_H 1
3513| #define HAVE__BOOL 1
3514| #define HAVE_STDBOOL_H 1
3515| #define HAVE_SYS_WAIT_H 1
3516| #define HAVE_GRP_H 1
3517| #define HAVE_FCNTL_H 1
3518| #define HAVE_FLOAT_H 1
3519| #define HAVE_LANGINFO_H 1
3520| #define HAVE_LIMITS_H 1
3521| #define HAVE_LOCALE_H 1
3522| #define HAVE_MALLOC_H 1
3523| #define HAVE_PWD_H 1
3524| #define HAVE_SYS_FILE_H 1
3525| #define HAVE_SYS_IOCTL_H 1
3526| #define HAVE_SYS_PARAM_H 1
3527| #define HAVE_SYS_RESOURCE_H 1
3528| #define HAVE_SYS_SELECT_H 1
3529| #define HAVE_SYS_SOCKET_H 1
3530| #define HAVE_SYS_TIME_H 1
3531| #define HAVE_SYS_TIMES_H 1
3532| #define HAVE_SYS_UIO_H 1
3533| /* end confdefs.h. */
3534| #include <sys/utime.h>
3535configure:10095: result: no
3536configure:10095: checking for sys/utime.h
3537configure:10095: result: no
3538configure:10107: checking syscall.h usability
3539configure:10107: gcc -c -D_BSD_SOURCE conftest.c >&5
3540conftest.c:83:21: fatal error: syscall.h: No such file or directory
3541compilation terminated.
3542configure:10107: $? = 1
3543configure: failed program was:
3544| /* confdefs.h */
3545| #define PACKAGE_NAME ""
3546| #define PACKAGE_TARNAME ""
3547| #define PACKAGE_VERSION ""
3548| #define PACKAGE_STRING ""
3549| #define PACKAGE_BUGREPORT ""
3550| #define PACKAGE_URL ""
3551| #define CANONICALIZATION_FOR_MATHN 1
3552| #define STDC_HEADERS 1
3553| #define HAVE_SYS_TYPES_H 1
3554| #define HAVE_SYS_STAT_H 1
3555| #define HAVE_STDLIB_H 1
3556| #define HAVE_STRING_H 1
3557| #define HAVE_MEMORY_H 1
3558| #define HAVE_STRINGS_H 1
3559| #define HAVE_INTTYPES_H 1
3560| #define HAVE_STDINT_H 1
3561| #define HAVE_UNISTD_H 1
3562| #define __EXTENSIONS__ 1
3563| #define _ALL_SOURCE 1
3564| #define _GNU_SOURCE 1
3565| #define _POSIX_PTHREAD_SEMANTICS 1
3566| #define _TANDEM_SOURCE 1
3567| #define HAVE_INFINITY 1
3568| #define HAVE_NAN 1
3569| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3570| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3571| #define HAVE_DIRENT_H 1
3572| #define HAVE__BOOL 1
3573| #define HAVE_STDBOOL_H 1
3574| #define HAVE_SYS_WAIT_H 1
3575| #define HAVE_GRP_H 1
3576| #define HAVE_FCNTL_H 1
3577| #define HAVE_FLOAT_H 1
3578| #define HAVE_LANGINFO_H 1
3579| #define HAVE_LIMITS_H 1
3580| #define HAVE_LOCALE_H 1
3581| #define HAVE_MALLOC_H 1
3582| #define HAVE_PWD_H 1
3583| #define HAVE_SYS_FILE_H 1
3584| #define HAVE_SYS_IOCTL_H 1
3585| #define HAVE_SYS_PARAM_H 1
3586| #define HAVE_SYS_RESOURCE_H 1
3587| #define HAVE_SYS_SELECT_H 1
3588| #define HAVE_SYS_SOCKET_H 1
3589| #define HAVE_SYS_TIME_H 1
3590| #define HAVE_SYS_TIMES_H 1
3591| #define HAVE_SYS_UIO_H 1
3592| /* end confdefs.h. */
3593| #include <stdio.h>
3594| #ifdef HAVE_SYS_TYPES_H
3595| # include <sys/types.h>
3596| #endif
3597| #ifdef HAVE_SYS_STAT_H
3598| # include <sys/stat.h>
3599| #endif
3600| #ifdef STDC_HEADERS
3601| # include <stdlib.h>
3602| # include <stddef.h>
3603| #else
3604| # ifdef HAVE_STDLIB_H
3605| # include <stdlib.h>
3606| # endif
3607| #endif
3608| #ifdef HAVE_STRING_H
3609| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3610| # include <memory.h>
3611| # endif
3612| # include <string.h>
3613| #endif
3614| #ifdef HAVE_STRINGS_H
3615| # include <strings.h>
3616| #endif
3617| #ifdef HAVE_INTTYPES_H
3618| # include <inttypes.h>
3619| #endif
3620| #ifdef HAVE_STDINT_H
3621| # include <stdint.h>
3622| #endif
3623| #ifdef HAVE_UNISTD_H
3624| # include <unistd.h>
3625| #endif
3626| #include <syscall.h>
3627configure:10107: result: no
3628configure:10107: checking syscall.h presence
3629configure:10107: gcc -E conftest.c
3630conftest.c:50:21: fatal error: syscall.h: No such file or directory
3631compilation terminated.
3632configure:10107: $? = 1
3633configure: failed program was:
3634| /* confdefs.h */
3635| #define PACKAGE_NAME ""
3636| #define PACKAGE_TARNAME ""
3637| #define PACKAGE_VERSION ""
3638| #define PACKAGE_STRING ""
3639| #define PACKAGE_BUGREPORT ""
3640| #define PACKAGE_URL ""
3641| #define CANONICALIZATION_FOR_MATHN 1
3642| #define STDC_HEADERS 1
3643| #define HAVE_SYS_TYPES_H 1
3644| #define HAVE_SYS_STAT_H 1
3645| #define HAVE_STDLIB_H 1
3646| #define HAVE_STRING_H 1
3647| #define HAVE_MEMORY_H 1
3648| #define HAVE_STRINGS_H 1
3649| #define HAVE_INTTYPES_H 1
3650| #define HAVE_STDINT_H 1
3651| #define HAVE_UNISTD_H 1
3652| #define __EXTENSIONS__ 1
3653| #define _ALL_SOURCE 1
3654| #define _GNU_SOURCE 1
3655| #define _POSIX_PTHREAD_SEMANTICS 1
3656| #define _TANDEM_SOURCE 1
3657| #define HAVE_INFINITY 1
3658| #define HAVE_NAN 1
3659| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3660| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3661| #define HAVE_DIRENT_H 1
3662| #define HAVE__BOOL 1
3663| #define HAVE_STDBOOL_H 1
3664| #define HAVE_SYS_WAIT_H 1
3665| #define HAVE_GRP_H 1
3666| #define HAVE_FCNTL_H 1
3667| #define HAVE_FLOAT_H 1
3668| #define HAVE_LANGINFO_H 1
3669| #define HAVE_LIMITS_H 1
3670| #define HAVE_LOCALE_H 1
3671| #define HAVE_MALLOC_H 1
3672| #define HAVE_PWD_H 1
3673| #define HAVE_SYS_FILE_H 1
3674| #define HAVE_SYS_IOCTL_H 1
3675| #define HAVE_SYS_PARAM_H 1
3676| #define HAVE_SYS_RESOURCE_H 1
3677| #define HAVE_SYS_SELECT_H 1
3678| #define HAVE_SYS_SOCKET_H 1
3679| #define HAVE_SYS_TIME_H 1
3680| #define HAVE_SYS_TIMES_H 1
3681| #define HAVE_SYS_UIO_H 1
3682| /* end confdefs.h. */
3683| #include <syscall.h>
3684configure:10107: result: no
3685configure:10107: checking for syscall.h
3686configure:10107: result: no
3687configure:10119: checking time.h usability
3688configure:10119: gcc -c -D_BSD_SOURCE conftest.c >&5
3689configure:10119: $? = 0
3690configure:10119: result: yes
3691configure:10119: checking time.h presence
3692configure:10119: gcc -E conftest.c
3693configure:10119: $? = 0
3694configure:10119: result: yes
3695configure:10119: checking for time.h
3696configure:10119: result: yes
3697configure:10131: checking ucontext.h usability
3698configure:10131: gcc -c -D_BSD_SOURCE conftest.c >&5
3699conftest.c:84:22: fatal error: ucontext.h: No such file or directory
3700compilation terminated.
3701configure:10131: $? = 1
3702configure: failed program was:
3703| /* confdefs.h */
3704| #define PACKAGE_NAME ""
3705| #define PACKAGE_TARNAME ""
3706| #define PACKAGE_VERSION ""
3707| #define PACKAGE_STRING ""
3708| #define PACKAGE_BUGREPORT ""
3709| #define PACKAGE_URL ""
3710| #define CANONICALIZATION_FOR_MATHN 1
3711| #define STDC_HEADERS 1
3712| #define HAVE_SYS_TYPES_H 1
3713| #define HAVE_SYS_STAT_H 1
3714| #define HAVE_STDLIB_H 1
3715| #define HAVE_STRING_H 1
3716| #define HAVE_MEMORY_H 1
3717| #define HAVE_STRINGS_H 1
3718| #define HAVE_INTTYPES_H 1
3719| #define HAVE_STDINT_H 1
3720| #define HAVE_UNISTD_H 1
3721| #define __EXTENSIONS__ 1
3722| #define _ALL_SOURCE 1
3723| #define _GNU_SOURCE 1
3724| #define _POSIX_PTHREAD_SEMANTICS 1
3725| #define _TANDEM_SOURCE 1
3726| #define HAVE_INFINITY 1
3727| #define HAVE_NAN 1
3728| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3729| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3730| #define HAVE_DIRENT_H 1
3731| #define HAVE__BOOL 1
3732| #define HAVE_STDBOOL_H 1
3733| #define HAVE_SYS_WAIT_H 1
3734| #define HAVE_GRP_H 1
3735| #define HAVE_FCNTL_H 1
3736| #define HAVE_FLOAT_H 1
3737| #define HAVE_LANGINFO_H 1
3738| #define HAVE_LIMITS_H 1
3739| #define HAVE_LOCALE_H 1
3740| #define HAVE_MALLOC_H 1
3741| #define HAVE_PWD_H 1
3742| #define HAVE_SYS_FILE_H 1
3743| #define HAVE_SYS_IOCTL_H 1
3744| #define HAVE_SYS_PARAM_H 1
3745| #define HAVE_SYS_RESOURCE_H 1
3746| #define HAVE_SYS_SELECT_H 1
3747| #define HAVE_SYS_SOCKET_H 1
3748| #define HAVE_SYS_TIME_H 1
3749| #define HAVE_SYS_TIMES_H 1
3750| #define HAVE_SYS_UIO_H 1
3751| #define HAVE_TIME_H 1
3752| /* end confdefs.h. */
3753| #include <stdio.h>
3754| #ifdef HAVE_SYS_TYPES_H
3755| # include <sys/types.h>
3756| #endif
3757| #ifdef HAVE_SYS_STAT_H
3758| # include <sys/stat.h>
3759| #endif
3760| #ifdef STDC_HEADERS
3761| # include <stdlib.h>
3762| # include <stddef.h>
3763| #else
3764| # ifdef HAVE_STDLIB_H
3765| # include <stdlib.h>
3766| # endif
3767| #endif
3768| #ifdef HAVE_STRING_H
3769| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3770| # include <memory.h>
3771| # endif
3772| # include <string.h>
3773| #endif
3774| #ifdef HAVE_STRINGS_H
3775| # include <strings.h>
3776| #endif
3777| #ifdef HAVE_INTTYPES_H
3778| # include <inttypes.h>
3779| #endif
3780| #ifdef HAVE_STDINT_H
3781| # include <stdint.h>
3782| #endif
3783| #ifdef HAVE_UNISTD_H
3784| # include <unistd.h>
3785| #endif
3786| #include <ucontext.h>
3787configure:10131: result: no
3788configure:10131: checking ucontext.h presence
3789configure:10131: gcc -E conftest.c
3790conftest.c:51:22: fatal error: ucontext.h: No such file or directory
3791compilation terminated.
3792configure:10131: $? = 1
3793configure: failed program was:
3794| /* confdefs.h */
3795| #define PACKAGE_NAME ""
3796| #define PACKAGE_TARNAME ""
3797| #define PACKAGE_VERSION ""
3798| #define PACKAGE_STRING ""
3799| #define PACKAGE_BUGREPORT ""
3800| #define PACKAGE_URL ""
3801| #define CANONICALIZATION_FOR_MATHN 1
3802| #define STDC_HEADERS 1
3803| #define HAVE_SYS_TYPES_H 1
3804| #define HAVE_SYS_STAT_H 1
3805| #define HAVE_STDLIB_H 1
3806| #define HAVE_STRING_H 1
3807| #define HAVE_MEMORY_H 1
3808| #define HAVE_STRINGS_H 1
3809| #define HAVE_INTTYPES_H 1
3810| #define HAVE_STDINT_H 1
3811| #define HAVE_UNISTD_H 1
3812| #define __EXTENSIONS__ 1
3813| #define _ALL_SOURCE 1
3814| #define _GNU_SOURCE 1
3815| #define _POSIX_PTHREAD_SEMANTICS 1
3816| #define _TANDEM_SOURCE 1
3817| #define HAVE_INFINITY 1
3818| #define HAVE_NAN 1
3819| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3820| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3821| #define HAVE_DIRENT_H 1
3822| #define HAVE__BOOL 1
3823| #define HAVE_STDBOOL_H 1
3824| #define HAVE_SYS_WAIT_H 1
3825| #define HAVE_GRP_H 1
3826| #define HAVE_FCNTL_H 1
3827| #define HAVE_FLOAT_H 1
3828| #define HAVE_LANGINFO_H 1
3829| #define HAVE_LIMITS_H 1
3830| #define HAVE_LOCALE_H 1
3831| #define HAVE_MALLOC_H 1
3832| #define HAVE_PWD_H 1
3833| #define HAVE_SYS_FILE_H 1
3834| #define HAVE_SYS_IOCTL_H 1
3835| #define HAVE_SYS_PARAM_H 1
3836| #define HAVE_SYS_RESOURCE_H 1
3837| #define HAVE_SYS_SELECT_H 1
3838| #define HAVE_SYS_SOCKET_H 1
3839| #define HAVE_SYS_TIME_H 1
3840| #define HAVE_SYS_TIMES_H 1
3841| #define HAVE_SYS_UIO_H 1
3842| #define HAVE_TIME_H 1
3843| /* end confdefs.h. */
3844| #include <ucontext.h>
3845configure:10131: result: no
3846configure:10131: checking for ucontext.h
3847configure:10131: result: no
3848configure:10143: checking utime.h usability
3849configure:10143: gcc -c -D_BSD_SOURCE conftest.c >&5
3850configure:10143: $? = 0
3851configure:10143: result: yes
3852configure:10143: checking utime.h presence
3853configure:10143: gcc -E conftest.c
3854configure:10143: $? = 0
3855configure:10143: result: yes
3856configure:10143: checking for utime.h
3857configure:10143: result: yes
3858configure:10165: checking gmp.h usability
3859configure:10165: gcc -c -D_BSD_SOURCE conftest.c >&5
3860configure:10165: $? = 0
3861configure:10165: result: yes
3862configure:10165: checking gmp.h presence
3863configure:10165: gcc -E conftest.c
3864configure:10165: $? = 0
3865configure:10165: result: yes
3866configure:10165: checking for gmp.h
3867configure:10165: result: yes
3868configure:10176: checking for __gmpz_init in -lgmp
3869configure:10201: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
3870configure:10201: $? = 0
3871configure:10210: result: yes
3872configure:10357: checking for special C compiler options needed for large files
3873configure:10402: result: no
3874configure:10408: checking for _FILE_OFFSET_BITS value needed for large files
3875configure:10433: gcc -c -D_BSD_SOURCE conftest.c >&5
3876configure:10433: $? = 0
3877configure:10465: result: no
3878configure:10607: checking whether byte ordering is bigendian
3879configure:10622: gcc -c -D_BSD_SOURCE conftest.c >&5
3880conftest.c:55:9: error: unknown type name 'not'
3881 not a universal capable compiler
3882 ^
3883conftest.c:55:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
3884 not a universal capable compiler
3885 ^
3886conftest.c:55:15: error: unknown type name 'universal'
3887configure:10622: $? = 1
3888configure: failed program was:
3889| /* confdefs.h */
3890| #define PACKAGE_NAME ""
3891| #define PACKAGE_TARNAME ""
3892| #define PACKAGE_VERSION ""
3893| #define PACKAGE_STRING ""
3894| #define PACKAGE_BUGREPORT ""
3895| #define PACKAGE_URL ""
3896| #define CANONICALIZATION_FOR_MATHN 1
3897| #define STDC_HEADERS 1
3898| #define HAVE_SYS_TYPES_H 1
3899| #define HAVE_SYS_STAT_H 1
3900| #define HAVE_STDLIB_H 1
3901| #define HAVE_STRING_H 1
3902| #define HAVE_MEMORY_H 1
3903| #define HAVE_STRINGS_H 1
3904| #define HAVE_INTTYPES_H 1
3905| #define HAVE_STDINT_H 1
3906| #define HAVE_UNISTD_H 1
3907| #define __EXTENSIONS__ 1
3908| #define _ALL_SOURCE 1
3909| #define _GNU_SOURCE 1
3910| #define _POSIX_PTHREAD_SEMANTICS 1
3911| #define _TANDEM_SOURCE 1
3912| #define HAVE_INFINITY 1
3913| #define HAVE_NAN 1
3914| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3915| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3916| #define HAVE_DIRENT_H 1
3917| #define HAVE__BOOL 1
3918| #define HAVE_STDBOOL_H 1
3919| #define HAVE_SYS_WAIT_H 1
3920| #define HAVE_GRP_H 1
3921| #define HAVE_FCNTL_H 1
3922| #define HAVE_FLOAT_H 1
3923| #define HAVE_LANGINFO_H 1
3924| #define HAVE_LIMITS_H 1
3925| #define HAVE_LOCALE_H 1
3926| #define HAVE_MALLOC_H 1
3927| #define HAVE_PWD_H 1
3928| #define HAVE_SYS_FILE_H 1
3929| #define HAVE_SYS_IOCTL_H 1
3930| #define HAVE_SYS_PARAM_H 1
3931| #define HAVE_SYS_RESOURCE_H 1
3932| #define HAVE_SYS_SELECT_H 1
3933| #define HAVE_SYS_SOCKET_H 1
3934| #define HAVE_SYS_TIME_H 1
3935| #define HAVE_SYS_TIMES_H 1
3936| #define HAVE_SYS_UIO_H 1
3937| #define HAVE_TIME_H 1
3938| #define HAVE_UTIME_H 1
3939| #define HAVE_GMP_H 1
3940| #define HAVE_LIBGMP 1
3941| /* end confdefs.h. */
3942| #ifndef __APPLE_CC__
3943| not a universal capable compiler
3944| #endif
3945| typedef int dummy;
3946|
3947configure:10667: gcc -c -D_BSD_SOURCE conftest.c >&5
3948conftest.c: In function 'main':
3949conftest.c:61:8: error: unknown type name 'bogus'
3950 bogus endian macros
3951 ^
3952conftest.c:61:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
3953 bogus endian macros
3954 ^
3955configure:10667: $? = 1
3956configure: failed program was:
3957| /* confdefs.h */
3958| #define PACKAGE_NAME ""
3959| #define PACKAGE_TARNAME ""
3960| #define PACKAGE_VERSION ""
3961| #define PACKAGE_STRING ""
3962| #define PACKAGE_BUGREPORT ""
3963| #define PACKAGE_URL ""
3964| #define CANONICALIZATION_FOR_MATHN 1
3965| #define STDC_HEADERS 1
3966| #define HAVE_SYS_TYPES_H 1
3967| #define HAVE_SYS_STAT_H 1
3968| #define HAVE_STDLIB_H 1
3969| #define HAVE_STRING_H 1
3970| #define HAVE_MEMORY_H 1
3971| #define HAVE_STRINGS_H 1
3972| #define HAVE_INTTYPES_H 1
3973| #define HAVE_STDINT_H 1
3974| #define HAVE_UNISTD_H 1
3975| #define __EXTENSIONS__ 1
3976| #define _ALL_SOURCE 1
3977| #define _GNU_SOURCE 1
3978| #define _POSIX_PTHREAD_SEMANTICS 1
3979| #define _TANDEM_SOURCE 1
3980| #define HAVE_INFINITY 1
3981| #define HAVE_NAN 1
3982| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
3983| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
3984| #define HAVE_DIRENT_H 1
3985| #define HAVE__BOOL 1
3986| #define HAVE_STDBOOL_H 1
3987| #define HAVE_SYS_WAIT_H 1
3988| #define HAVE_GRP_H 1
3989| #define HAVE_FCNTL_H 1
3990| #define HAVE_FLOAT_H 1
3991| #define HAVE_LANGINFO_H 1
3992| #define HAVE_LIMITS_H 1
3993| #define HAVE_LOCALE_H 1
3994| #define HAVE_MALLOC_H 1
3995| #define HAVE_PWD_H 1
3996| #define HAVE_SYS_FILE_H 1
3997| #define HAVE_SYS_IOCTL_H 1
3998| #define HAVE_SYS_PARAM_H 1
3999| #define HAVE_SYS_RESOURCE_H 1
4000| #define HAVE_SYS_SELECT_H 1
4001| #define HAVE_SYS_SOCKET_H 1
4002| #define HAVE_SYS_TIME_H 1
4003| #define HAVE_SYS_TIMES_H 1
4004| #define HAVE_SYS_UIO_H 1
4005| #define HAVE_TIME_H 1
4006| #define HAVE_UTIME_H 1
4007| #define HAVE_GMP_H 1
4008| #define HAVE_LIBGMP 1
4009| /* end confdefs.h. */
4010| #include <sys/types.h>
4011| #include <sys/param.h>
4012|
4013| int
4014| main ()
4015| {
4016| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
4017| bogus endian macros
4018| #endif
4019|
4020| ;
4021| return 0;
4022| }
4023configure:10711: gcc -c -D_BSD_SOURCE conftest.c >&5
4024conftest.c: In function 'main':
4025conftest.c:60:8: error: unknown type name 'bogus'
4026 bogus endian macros
4027 ^
4028conftest.c:60:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
4029 bogus endian macros
4030 ^
4031configure:10711: $? = 1
4032configure: failed program was:
4033| /* confdefs.h */
4034| #define PACKAGE_NAME ""
4035| #define PACKAGE_TARNAME ""
4036| #define PACKAGE_VERSION ""
4037| #define PACKAGE_STRING ""
4038| #define PACKAGE_BUGREPORT ""
4039| #define PACKAGE_URL ""
4040| #define CANONICALIZATION_FOR_MATHN 1
4041| #define STDC_HEADERS 1
4042| #define HAVE_SYS_TYPES_H 1
4043| #define HAVE_SYS_STAT_H 1
4044| #define HAVE_STDLIB_H 1
4045| #define HAVE_STRING_H 1
4046| #define HAVE_MEMORY_H 1
4047| #define HAVE_STRINGS_H 1
4048| #define HAVE_INTTYPES_H 1
4049| #define HAVE_STDINT_H 1
4050| #define HAVE_UNISTD_H 1
4051| #define __EXTENSIONS__ 1
4052| #define _ALL_SOURCE 1
4053| #define _GNU_SOURCE 1
4054| #define _POSIX_PTHREAD_SEMANTICS 1
4055| #define _TANDEM_SOURCE 1
4056| #define HAVE_INFINITY 1
4057| #define HAVE_NAN 1
4058| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4059| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4060| #define HAVE_DIRENT_H 1
4061| #define HAVE__BOOL 1
4062| #define HAVE_STDBOOL_H 1
4063| #define HAVE_SYS_WAIT_H 1
4064| #define HAVE_GRP_H 1
4065| #define HAVE_FCNTL_H 1
4066| #define HAVE_FLOAT_H 1
4067| #define HAVE_LANGINFO_H 1
4068| #define HAVE_LIMITS_H 1
4069| #define HAVE_LOCALE_H 1
4070| #define HAVE_MALLOC_H 1
4071| #define HAVE_PWD_H 1
4072| #define HAVE_SYS_FILE_H 1
4073| #define HAVE_SYS_IOCTL_H 1
4074| #define HAVE_SYS_PARAM_H 1
4075| #define HAVE_SYS_RESOURCE_H 1
4076| #define HAVE_SYS_SELECT_H 1
4077| #define HAVE_SYS_SOCKET_H 1
4078| #define HAVE_SYS_TIME_H 1
4079| #define HAVE_SYS_TIMES_H 1
4080| #define HAVE_SYS_UIO_H 1
4081| #define HAVE_TIME_H 1
4082| #define HAVE_UTIME_H 1
4083| #define HAVE_GMP_H 1
4084| #define HAVE_LIBGMP 1
4085| /* end confdefs.h. */
4086| #include <limits.h>
4087|
4088| int
4089| main ()
4090| {
4091| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
4092| bogus endian macros
4093| #endif
4094|
4095| ;
4096| return 0;
4097| }
4098configure:10802: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
4099configure:10802: $? = 0
4100configure:10802: ./conftest
4101runtime_loader: Cannot open file libssp.so.0: No such file or directory
4102configure:10802: $? = 3
4103configure: program exited with status 3
4104configure: failed program was:
4105| /* confdefs.h */
4106| #define PACKAGE_NAME ""
4107| #define PACKAGE_TARNAME ""
4108| #define PACKAGE_VERSION ""
4109| #define PACKAGE_STRING ""
4110| #define PACKAGE_BUGREPORT ""
4111| #define PACKAGE_URL ""
4112| #define CANONICALIZATION_FOR_MATHN 1
4113| #define STDC_HEADERS 1
4114| #define HAVE_SYS_TYPES_H 1
4115| #define HAVE_SYS_STAT_H 1
4116| #define HAVE_STDLIB_H 1
4117| #define HAVE_STRING_H 1
4118| #define HAVE_MEMORY_H 1
4119| #define HAVE_STRINGS_H 1
4120| #define HAVE_INTTYPES_H 1
4121| #define HAVE_STDINT_H 1
4122| #define HAVE_UNISTD_H 1
4123| #define __EXTENSIONS__ 1
4124| #define _ALL_SOURCE 1
4125| #define _GNU_SOURCE 1
4126| #define _POSIX_PTHREAD_SEMANTICS 1
4127| #define _TANDEM_SOURCE 1
4128| #define HAVE_INFINITY 1
4129| #define HAVE_NAN 1
4130| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4131| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4132| #define HAVE_DIRENT_H 1
4133| #define HAVE__BOOL 1
4134| #define HAVE_STDBOOL_H 1
4135| #define HAVE_SYS_WAIT_H 1
4136| #define HAVE_GRP_H 1
4137| #define HAVE_FCNTL_H 1
4138| #define HAVE_FLOAT_H 1
4139| #define HAVE_LANGINFO_H 1
4140| #define HAVE_LIMITS_H 1
4141| #define HAVE_LOCALE_H 1
4142| #define HAVE_MALLOC_H 1
4143| #define HAVE_PWD_H 1
4144| #define HAVE_SYS_FILE_H 1
4145| #define HAVE_SYS_IOCTL_H 1
4146| #define HAVE_SYS_PARAM_H 1
4147| #define HAVE_SYS_RESOURCE_H 1
4148| #define HAVE_SYS_SELECT_H 1
4149| #define HAVE_SYS_SOCKET_H 1
4150| #define HAVE_SYS_TIME_H 1
4151| #define HAVE_SYS_TIMES_H 1
4152| #define HAVE_SYS_UIO_H 1
4153| #define HAVE_TIME_H 1
4154| #define HAVE_UTIME_H 1
4155| #define HAVE_GMP_H 1
4156| #define HAVE_LIBGMP 1
4157| /* end confdefs.h. */
4158| #include <stdio.h>
4159| #ifdef HAVE_SYS_TYPES_H
4160| # include <sys/types.h>
4161| #endif
4162| #ifdef HAVE_SYS_STAT_H
4163| # include <sys/stat.h>
4164| #endif
4165| #ifdef STDC_HEADERS
4166| # include <stdlib.h>
4167| # include <stddef.h>
4168| #else
4169| # ifdef HAVE_STDLIB_H
4170| # include <stdlib.h>
4171| # endif
4172| #endif
4173| #ifdef HAVE_STRING_H
4174| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4175| # include <memory.h>
4176| # endif
4177| # include <string.h>
4178| #endif
4179| #ifdef HAVE_STRINGS_H
4180| # include <strings.h>
4181| #endif
4182| #ifdef HAVE_INTTYPES_H
4183| # include <inttypes.h>
4184| #endif
4185| #ifdef HAVE_STDINT_H
4186| # include <stdint.h>
4187| #endif
4188| #ifdef HAVE_UNISTD_H
4189| # include <unistd.h>
4190| #endif
4191| int
4192| main ()
4193| {
4194|
4195| /* Are we little or big endian? From Harbison&Steele. */
4196| union
4197| {
4198| long int l;
4199| char c[sizeof (long int)];
4200| } u;
4201| u.l = 1;
4202| return u.c[sizeof (long int) - 1] == 1;
4203|
4204| ;
4205| return 0;
4206| }
4207configure:10813: result: yes
4208configure:10831: checking for an ANSI C-conforming const
4209configure:10897: gcc -c -D_BSD_SOURCE conftest.c >&5
4210configure:10897: $? = 0
4211configure:10904: result: yes
4212configure:10912: checking whether char is unsigned
4213configure:10931: gcc -c -D_BSD_SOURCE conftest.c >&5
4214configure:10931: $? = 0
4215configure:10938: result: no
4216configure:10945: checking for inline
4217configure:10961: gcc -c -D_BSD_SOURCE conftest.c >&5
4218configure:10961: $? = 0
4219configure:10969: result: inline
4220configure:10987: checking for working volatile
4221configure:11006: gcc -c -D_BSD_SOURCE conftest.c >&5
4222configure:11006: $? = 0
4223configure:11013: result: yes
4224configure:11022: checking for typeof syntax and keyword spelling
4225configure:11053: gcc -c -D_BSD_SOURCE conftest.c >&5
4226configure:11053: $? = 0
4227configure:11060: result: typeof
4228configure:11083: checking for long long
4229configure:11083: gcc -c -D_BSD_SOURCE conftest.c >&5
4230configure:11083: $? = 0
4231configure:11083: gcc -c -D_BSD_SOURCE conftest.c >&5
4232conftest.c: In function 'main':
4233conftest.c:92:24: error: expected expression before ')' token
4234 if (sizeof ((long long)))
4235 ^
4236configure:11083: $? = 1
4237configure: failed program was:
4238| /* confdefs.h */
4239| #define PACKAGE_NAME ""
4240| #define PACKAGE_TARNAME ""
4241| #define PACKAGE_VERSION ""
4242| #define PACKAGE_STRING ""
4243| #define PACKAGE_BUGREPORT ""
4244| #define PACKAGE_URL ""
4245| #define CANONICALIZATION_FOR_MATHN 1
4246| #define STDC_HEADERS 1
4247| #define HAVE_SYS_TYPES_H 1
4248| #define HAVE_SYS_STAT_H 1
4249| #define HAVE_STDLIB_H 1
4250| #define HAVE_STRING_H 1
4251| #define HAVE_MEMORY_H 1
4252| #define HAVE_STRINGS_H 1
4253| #define HAVE_INTTYPES_H 1
4254| #define HAVE_STDINT_H 1
4255| #define HAVE_UNISTD_H 1
4256| #define __EXTENSIONS__ 1
4257| #define _ALL_SOURCE 1
4258| #define _GNU_SOURCE 1
4259| #define _POSIX_PTHREAD_SEMANTICS 1
4260| #define _TANDEM_SOURCE 1
4261| #define HAVE_INFINITY 1
4262| #define HAVE_NAN 1
4263| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4264| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4265| #define HAVE_DIRENT_H 1
4266| #define HAVE__BOOL 1
4267| #define HAVE_STDBOOL_H 1
4268| #define HAVE_SYS_WAIT_H 1
4269| #define HAVE_GRP_H 1
4270| #define HAVE_FCNTL_H 1
4271| #define HAVE_FLOAT_H 1
4272| #define HAVE_LANGINFO_H 1
4273| #define HAVE_LIMITS_H 1
4274| #define HAVE_LOCALE_H 1
4275| #define HAVE_MALLOC_H 1
4276| #define HAVE_PWD_H 1
4277| #define HAVE_SYS_FILE_H 1
4278| #define HAVE_SYS_IOCTL_H 1
4279| #define HAVE_SYS_PARAM_H 1
4280| #define HAVE_SYS_RESOURCE_H 1
4281| #define HAVE_SYS_SELECT_H 1
4282| #define HAVE_SYS_SOCKET_H 1
4283| #define HAVE_SYS_TIME_H 1
4284| #define HAVE_SYS_TIMES_H 1
4285| #define HAVE_SYS_UIO_H 1
4286| #define HAVE_TIME_H 1
4287| #define HAVE_UTIME_H 1
4288| #define HAVE_GMP_H 1
4289| #define HAVE_LIBGMP 1
4290| #define WORDS_BIGENDIAN 1
4291| #define HAVE_TYPEOF 1
4292| /* end confdefs.h. */
4293| #include <stdio.h>
4294| #ifdef HAVE_SYS_TYPES_H
4295| # include <sys/types.h>
4296| #endif
4297| #ifdef HAVE_SYS_STAT_H
4298| # include <sys/stat.h>
4299| #endif
4300| #ifdef STDC_HEADERS
4301| # include <stdlib.h>
4302| # include <stddef.h>
4303| #else
4304| # ifdef HAVE_STDLIB_H
4305| # include <stdlib.h>
4306| # endif
4307| #endif
4308| #ifdef HAVE_STRING_H
4309| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4310| # include <memory.h>
4311| # endif
4312| # include <string.h>
4313| #endif
4314| #ifdef HAVE_STRINGS_H
4315| # include <strings.h>
4316| #endif
4317| #ifdef HAVE_INTTYPES_H
4318| # include <inttypes.h>
4319| #endif
4320| #ifdef HAVE_STDINT_H
4321| # include <stdint.h>
4322| #endif
4323| #ifdef HAVE_UNISTD_H
4324| # include <unistd.h>
4325| #endif
4326| int
4327| main ()
4328| {
4329| if (sizeof ((long long)))
4330| return 0;
4331| ;
4332| return 0;
4333| }
4334configure:11083: result: yes
4335configure:11092: checking for off_t
4336configure:11092: gcc -c -D_BSD_SOURCE conftest.c >&5
4337configure:11092: $? = 0
4338configure:11092: gcc -c -D_BSD_SOURCE conftest.c >&5
4339conftest.c: In function 'main':
4340conftest.c:93:20: error: expected expression before ')' token
4341 if (sizeof ((off_t)))
4342 ^
4343configure:11092: $? = 1
4344configure: failed program was:
4345| /* confdefs.h */
4346| #define PACKAGE_NAME ""
4347| #define PACKAGE_TARNAME ""
4348| #define PACKAGE_VERSION ""
4349| #define PACKAGE_STRING ""
4350| #define PACKAGE_BUGREPORT ""
4351| #define PACKAGE_URL ""
4352| #define CANONICALIZATION_FOR_MATHN 1
4353| #define STDC_HEADERS 1
4354| #define HAVE_SYS_TYPES_H 1
4355| #define HAVE_SYS_STAT_H 1
4356| #define HAVE_STDLIB_H 1
4357| #define HAVE_STRING_H 1
4358| #define HAVE_MEMORY_H 1
4359| #define HAVE_STRINGS_H 1
4360| #define HAVE_INTTYPES_H 1
4361| #define HAVE_STDINT_H 1
4362| #define HAVE_UNISTD_H 1
4363| #define __EXTENSIONS__ 1
4364| #define _ALL_SOURCE 1
4365| #define _GNU_SOURCE 1
4366| #define _POSIX_PTHREAD_SEMANTICS 1
4367| #define _TANDEM_SOURCE 1
4368| #define HAVE_INFINITY 1
4369| #define HAVE_NAN 1
4370| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4371| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4372| #define HAVE_DIRENT_H 1
4373| #define HAVE__BOOL 1
4374| #define HAVE_STDBOOL_H 1
4375| #define HAVE_SYS_WAIT_H 1
4376| #define HAVE_GRP_H 1
4377| #define HAVE_FCNTL_H 1
4378| #define HAVE_FLOAT_H 1
4379| #define HAVE_LANGINFO_H 1
4380| #define HAVE_LIMITS_H 1
4381| #define HAVE_LOCALE_H 1
4382| #define HAVE_MALLOC_H 1
4383| #define HAVE_PWD_H 1
4384| #define HAVE_SYS_FILE_H 1
4385| #define HAVE_SYS_IOCTL_H 1
4386| #define HAVE_SYS_PARAM_H 1
4387| #define HAVE_SYS_RESOURCE_H 1
4388| #define HAVE_SYS_SELECT_H 1
4389| #define HAVE_SYS_SOCKET_H 1
4390| #define HAVE_SYS_TIME_H 1
4391| #define HAVE_SYS_TIMES_H 1
4392| #define HAVE_SYS_UIO_H 1
4393| #define HAVE_TIME_H 1
4394| #define HAVE_UTIME_H 1
4395| #define HAVE_GMP_H 1
4396| #define HAVE_LIBGMP 1
4397| #define WORDS_BIGENDIAN 1
4398| #define HAVE_TYPEOF 1
4399| #define HAVE_LONG_LONG 1
4400| /* end confdefs.h. */
4401| #include <stdio.h>
4402| #ifdef HAVE_SYS_TYPES_H
4403| # include <sys/types.h>
4404| #endif
4405| #ifdef HAVE_SYS_STAT_H
4406| # include <sys/stat.h>
4407| #endif
4408| #ifdef STDC_HEADERS
4409| # include <stdlib.h>
4410| # include <stddef.h>
4411| #else
4412| # ifdef HAVE_STDLIB_H
4413| # include <stdlib.h>
4414| # endif
4415| #endif
4416| #ifdef HAVE_STRING_H
4417| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4418| # include <memory.h>
4419| # endif
4420| # include <string.h>
4421| #endif
4422| #ifdef HAVE_STRINGS_H
4423| # include <strings.h>
4424| #endif
4425| #ifdef HAVE_INTTYPES_H
4426| # include <inttypes.h>
4427| #endif
4428| #ifdef HAVE_STDINT_H
4429| # include <stdint.h>
4430| #endif
4431| #ifdef HAVE_UNISTD_H
4432| # include <unistd.h>
4433| #endif
4434| int
4435| main ()
4436| {
4437| if (sizeof ((off_t)))
4438| return 0;
4439| ;
4440| return 0;
4441| }
4442configure:11092: result: yes
4443configure:11103: checking char bit
4444configure:11109: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
4445configure:11109: $? = 0
4446configure:11109: ./conftest
4447runtime_loader: Cannot open file libssp.so.0: No such file or directory
4448configure:11109: $? = 3
4449configure: program exited with status 3
4450configure: failed program was:
4451| /* confdefs.h */
4452| #define PACKAGE_NAME ""
4453| #define PACKAGE_TARNAME ""
4454| #define PACKAGE_VERSION ""
4455| #define PACKAGE_STRING ""
4456| #define PACKAGE_BUGREPORT ""
4457| #define PACKAGE_URL ""
4458| #define CANONICALIZATION_FOR_MATHN 1
4459| #define STDC_HEADERS 1
4460| #define HAVE_SYS_TYPES_H 1
4461| #define HAVE_SYS_STAT_H 1
4462| #define HAVE_STDLIB_H 1
4463| #define HAVE_STRING_H 1
4464| #define HAVE_MEMORY_H 1
4465| #define HAVE_STRINGS_H 1
4466| #define HAVE_INTTYPES_H 1
4467| #define HAVE_STDINT_H 1
4468| #define HAVE_UNISTD_H 1
4469| #define __EXTENSIONS__ 1
4470| #define _ALL_SOURCE 1
4471| #define _GNU_SOURCE 1
4472| #define _POSIX_PTHREAD_SEMANTICS 1
4473| #define _TANDEM_SOURCE 1
4474| #define HAVE_INFINITY 1
4475| #define HAVE_NAN 1
4476| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4477| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4478| #define HAVE_DIRENT_H 1
4479| #define HAVE__BOOL 1
4480| #define HAVE_STDBOOL_H 1
4481| #define HAVE_SYS_WAIT_H 1
4482| #define HAVE_GRP_H 1
4483| #define HAVE_FCNTL_H 1
4484| #define HAVE_FLOAT_H 1
4485| #define HAVE_LANGINFO_H 1
4486| #define HAVE_LIMITS_H 1
4487| #define HAVE_LOCALE_H 1
4488| #define HAVE_MALLOC_H 1
4489| #define HAVE_PWD_H 1
4490| #define HAVE_SYS_FILE_H 1
4491| #define HAVE_SYS_IOCTL_H 1
4492| #define HAVE_SYS_PARAM_H 1
4493| #define HAVE_SYS_RESOURCE_H 1
4494| #define HAVE_SYS_SELECT_H 1
4495| #define HAVE_SYS_SOCKET_H 1
4496| #define HAVE_SYS_TIME_H 1
4497| #define HAVE_SYS_TIMES_H 1
4498| #define HAVE_SYS_UIO_H 1
4499| #define HAVE_TIME_H 1
4500| #define HAVE_UTIME_H 1
4501| #define HAVE_GMP_H 1
4502| #define HAVE_LIBGMP 1
4503| #define WORDS_BIGENDIAN 1
4504| #define HAVE_TYPEOF 1
4505| #define HAVE_LONG_LONG 1
4506| #define HAVE_OFF_T 1
4507| /* end confdefs.h. */
4508| #include <limits.h>
4509|
4510| static long int longval () { return CHAR_BIT; }
4511| static unsigned long int ulongval () { return CHAR_BIT; }
4512| #include <stdio.h>
4513| #include <stdlib.h>
4514| int
4515| main ()
4516| {
4517|
4518| FILE *f = fopen ("conftest.val", "w");
4519| if (! f)
4520| return 1;
4521| if ((CHAR_BIT) < 0)
4522| {
4523| long int i = longval ();
4524| if (i != (CHAR_BIT))
4525| return 1;
4526| fprintf (f, "%ld", i);
4527| }
4528| else
4529| {
4530| unsigned long int i = ulongval ();
4531| if (i != (CHAR_BIT))
4532| return 1;
4533| fprintf (f, "%lu", i);
4534| }
4535| /* Do not output a trailing newline, as this causes \r\n confusion
4536| on some platforms. */
4537| return ferror (f) || fclose (f) != 0;
4538|
4539| ;
4540| return 0;
4541| }
4542configure:11118: result: 8
4543configure:11241: checking size of int
4544configure:11246: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
4545configure:11246: $? = 0
4546configure:11246: ./conftest
4547runtime_loader: Cannot open file libssp.so.0: No such file or directory
4548configure:11246: $? = 3
4549configure: program exited with status 3
4550configure: failed program was:
4551| /* confdefs.h */
4552| #define PACKAGE_NAME ""
4553| #define PACKAGE_TARNAME ""
4554| #define PACKAGE_VERSION ""
4555| #define PACKAGE_STRING ""
4556| #define PACKAGE_BUGREPORT ""
4557| #define PACKAGE_URL ""
4558| #define CANONICALIZATION_FOR_MATHN 1
4559| #define STDC_HEADERS 1
4560| #define HAVE_SYS_TYPES_H 1
4561| #define HAVE_SYS_STAT_H 1
4562| #define HAVE_STDLIB_H 1
4563| #define HAVE_STRING_H 1
4564| #define HAVE_MEMORY_H 1
4565| #define HAVE_STRINGS_H 1
4566| #define HAVE_INTTYPES_H 1
4567| #define HAVE_STDINT_H 1
4568| #define HAVE_UNISTD_H 1
4569| #define __EXTENSIONS__ 1
4570| #define _ALL_SOURCE 1
4571| #define _GNU_SOURCE 1
4572| #define _POSIX_PTHREAD_SEMANTICS 1
4573| #define _TANDEM_SOURCE 1
4574| #define HAVE_INFINITY 1
4575| #define HAVE_NAN 1
4576| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4577| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4578| #define HAVE_DIRENT_H 1
4579| #define HAVE__BOOL 1
4580| #define HAVE_STDBOOL_H 1
4581| #define HAVE_SYS_WAIT_H 1
4582| #define HAVE_GRP_H 1
4583| #define HAVE_FCNTL_H 1
4584| #define HAVE_FLOAT_H 1
4585| #define HAVE_LANGINFO_H 1
4586| #define HAVE_LIMITS_H 1
4587| #define HAVE_LOCALE_H 1
4588| #define HAVE_MALLOC_H 1
4589| #define HAVE_PWD_H 1
4590| #define HAVE_SYS_FILE_H 1
4591| #define HAVE_SYS_IOCTL_H 1
4592| #define HAVE_SYS_PARAM_H 1
4593| #define HAVE_SYS_RESOURCE_H 1
4594| #define HAVE_SYS_SELECT_H 1
4595| #define HAVE_SYS_SOCKET_H 1
4596| #define HAVE_SYS_TIME_H 1
4597| #define HAVE_SYS_TIMES_H 1
4598| #define HAVE_SYS_UIO_H 1
4599| #define HAVE_TIME_H 1
4600| #define HAVE_UTIME_H 1
4601| #define HAVE_GMP_H 1
4602| #define HAVE_LIBGMP 1
4603| #define WORDS_BIGENDIAN 1
4604| #define HAVE_TYPEOF 1
4605| #define HAVE_LONG_LONG 1
4606| #define HAVE_OFF_T 1
4607| /* end confdefs.h. */
4608| #include <stdio.h>
4609| #ifdef HAVE_SYS_TYPES_H
4610| # include <sys/types.h>
4611| #endif
4612| #ifdef HAVE_SYS_STAT_H
4613| # include <sys/stat.h>
4614| #endif
4615| #ifdef STDC_HEADERS
4616| # include <stdlib.h>
4617| # include <stddef.h>
4618| #else
4619| # ifdef HAVE_STDLIB_H
4620| # include <stdlib.h>
4621| # endif
4622| #endif
4623| #ifdef HAVE_STRING_H
4624| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4625| # include <memory.h>
4626| # endif
4627| # include <string.h>
4628| #endif
4629| #ifdef HAVE_STRINGS_H
4630| # include <strings.h>
4631| #endif
4632| #ifdef HAVE_INTTYPES_H
4633| # include <inttypes.h>
4634| #endif
4635| #ifdef HAVE_STDINT_H
4636| # include <stdint.h>
4637| #endif
4638| #ifdef HAVE_UNISTD_H
4639| # include <unistd.h>
4640| #endif
4641| static long int longval () { return (long int) (sizeof (int)); }
4642| static unsigned long int ulongval () { return (long int) (sizeof (int)); }
4643| #include <stdio.h>
4644| #include <stdlib.h>
4645| int
4646| main ()
4647| {
4648|
4649| FILE *f = fopen ("conftest.val", "w");
4650| if (! f)
4651| return 1;
4652| if (((long int) (sizeof (int))) < 0)
4653| {
4654| long int i = longval ();
4655| if (i != ((long int) (sizeof (int))))
4656| return 1;
4657| fprintf (f, "%ld", i);
4658| }
4659| else
4660| {
4661| unsigned long int i = ulongval ();
4662| if (i != ((long int) (sizeof (int))))
4663| return 1;
4664| fprintf (f, "%lu", i);
4665| }
4666| /* Do not output a trailing newline, as this causes \r\n confusion
4667| on some platforms. */
4668| return ferror (f) || fclose (f) != 0;
4669|
4670| ;
4671| return 0;
4672| }
4673configure:11260: result: 0
4674configure:11339: checking size of short
4675configure:11344: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
4676configure:11344: $? = 0
4677configure:11344: ./conftest
4678runtime_loader: Cannot open file libssp.so.0: No such file or directory
4679configure:11344: $? = 3
4680configure: program exited with status 3
4681configure: failed program was:
4682| /* confdefs.h */
4683| #define PACKAGE_NAME ""
4684| #define PACKAGE_TARNAME ""
4685| #define PACKAGE_VERSION ""
4686| #define PACKAGE_STRING ""
4687| #define PACKAGE_BUGREPORT ""
4688| #define PACKAGE_URL ""
4689| #define CANONICALIZATION_FOR_MATHN 1
4690| #define STDC_HEADERS 1
4691| #define HAVE_SYS_TYPES_H 1
4692| #define HAVE_SYS_STAT_H 1
4693| #define HAVE_STDLIB_H 1
4694| #define HAVE_STRING_H 1
4695| #define HAVE_MEMORY_H 1
4696| #define HAVE_STRINGS_H 1
4697| #define HAVE_INTTYPES_H 1
4698| #define HAVE_STDINT_H 1
4699| #define HAVE_UNISTD_H 1
4700| #define __EXTENSIONS__ 1
4701| #define _ALL_SOURCE 1
4702| #define _GNU_SOURCE 1
4703| #define _POSIX_PTHREAD_SEMANTICS 1
4704| #define _TANDEM_SOURCE 1
4705| #define HAVE_INFINITY 1
4706| #define HAVE_NAN 1
4707| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4708| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4709| #define HAVE_DIRENT_H 1
4710| #define HAVE__BOOL 1
4711| #define HAVE_STDBOOL_H 1
4712| #define HAVE_SYS_WAIT_H 1
4713| #define HAVE_GRP_H 1
4714| #define HAVE_FCNTL_H 1
4715| #define HAVE_FLOAT_H 1
4716| #define HAVE_LANGINFO_H 1
4717| #define HAVE_LIMITS_H 1
4718| #define HAVE_LOCALE_H 1
4719| #define HAVE_MALLOC_H 1
4720| #define HAVE_PWD_H 1
4721| #define HAVE_SYS_FILE_H 1
4722| #define HAVE_SYS_IOCTL_H 1
4723| #define HAVE_SYS_PARAM_H 1
4724| #define HAVE_SYS_RESOURCE_H 1
4725| #define HAVE_SYS_SELECT_H 1
4726| #define HAVE_SYS_SOCKET_H 1
4727| #define HAVE_SYS_TIME_H 1
4728| #define HAVE_SYS_TIMES_H 1
4729| #define HAVE_SYS_UIO_H 1
4730| #define HAVE_TIME_H 1
4731| #define HAVE_UTIME_H 1
4732| #define HAVE_GMP_H 1
4733| #define HAVE_LIBGMP 1
4734| #define WORDS_BIGENDIAN 1
4735| #define HAVE_TYPEOF 1
4736| #define HAVE_LONG_LONG 1
4737| #define HAVE_OFF_T 1
4738| #define SIZEOF_INT 0
4739| /* end confdefs.h. */
4740| #include <stdio.h>
4741| #ifdef HAVE_SYS_TYPES_H
4742| # include <sys/types.h>
4743| #endif
4744| #ifdef HAVE_SYS_STAT_H
4745| # include <sys/stat.h>
4746| #endif
4747| #ifdef STDC_HEADERS
4748| # include <stdlib.h>
4749| # include <stddef.h>
4750| #else
4751| # ifdef HAVE_STDLIB_H
4752| # include <stdlib.h>
4753| # endif
4754| #endif
4755| #ifdef HAVE_STRING_H
4756| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4757| # include <memory.h>
4758| # endif
4759| # include <string.h>
4760| #endif
4761| #ifdef HAVE_STRINGS_H
4762| # include <strings.h>
4763| #endif
4764| #ifdef HAVE_INTTYPES_H
4765| # include <inttypes.h>
4766| #endif
4767| #ifdef HAVE_STDINT_H
4768| # include <stdint.h>
4769| #endif
4770| #ifdef HAVE_UNISTD_H
4771| # include <unistd.h>
4772| #endif
4773| static long int longval () { return (long int) (sizeof (short)); }
4774| static unsigned long int ulongval () { return (long int) (sizeof (short)); }
4775| #include <stdio.h>
4776| #include <stdlib.h>
4777| int
4778| main ()
4779| {
4780|
4781| FILE *f = fopen ("conftest.val", "w");
4782| if (! f)
4783| return 1;
4784| if (((long int) (sizeof (short))) < 0)
4785| {
4786| long int i = longval ();
4787| if (i != ((long int) (sizeof (short))))
4788| return 1;
4789| fprintf (f, "%ld", i);
4790| }
4791| else
4792| {
4793| unsigned long int i = ulongval ();
4794| if (i != ((long int) (sizeof (short))))
4795| return 1;
4796| fprintf (f, "%lu", i);
4797| }
4798| /* Do not output a trailing newline, as this causes \r\n confusion
4799| on some platforms. */
4800| return ferror (f) || fclose (f) != 0;
4801|
4802| ;
4803| return 0;
4804| }
4805configure:11358: result: 0
4806configure:11513: checking size of long
4807configure:11518: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
4808configure:11518: $? = 0
4809configure:11518: ./conftest
4810runtime_loader: Cannot open file libssp.so.0: No such file or directory
4811configure:11518: $? = 3
4812configure: program exited with status 3
4813configure: failed program was:
4814| /* confdefs.h */
4815| #define PACKAGE_NAME ""
4816| #define PACKAGE_TARNAME ""
4817| #define PACKAGE_VERSION ""
4818| #define PACKAGE_STRING ""
4819| #define PACKAGE_BUGREPORT ""
4820| #define PACKAGE_URL ""
4821| #define CANONICALIZATION_FOR_MATHN 1
4822| #define STDC_HEADERS 1
4823| #define HAVE_SYS_TYPES_H 1
4824| #define HAVE_SYS_STAT_H 1
4825| #define HAVE_STDLIB_H 1
4826| #define HAVE_STRING_H 1
4827| #define HAVE_MEMORY_H 1
4828| #define HAVE_STRINGS_H 1
4829| #define HAVE_INTTYPES_H 1
4830| #define HAVE_STDINT_H 1
4831| #define HAVE_UNISTD_H 1
4832| #define __EXTENSIONS__ 1
4833| #define _ALL_SOURCE 1
4834| #define _GNU_SOURCE 1
4835| #define _POSIX_PTHREAD_SEMANTICS 1
4836| #define _TANDEM_SOURCE 1
4837| #define HAVE_INFINITY 1
4838| #define HAVE_NAN 1
4839| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4840| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4841| #define HAVE_DIRENT_H 1
4842| #define HAVE__BOOL 1
4843| #define HAVE_STDBOOL_H 1
4844| #define HAVE_SYS_WAIT_H 1
4845| #define HAVE_GRP_H 1
4846| #define HAVE_FCNTL_H 1
4847| #define HAVE_FLOAT_H 1
4848| #define HAVE_LANGINFO_H 1
4849| #define HAVE_LIMITS_H 1
4850| #define HAVE_LOCALE_H 1
4851| #define HAVE_MALLOC_H 1
4852| #define HAVE_PWD_H 1
4853| #define HAVE_SYS_FILE_H 1
4854| #define HAVE_SYS_IOCTL_H 1
4855| #define HAVE_SYS_PARAM_H 1
4856| #define HAVE_SYS_RESOURCE_H 1
4857| #define HAVE_SYS_SELECT_H 1
4858| #define HAVE_SYS_SOCKET_H 1
4859| #define HAVE_SYS_TIME_H 1
4860| #define HAVE_SYS_TIMES_H 1
4861| #define HAVE_SYS_UIO_H 1
4862| #define HAVE_TIME_H 1
4863| #define HAVE_UTIME_H 1
4864| #define HAVE_GMP_H 1
4865| #define HAVE_LIBGMP 1
4866| #define WORDS_BIGENDIAN 1
4867| #define HAVE_TYPEOF 1
4868| #define HAVE_LONG_LONG 1
4869| #define HAVE_OFF_T 1
4870| #define SIZEOF_INT 0
4871| #define SIZEOF_SHORT 0
4872| /* end confdefs.h. */
4873| #include <stdio.h>
4874| #ifdef HAVE_SYS_TYPES_H
4875| # include <sys/types.h>
4876| #endif
4877| #ifdef HAVE_SYS_STAT_H
4878| # include <sys/stat.h>
4879| #endif
4880| #ifdef STDC_HEADERS
4881| # include <stdlib.h>
4882| # include <stddef.h>
4883| #else
4884| # ifdef HAVE_STDLIB_H
4885| # include <stdlib.h>
4886| # endif
4887| #endif
4888| #ifdef HAVE_STRING_H
4889| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4890| # include <memory.h>
4891| # endif
4892| # include <string.h>
4893| #endif
4894| #ifdef HAVE_STRINGS_H
4895| # include <strings.h>
4896| #endif
4897| #ifdef HAVE_INTTYPES_H
4898| # include <inttypes.h>
4899| #endif
4900| #ifdef HAVE_STDINT_H
4901| # include <stdint.h>
4902| #endif
4903| #ifdef HAVE_UNISTD_H
4904| # include <unistd.h>
4905| #endif
4906| static long int longval () { return (long int) (sizeof (long)); }
4907| static unsigned long int ulongval () { return (long int) (sizeof (long)); }
4908| #include <stdio.h>
4909| #include <stdlib.h>
4910| int
4911| main ()
4912| {
4913|
4914| FILE *f = fopen ("conftest.val", "w");
4915| if (! f)
4916| return 1;
4917| if (((long int) (sizeof (long))) < 0)
4918| {
4919| long int i = longval ();
4920| if (i != ((long int) (sizeof (long))))
4921| return 1;
4922| fprintf (f, "%ld", i);
4923| }
4924| else
4925| {
4926| unsigned long int i = ulongval ();
4927| if (i != ((long int) (sizeof (long))))
4928| return 1;
4929| fprintf (f, "%lu", i);
4930| }
4931| /* Do not output a trailing newline, as this causes \r\n confusion
4932| on some platforms. */
4933| return ferror (f) || fclose (f) != 0;
4934|
4935| ;
4936| return 0;
4937| }
4938configure:11532: result: 0
4939configure:11611: checking size of long long
4940configure:11616: gcc -o conftest -D_BSD_SOURCE -L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector conftest.c -lgmp >&5
4941configure:11616: $? = 0
4942configure:11616: ./conftest
4943runtime_loader: Cannot open file libssp.so.0: No such file or directory
4944configure:11616: $? = 3
4945configure: program exited with status 3
4946configure: failed program was:
4947| /* confdefs.h */
4948| #define PACKAGE_NAME ""
4949| #define PACKAGE_TARNAME ""
4950| #define PACKAGE_VERSION ""
4951| #define PACKAGE_STRING ""
4952| #define PACKAGE_BUGREPORT ""
4953| #define PACKAGE_URL ""
4954| #define CANONICALIZATION_FOR_MATHN 1
4955| #define STDC_HEADERS 1
4956| #define HAVE_SYS_TYPES_H 1
4957| #define HAVE_SYS_STAT_H 1
4958| #define HAVE_STDLIB_H 1
4959| #define HAVE_STRING_H 1
4960| #define HAVE_MEMORY_H 1
4961| #define HAVE_STRINGS_H 1
4962| #define HAVE_INTTYPES_H 1
4963| #define HAVE_STDINT_H 1
4964| #define HAVE_UNISTD_H 1
4965| #define __EXTENSIONS__ 1
4966| #define _ALL_SOURCE 1
4967| #define _GNU_SOURCE 1
4968| #define _POSIX_PTHREAD_SEMANTICS 1
4969| #define _TANDEM_SOURCE 1
4970| #define HAVE_INFINITY 1
4971| #define HAVE_NAN 1
4972| #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
4973| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
4974| #define HAVE_DIRENT_H 1
4975| #define HAVE__BOOL 1
4976| #define HAVE_STDBOOL_H 1
4977| #define HAVE_SYS_WAIT_H 1
4978| #define HAVE_GRP_H 1
4979| #define HAVE_FCNTL_H 1
4980| #define HAVE_FLOAT_H 1
4981| #define HAVE_LANGINFO_H 1
4982| #define HAVE_LIMITS_H 1
4983| #define HAVE_LOCALE_H 1
4984| #define HAVE_MALLOC_H 1
4985| #define HAVE_PWD_H 1
4986| #define HAVE_SYS_FILE_H 1
4987| #define HAVE_SYS_IOCTL_H 1
4988| #define HAVE_SYS_PARAM_H 1
4989| #define HAVE_SYS_RESOURCE_H 1
4990| #define HAVE_SYS_SELECT_H 1
4991| #define HAVE_SYS_SOCKET_H 1
4992| #define HAVE_SYS_TIME_H 1
4993| #define HAVE_SYS_TIMES_H 1
4994| #define HAVE_SYS_UIO_H 1
4995| #define HAVE_TIME_H 1
4996| #define HAVE_UTIME_H 1
4997| #define HAVE_GMP_H 1
4998| #define HAVE_LIBGMP 1
4999| #define WORDS_BIGENDIAN 1
5000| #define HAVE_TYPEOF 1
5001| #define HAVE_LONG_LONG 1
5002| #define HAVE_OFF_T 1
5003| #define SIZEOF_INT 0
5004| #define SIZEOF_SHORT 0
5005| #define SIZEOF_LONG 0
5006| /* end confdefs.h. */
5007| #include <stdio.h>
5008| #ifdef HAVE_SYS_TYPES_H
5009| # include <sys/types.h>
5010| #endif
5011| #ifdef HAVE_SYS_STAT_H
5012| # include <sys/stat.h>
5013| #endif
5014| #ifdef STDC_HEADERS
5015| # include <stdlib.h>
5016| # include <stddef.h>
5017| #else
5018| # ifdef HAVE_STDLIB_H
5019| # include <stdlib.h>
5020| # endif
5021| #endif
5022| #ifdef HAVE_STRING_H
5023| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5024| # include <memory.h>
5025| # endif
5026| # include <string.h>
5027| #endif
5028| #ifdef HAVE_STRINGS_H
5029| # include <strings.h>
5030| #endif
5031| #ifdef HAVE_INTTYPES_H
5032| # include <inttypes.h>
5033| #endif
5034| #ifdef HAVE_STDINT_H
5035| # include <stdint.h>
5036| #endif
5037| #ifdef HAVE_UNISTD_H
5038| # include <unistd.h>
5039| #endif
5040| static long int longval () { return (long int) (sizeof (long long)); }
5041| static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
5042| #include <stdio.h>
5043| #include <stdlib.h>
5044| int
5045| main ()
5046| {
5047|
5048| FILE *f = fopen ("conftest.val", "w");
5049| if (! f)
5050| return 1;
5051| if (((long int) (sizeof (long long))) < 0)
5052| {
5053| long int i = longval ();
5054| if (i != ((long int) (sizeof (long long))))
5055| return 1;
5056| fprintf (f, "%ld", i);
5057| }
5058| else
5059| {
5060| unsigned long int i = ulongval ();
5061| if (i != ((long int) (sizeof (long long))))
5062| return 1;
5063| fprintf (f, "%lu", i);
5064| }
5065| /* Do not output a trailing newline, as this causes \r\n confusion
5066| on some platforms. */
5067| return ferror (f) || fclose (f) != 0;
5068|
5069| ;
5070| return 0;
5071| }
5072configure:11620: error: in `/boot/home/Desktop/ruby-2.3.1':
5073configure:11622: error: cannot compute sizeof (long long)
5074See `config.log' for more details
5075
5076## ---------------- ##
5077## Cache variables. ##
5078## ---------------- ##
5079
5080ac_cv_build=i586-pc-haiku
5081ac_cv_c_bigendian=yes
5082ac_cv_c_char_unsigned=no
5083ac_cv_c_compiler_gnu=yes
5084ac_cv_c_const=yes
5085ac_cv_c_inline=inline
5086ac_cv_c_typeof=typeof
5087ac_cv_c_volatile=yes
5088ac_cv_cxx_compiler_gnu=yes
5089ac_cv_env_CCC_set=
5090ac_cv_env_CCC_value=
5091ac_cv_env_CC_set=
5092ac_cv_env_CC_value=
5093ac_cv_env_CFLAGS_set=set
5094ac_cv_env_CFLAGS_value=-D_BSD_SOURCE
5095ac_cv_env_CPPFLAGS_set=
5096ac_cv_env_CPPFLAGS_value=
5097ac_cv_env_CPP_set=
5098ac_cv_env_CPP_value=
5099ac_cv_env_CXXFLAGS_set=
5100ac_cv_env_CXXFLAGS_value=
5101ac_cv_env_CXX_set=
5102ac_cv_env_CXX_value=
5103ac_cv_env_LDFLAGS_set=set
5104ac_cv_env_LDFLAGS_value=-L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0
5105ac_cv_env_LIBS_set=
5106ac_cv_env_LIBS_value=
5107ac_cv_env_build_alias_set=
5108ac_cv_env_build_alias_value=
5109ac_cv_env_cflags_set=
5110ac_cv_env_cflags_value=
5111ac_cv_env_cppflags_set=
5112ac_cv_env_cppflags_value=
5113ac_cv_env_cxxflags_set=
5114ac_cv_env_cxxflags_value=
5115ac_cv_env_host_alias_set=
5116ac_cv_env_host_alias_value=
5117ac_cv_env_target_alias_set=
5118ac_cv_env_target_alias_value=
5119ac_cv_func_daemon=no
5120ac_cv_header_a_out_h=no
5121ac_cv_header_atomic_h=no
5122ac_cv_header_direct_h=no
5123ac_cv_header_dirent_dirent_h=yes
5124ac_cv_header_fcntl_h=yes
5125ac_cv_header_float_h=yes
5126ac_cv_header_gmp_h=yes
5127ac_cv_header_grp_h=yes
5128ac_cv_header_ieeefp_h=no
5129ac_cv_header_intrinsics_h=no
5130ac_cv_header_inttypes_h=yes
5131ac_cv_header_langinfo_h=yes
5132ac_cv_header_limits_h=yes
5133ac_cv_header_locale_h=yes
5134ac_cv_header_malloc_h=yes
5135ac_cv_header_malloc_malloc_h=no
5136ac_cv_header_malloc_np_h=no
5137ac_cv_header_memory_h=yes
5138ac_cv_header_minix_config_h=no
5139ac_cv_header_net_socket_h=no
5140ac_cv_header_process_h=no
5141ac_cv_header_pwd_h=yes
5142ac_cv_header_setjmpex_h=no
5143ac_cv_header_stdbool_h=yes
5144ac_cv_header_stdc=yes
5145ac_cv_header_stdint_h=yes
5146ac_cv_header_stdlib_h=yes
5147ac_cv_header_string_h=yes
5148ac_cv_header_strings_h=yes
5149ac_cv_header_sys_attr_h=no
5150ac_cv_header_sys_fcntl_h=no
5151ac_cv_header_sys_file_h=yes
5152ac_cv_header_sys_id_h=no
5153ac_cv_header_sys_ioctl_h=yes
5154ac_cv_header_sys_mkdev_h=no
5155ac_cv_header_sys_param_h=yes
5156ac_cv_header_sys_prctl_h=no
5157ac_cv_header_sys_resource_h=yes
5158ac_cv_header_sys_select_h=yes
5159ac_cv_header_sys_sendfile_h=no
5160ac_cv_header_sys_socket_h=yes
5161ac_cv_header_sys_stat_h=yes
5162ac_cv_header_sys_syscall_h=no
5163ac_cv_header_sys_time_h=yes
5164ac_cv_header_sys_times_h=yes
5165ac_cv_header_sys_types_h=yes
5166ac_cv_header_sys_uio_h=yes
5167ac_cv_header_sys_utime_h=no
5168ac_cv_header_sys_wait_h=yes
5169ac_cv_header_syscall_h=no
5170ac_cv_header_time_h=yes
5171ac_cv_header_ucontext_h=no
5172ac_cv_header_unistd_h=yes
5173ac_cv_header_utime_h=yes
5174ac_cv_host=i586-pc-haiku
5175ac_cv_lib_crypt_crypt=no
5176ac_cv_lib_dl_dlopen=no
5177ac_cv_lib_dld_shl_load=no
5178ac_cv_lib_gmp___gmpz_init=yes
5179ac_cv_lib_socket_shutdown=no
5180ac_cv_objext=o
5181ac_cv_path_BASERUBY=/bin/ruby
5182ac_cv_path_EGREP='/bin/grep -E'
5183ac_cv_path_GREP=/bin/grep
5184ac_cv_path_install='/bin/install -c'
5185ac_cv_path_mkdir=/bin/mkdir
5186ac_cv_prog_CPP='gcc -E'
5187ac_cv_prog_PKG_CONFIG=pkg-config
5188ac_cv_prog_ac_ct_AR=ar
5189ac_cv_prog_ac_ct_AS=as
5190ac_cv_prog_ac_ct_CC=gcc
5191ac_cv_prog_ac_ct_CXX=g++
5192ac_cv_prog_ac_ct_LD=ld
5193ac_cv_prog_ac_ct_NM=nm
5194ac_cv_prog_ac_ct_OBJCOPY=objcopy
5195ac_cv_prog_ac_ct_OBJDUMP=objdump
5196ac_cv_prog_ac_ct_RANLIB=ranlib
5197ac_cv_prog_cc_c89=
5198ac_cv_prog_cc_g=yes
5199ac_cv_prog_cxx_g=yes
5200ac_cv_prog_gcc_traditional=no
5201ac_cv_prog_make_make_set=yes
5202ac_cv_safe_to_define___extensions__=yes
5203ac_cv_search_opendir='none required'
5204ac_cv_sizeof_int=0
5205ac_cv_sizeof_long=0
5206ac_cv_sizeof_short=0
5207ac_cv_sys_file_offset_bits=no
5208ac_cv_sys_largefile_CC=no
5209ac_cv_target=i586-pc-haiku
5210ac_cv_type__Bool=yes
5211ac_cv_type_long_long=yes
5212ac_cv_type_off_t=yes
5213rb_cv_char_bit=8
5214rb_cv_cppoutfile=yes
5215rb_cv_gcc_compiler_cas=yes
5216rb_cv_infinity=yes
5217rb_cv_nan=yes
5218rb_cv_prog_gnu_ld=yes
5219rb_cv_target_archs=i586
5220rb_cv_warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized'
5221
5222## ----------------- ##
5223## Output variables. ##
5224## ----------------- ##
5225
5226ALLOCA=''
5227AR='ar'
5228ARCHFILE=''
5229ARCH_FLAG=''
5230AS='as'
5231ASFLAGS=''
5232ASMEXT=''
5233BASERUBY='/bin/ruby --disable=gems'
5234BOOTSTRAPRUBY=''
5235BTESTRUBY=''
5236BUILTIN_ENCOBJS=''
5237BUILTIN_TRANSOBJS=''
5238BUILTIN_TRANSSRCS=''
5239CAPITARGET=''
5240CC='gcc'
5241CCDLFLAGS=''
5242CC_VERSION='$(CC) -v'
5243CFLAGS='-D_BSD_SOURCE'
5244CHDIR='cd -P'
5245COMMON_HEADERS=''
5246COMMON_LIBS=''
5247COMMON_MACROS=''
5248CONFIGURE=''
5249COUTFLAG='-o '
5250CP='cp'
5251CPP='gcc -E'
5252CPPFLAGS=''
5253CPPOUTFILE='-o conftest.i'
5254CROSS_COMPILING=''
5255CXX='g++'
5256CXXFLAGS=' -O3 -fno-fast-math -ggdb3 -std=iso9899:1999 '
5257DEFS=''
5258DESTDIR=''
5259DLDFLAGS=''
5260DLDLIBS=''
5261DLEXT2=''
5262DLEXT=''
5263DLLWRAP=''
5264DLNOBJ=''
5265DOT=''
5266DOXYGEN=''
5267DTRACE=''
5268DTRACE_EXT=''
5269DTRACE_OBJ=''
5270DTRACE_REBUILD=''
5271ECHO_C=''
5272ECHO_N='-n'
5273ECHO_T=''
5274EGREP='/bin/grep -E'
5275ENABLE_SHARED=''
5276ENCOBJS=''
5277ENCSTATIC=''
5278EXECUTABLE_EXTS=''
5279EXEEXT=''
5280EXPORT_PREFIX=''
5281EXTDLDFLAGS=''
5282EXTLDFLAGS=''
5283EXTOBJS=''
5284EXTOUT=''
5285EXTSTATIC=''
5286GCC='yes'
5287GNU_LD='yes'
5288GREP='/bin/grep'
5289HAVE_BASERUBY='yes'
5290INSTALLDOC=''
5291INSTALL_DATA='${INSTALL} -m 644'
5292INSTALL_PROGRAM='${INSTALL}'
5293INSTALL_SCRIPT='${INSTALL}'
5294LD='ld'
5295LDFLAGS='-L/boot/system/develop/tools/x86/lib/gcc/i586-pc-haiku/5.3.0 -fstack-protector'
5296LDSHARED=''
5297LDSHAREDXX=''
5298LIBEXT=''
5299LIBOBJS=''
5300LIBPATHENV=''
5301LIBPATHFLAG=''
5302LIBRUBY=''
5303LIBRUBYARG=''
5304LIBRUBYARG_SHARED=''
5305LIBRUBYARG_STATIC=''
5306LIBRUBY_A=''
5307LIBRUBY_ALIASES=''
5308LIBRUBY_A_OBJS=''
5309LIBRUBY_DLDFLAGS=''
5310LIBRUBY_LDSHARED=''
5311LIBRUBY_RELATIVE=''
5312LIBRUBY_SO=''
5313LIBS='-lgmp '
5314LINK_SO=''
5315LN_S='ln -s'
5316LTLIBOBJS=''
5317MAINLIBS=''
5318MAJOR='2'
5319MAKEDIRS='/bin/mkdir -p'
5320MAKEFILES=''
5321MANTYPE=''
5322MINIOBJS=''
5323MINIRUBY=''
5324MINOR='3'
5325MKDIR_P='/bin/mkdir -p'
5326NACL_LIB_PATH=''
5327NACL_SDK_ROOT=''
5328NACL_SDK_VARIANT=''
5329NACL_TOOLCHAIN=''
5330NM='nm'
5331NROFF=''
5332NULLCMD=''
5333OBJCOPY=':'
5334OBJDUMP='objdump'
5335OBJEXT='o'
5336OUTFLAG='-o '
5337PACKAGE=''
5338PACKAGE_BUGREPORT=''
5339PACKAGE_NAME=''
5340PACKAGE_STRING=''
5341PACKAGE_TARNAME=''
5342PACKAGE_URL=''
5343PACKAGE_VERSION=''
5344PATH_SEPARATOR=':'
5345PKG_CONFIG='pkg-config'
5346PLATFORM_DIR=''
5347POSTLINK=':'
5348PRELOADENV=''
5349PREP=''
5350PYTHON=''
5351RANLIB='ranlib'
5352RDOCTARGET=''
5353RI_BASE_NAME=''
5354RM='rm -f'
5355RMALL='rm -fr'
5356RMDIR='rmdir --ignore-fail-on-non-empty'
5357RMDIRS='rmdir --ignore-fail-on-non-empty -p'
5358RPATHFLAG=''
5359RUBYW_BASE_NAME='rubyw'
5360RUBYW_INSTALL_NAME=''
5361RUBY_BASE_NAME='ruby'
5362RUBY_EXEC_PREFIX=''
5363RUBY_INSTALL_NAME=''
5364RUBY_LIB_VERSION=''
5365RUBY_LIB_VERSION_STYLE=''
5366RUBY_PROGRAM_VERSION='2.3.1'
5367RUBY_SEARCH_PATH=''
5368RUBY_SO_NAME=''
5369RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
5370RUNRUBY=''
5371RUNRUBY_COMMAND=''
5372SET_MAKE=''
5373SHELL='/bin/sh'
5374SOLIBS=''
5375STATIC=''
5376STRIP=''
5377SYMBOL_PREFIX=''
5378TEENY='0'
5379TEST_RUNNABLE=''
5380THREAD_MODEL=''
5381TRY_LINK=''
5382UNIVERSAL_ARCHNAMES=''
5383UNIVERSAL_INTS=''
5384USE_RUBYGEMS=''
5385WERRORFLAG='-Werror'
5386WINDRES=''
5387XCFLAGS='-D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden'
5388XLDFLAGS='-fstack-protector'
5389XRUBY=''
5390XRUBY_LIBDIR=''
5391XRUBY_RUBYHDRDIR=''
5392XRUBY_RUBYLIBDIR=''
5393ac_ct_CC='gcc'
5394ac_ct_CXX='g++'
5395ac_ct_OBJCOPY='objcopy'
5396ac_ct_OBJDUMP='objdump'
5397arch=''
5398archincludedir=''
5399archlibdir=''
5400bindir='${exec_prefix}/bin'
5401build='i586-pc-haiku'
5402build_alias=''
5403build_cpu='i586'
5404build_os='haiku'
5405build_vendor='pc'
5406cflags=''
5407codesign=''
5408configure_args=''
5409cppflags=''
5410cxxflags=' ${optflags} ${debugflags} ${warnflags}'
5411datadir='${datarootdir}'
5412datarootdir='${prefix}/share'
5413debugflags='-ggdb3'
5414docdir='${datarootdir}/doc/${PACKAGE}'
5415dvidir='${docdir}'
5416exec=''
5417exec_prefix='NONE'
5418host='i586-pc-haiku'
5419host_alias=''
5420host_cpu='i586'
5421host_os='haiku'
5422host_vendor='pc'
5423htmldir='${docdir}'
5424includedir='${prefix}/include'
5425infodir='${datarootdir}/info'
5426libdir='${exec_prefix}/lib'
5427libdirname=''
5428libexecdir='${exec_prefix}/libexec'
5429localedir='${datarootdir}/locale'
5430localstatedir='${prefix}/var'
5431mandir='${datarootdir}/man'
5432oldincludedir='/usr/include'
5433optflags='-O3 -fno-fast-math'
5434pdfdir='${docdir}'
5435prefix='NONE'
5436program_transform_name='s&^&&'
5437psdir='${docdir}'
5438ridir=''
5439ruby_pc=''
5440ruby_version=''
5441rubyarchdir=''
5442rubyarchhdrdir=''
5443rubyarchprefix=''
5444rubyhdrdir=''
5445rubylibdir=''
5446rubylibprefix=''
5447rubysitearchprefix=''
5448rubyw_install_name=''
5449sbindir='${exec_prefix}/sbin'
5450setup=''
5451sharedstatedir='${prefix}/com'
5452sitearch=''
5453sitearchdir=''
5454sitearchhdrdir=''
5455sitearchincludedir=''
5456sitearchlibdir=''
5457sitedir=''
5458sitehdrdir=''
5459sitelibdir=''
5460strict_warnflags='-std=iso9899:1999'
5461sysconfdir='${prefix}/etc'
5462target='i586-pc-haiku'
5463target_alias=''
5464target_cpu='i586'
5465target_os='haiku'
5466target_vendor='pc'
5467try_header=''
5468vendorarchdir=''
5469vendorarchhdrdir=''
5470vendordir=''
5471vendorhdrdir=''
5472vendorlibdir=''
5473warnflags='-std=iso9899:1999'
5474
5475## ----------- ##
5476## confdefs.h. ##
5477## ----------- ##
5478
5479/* confdefs.h */
5480#define PACKAGE_NAME ""
5481#define PACKAGE_TARNAME ""
5482#define PACKAGE_VERSION ""
5483#define PACKAGE_STRING ""
5484#define PACKAGE_BUGREPORT ""
5485#define PACKAGE_URL ""
5486#define CANONICALIZATION_FOR_MATHN 1
5487#define STDC_HEADERS 1
5488#define HAVE_SYS_TYPES_H 1
5489#define HAVE_SYS_STAT_H 1
5490#define HAVE_STDLIB_H 1
5491#define HAVE_STRING_H 1
5492#define HAVE_MEMORY_H 1
5493#define HAVE_STRINGS_H 1
5494#define HAVE_INTTYPES_H 1
5495#define HAVE_STDINT_H 1
5496#define HAVE_UNISTD_H 1
5497#define __EXTENSIONS__ 1
5498#define _ALL_SOURCE 1
5499#define _GNU_SOURCE 1
5500#define _POSIX_PTHREAD_SEMANTICS 1
5501#define _TANDEM_SOURCE 1
5502#define HAVE_INFINITY 1
5503#define HAVE_NAN 1
5504#define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
5505#define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
5506#define HAVE_DIRENT_H 1
5507#define HAVE__BOOL 1
5508#define HAVE_STDBOOL_H 1
5509#define HAVE_SYS_WAIT_H 1
5510#define HAVE_GRP_H 1
5511#define HAVE_FCNTL_H 1
5512#define HAVE_FLOAT_H 1
5513#define HAVE_LANGINFO_H 1
5514#define HAVE_LIMITS_H 1
5515#define HAVE_LOCALE_H 1
5516#define HAVE_MALLOC_H 1
5517#define HAVE_PWD_H 1
5518#define HAVE_SYS_FILE_H 1
5519#define HAVE_SYS_IOCTL_H 1
5520#define HAVE_SYS_PARAM_H 1
5521#define HAVE_SYS_RESOURCE_H 1
5522#define HAVE_SYS_SELECT_H 1
5523#define HAVE_SYS_SOCKET_H 1
5524#define HAVE_SYS_TIME_H 1
5525#define HAVE_SYS_TIMES_H 1
5526#define HAVE_SYS_UIO_H 1
5527#define HAVE_TIME_H 1
5528#define HAVE_UTIME_H 1
5529#define HAVE_GMP_H 1
5530#define HAVE_LIBGMP 1
5531#define WORDS_BIGENDIAN 1
5532#define HAVE_TYPEOF 1
5533#define HAVE_LONG_LONG 1
5534#define HAVE_OFF_T 1
5535#define SIZEOF_INT 0
5536#define SIZEOF_SHORT 0
5537#define SIZEOF_LONG 0
5538
5539configure: exit 77