Ticket #62624: mkmf.log

File mkmf.log, 38.5 KB (added by josephsacco, 3 years ago)

mkmf.log

Line 
1have_func: checking for labs() in stdlib.h... -------------------- yes
2
3"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
4ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
5checked program was:
6/* begin */
71: #include "ruby.h"
82:
93: int main(int argc, char **argv)
104: {
115:   return !!argv[argc];
126: }
13/* end */
14
15"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
16ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
17checked program was:
18/* begin */
19 1: #include "ruby.h"
20 2:
21 3: #include <stdlib.h>
22 4:
23 5: /*top*/
24 6: extern int t(void);
25 7: int main(int argc, char **argv)
26 8: {
27 9:   if (argc > 1000000) {
2810:     int (* volatile tp)(void)=(int (*)(void))&t;
2911:     printf("%d", (*tp)());
3012:   }
3113:
3214:   return !!argv[argc];
3315: }
3416: int t(void) { void ((*volatile p)()); p = (void ((*)()))labs; return !p; }
35/* end */
36
37--------------------
38
39have_func: checking for llabs() in stdlib.h... -------------------- yes
40
41"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
42ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
43checked program was:
44/* begin */
45 1: #include "ruby.h"
46 2:
47 3: #include <stdlib.h>
48 4:
49 5: /*top*/
50 6: extern int t(void);
51 7: int main(int argc, char **argv)
52 8: {
53 9:   if (argc > 1000000) {
5410:     int (* volatile tp)(void)=(int (*)(void))&t;
5511:     printf("%d", (*tp)());
5612:   }
5713:
5814:   return !!argv[argc];
5915: }
6016: int t(void) { void ((*volatile p)()); p = (void ((*)()))llabs; return !p; }
61/* end */
62
63--------------------
64
65have_func: checking for finite() in math.h... -------------------- yes
66
67"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
68conftest.c:16:57: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
69int t(void) { void ((*volatile p)()); p = (void ((*)()))finite; return !p; }
70                                                        ^
71/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
72extern int finite(double)
73           ^
741 warning generated.
75ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
76checked program was:
77/* begin */
78 1: #include "ruby.h"
79 2:
80 3: #include <math.h>
81 4:
82 5: /*top*/
83 6: extern int t(void);
84 7: int main(int argc, char **argv)
85 8: {
86 9:   if (argc > 1000000) {
8710:     int (* volatile tp)(void)=(int (*)(void))&t;
8811:     printf("%d", (*tp)());
8912:   }
9013:
9114:   return !!argv[argc];
9215: }
9316: int t(void) { void ((*volatile p)()); p = (void ((*)()))finite; return !p; }
94/* end */
95
96--------------------
97
98have_func: checking for isfinite() in math.h... -------------------- no
99
100"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
101conftest.c:16:57: error: use of undeclared identifier 'isfinite'
102int t(void) { void ((*volatile p)()); p = (void ((*)()))isfinite; return !p; }
103                                                        ^
1041 error generated.
105checked program was:
106/* begin */
107 1: #include "ruby.h"
108 2:
109 3: #include <math.h>
110 4:
111 5: /*top*/
112 6: extern int t(void);
113 7: int main(int argc, char **argv)
114 8: {
115 9:   if (argc > 1000000) {
11610:     int (* volatile tp)(void)=(int (*)(void))&t;
11711:     printf("%d", (*tp)());
11812:   }
11913:
12014:   return !!argv[argc];
12115: }
12216: int t(void) { void ((*volatile p)()); p = (void ((*)()))isfinite; return !p; }
123/* end */
124
125"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
126conftest.c:16:13: error: expected identifier or '('
127extern void isfinite();
128            ^
129/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:155:7: note: expanded from macro 'isfinite'
130    ( sizeof(x) == sizeof(float)  ? __inline_isfinitef((float)(x))       \
131      ^
132conftest.c:16:13: error: expected ')'
133/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:155:7: note: expanded from macro 'isfinite'
134    ( sizeof(x) == sizeof(float)  ? __inline_isfinitef((float)(x))       \
135      ^
136conftest.c:16:13: note: to match this '('
137/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:155:5: note: expanded from macro 'isfinite'
138    ( sizeof(x) == sizeof(float)  ? __inline_isfinitef((float)(x))       \
139    ^
140conftest.c:17:15: error: expected expression
141int t(void) { isfinite(); return 0; }
142              ^
143/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:155:15: note: expanded from macro 'isfinite'
144    ( sizeof(x) == sizeof(float)  ? __inline_isfinitef((float)(x))       \
145              ^
146conftest.c:17:15: error: expected expression
147/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:155:65: note: expanded from macro 'isfinite'
148    ( sizeof(x) == sizeof(float)  ? __inline_isfinitef((float)(x))       \
149                                                                ^
150conftest.c:17:15: error: expected expression
151/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:156:15: note: expanded from macro 'isfinite'
152    : sizeof(x) == sizeof(double) ? __inline_isfinited((double)(x))      \
153              ^
154conftest.c:17:15: error: expected expression
155/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:156:66: note: expanded from macro 'isfinite'
156    : sizeof(x) == sizeof(double) ? __inline_isfinited((double)(x))      \
157                                                                 ^
158conftest.c:17:15: error: expected expression
159/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:157:71: note: expanded from macro 'isfinite'
160                                  : __inline_isfinitel((long double)(x)))
161                                                                      ^
1627 errors generated.
163checked program was:
164/* begin */
165 1: #include "ruby.h"
166 2:
167 3: #include <math.h>
168 4:
169 5: /*top*/
170 6: extern int t(void);
171 7: int main(int argc, char **argv)
172 8: {
173 9:   if (argc > 1000000) {
17410:     int (* volatile tp)(void)=(int (*)(void))&t;
17511:     printf("%d", (*tp)());
17612:   }
17713:
17814:   return !!argv[argc];
17915: }
18016: extern void isfinite();
18117: int t(void) { isfinite(); return 0; }
182/* end */
183
184--------------------
185
186have_type: checking for struct RRational in ruby.h... -------------------- no
187
188"/usr/bin/clang -fdeclspec -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common  -arch x86_64  -c conftest.c"
189conftest.c:7:17: error: invalid application of 'sizeof' to an incomplete type 'conftest_type' (aka 'struct RRational')
190int conftestval[sizeof(conftest_type)?1:-1];
191                ^     ~~~~~~~~~~~~~~~
192conftest.c:6:16: note: forward declaration of 'struct RRational'
193typedef struct RRational conftest_type;
194               ^
1951 error generated.
196checked program was:
197/* begin */
1981: #include "ruby.h"
1992:
2003: #include <ruby.h>
2014:
2025: /*top*/
2036: typedef struct RRational conftest_type;
2047: int conftestval[sizeof(conftest_type)?1:-1];
205/* end */
206
207--------------------
208
209have_func: checking for rb_rational_num() in ruby.h... -------------------- no
210
211"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
212ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
213Undefined symbols for architecture x86_64:
214  "_rb_rational_num", referenced from:
215      _t in conftest-db4e79.o
216ld: symbol(s) not found for architecture x86_64
217clang: error: linker command failed with exit code 1 (use -v to see invocation)
218checked program was:
219/* begin */
220 1: #include "ruby.h"
221 2:
222 3: #include <ruby.h>
223 4:
224 5: /*top*/
225 6: extern int t(void);
226 7: int main(int argc, char **argv)
227 8: {
228 9:   if (argc > 1000000) {
22910:     int (* volatile tp)(void)=(int (*)(void))&t;
23011:     printf("%d", (*tp)());
23112:   }
23213:
23314:   return !!argv[argc];
23415: }
23516: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_rational_num; return !p; }
236/* end */
237
238"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
239conftest.c:16:13: error: conflicting types for 'rb_rational_num'
240extern void rb_rational_num();
241            ^
242../.././include/ruby/internal/intern/rational.h:39:7: note: previous declaration is here
243VALUE rb_rational_num(VALUE rat);
244      ^
245conftest.c:17:31: error: too few arguments to function call, single argument 'rat' was not specified
246int t(void) { rb_rational_num(); return 0; }
247              ~~~~~~~~~~~~~~~ ^
248../.././include/ruby/internal/intern/rational.h:39:1: note: 'rb_rational_num' declared here
249VALUE rb_rational_num(VALUE rat);
250^
2512 errors generated.
252checked program was:
253/* begin */
254 1: #include "ruby.h"
255 2:
256 3: #include <ruby.h>
257 4:
258 5: /*top*/
259 6: extern int t(void);
260 7: int main(int argc, char **argv)
261 8: {
262 9:   if (argc > 1000000) {
26310:     int (* volatile tp)(void)=(int (*)(void))&t;
26411:     printf("%d", (*tp)());
26512:   }
26613:
26714:   return !!argv[argc];
26815: }
26916: extern void rb_rational_num();
27017: int t(void) { rb_rational_num(); return 0; }
271/* end */
272
273--------------------
274
275have_func: checking for rb_rational_den() in ruby.h... -------------------- no
276
277"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
278ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
279Undefined symbols for architecture x86_64:
280  "_rb_rational_den", referenced from:
281      _t in conftest-08fe43.o
282ld: symbol(s) not found for architecture x86_64
283clang: error: linker command failed with exit code 1 (use -v to see invocation)
284checked program was:
285/* begin */
286 1: #include "ruby.h"
287 2:
288 3: #include <ruby.h>
289 4:
290 5: /*top*/
291 6: extern int t(void);
292 7: int main(int argc, char **argv)
293 8: {
294 9:   if (argc > 1000000) {
29510:     int (* volatile tp)(void)=(int (*)(void))&t;
29611:     printf("%d", (*tp)());
29712:   }
29813:
29914:   return !!argv[argc];
30015: }
30116: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_rational_den; return !p; }
302/* end */
303
304"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
305conftest.c:16:13: error: conflicting types for 'rb_rational_den'
306extern void rb_rational_den();
307            ^
308../.././include/ruby/internal/intern/rational.h:40:7: note: previous declaration is here
309VALUE rb_rational_den(VALUE rat);
310      ^
311conftest.c:17:31: error: too few arguments to function call, single argument 'rat' was not specified
312int t(void) { rb_rational_den(); return 0; }
313              ~~~~~~~~~~~~~~~ ^
314../.././include/ruby/internal/intern/rational.h:40:1: note: 'rb_rational_den' declared here
315VALUE rb_rational_den(VALUE rat);
316^
3172 errors generated.
318checked program was:
319/* begin */
320 1: #include "ruby.h"
321 2:
322 3: #include <ruby.h>
323 4:
324 5: /*top*/
325 6: extern int t(void);
326 7: int main(int argc, char **argv)
327 8: {
328 9:   if (argc > 1000000) {
32910:     int (* volatile tp)(void)=(int (*)(void))&t;
33011:     printf("%d", (*tp)());
33112:   }
33213:
33314:   return !!argv[argc];
33415: }
33516: extern void rb_rational_den();
33617: int t(void) { rb_rational_den(); return 0; }
337/* end */
338
339--------------------
340
341have_type: checking for struct RComplex in ruby.h... -------------------- no
342
343"/usr/bin/clang -fdeclspec -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common  -arch x86_64  -c conftest.c"
344conftest.c:7:17: error: invalid application of 'sizeof' to an incomplete type 'conftest_type' (aka 'struct RComplex')
345int conftestval[sizeof(conftest_type)?1:-1];
346                ^     ~~~~~~~~~~~~~~~
347conftest.c:6:16: note: forward declaration of 'struct RComplex'
348typedef struct RComplex conftest_type;
349               ^
3501 error generated.
351checked program was:
352/* begin */
3531: #include "ruby.h"
3542:
3553: #include <ruby.h>
3564:
3575: /*top*/
3586: typedef struct RComplex conftest_type;
3597: int conftestval[sizeof(conftest_type)?1:-1];
360/* end */
361
362--------------------
363
364have_func: checking for rb_complex_real() in ruby.h... -------------------- no
365
366"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
367ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
368Undefined symbols for architecture x86_64:
369  "_rb_complex_real", referenced from:
370      _t in conftest-d4a4a4.o
371ld: symbol(s) not found for architecture x86_64
372clang: error: linker command failed with exit code 1 (use -v to see invocation)
373checked program was:
374/* begin */
375 1: #include "ruby.h"
376 2:
377 3: #include <ruby.h>
378 4:
379 5: /*top*/
380 6: extern int t(void);
381 7: int main(int argc, char **argv)
382 8: {
383 9:   if (argc > 1000000) {
38410:     int (* volatile tp)(void)=(int (*)(void))&t;
38511:     printf("%d", (*tp)());
38612:   }
38713:
38814:   return !!argv[argc];
38915: }
39016: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_complex_real; return !p; }
391/* end */
392
393"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
394conftest.c:16:13: error: conflicting types for 'rb_complex_real'
395extern void rb_complex_real();
396            ^
397../.././include/ruby/internal/intern/complex.h:38:7: note: previous declaration is here
398VALUE rb_complex_real(VALUE z);
399      ^
400conftest.c:17:31: error: too few arguments to function call, single argument 'z' was not specified
401int t(void) { rb_complex_real(); return 0; }
402              ~~~~~~~~~~~~~~~ ^
403../.././include/ruby/internal/intern/complex.h:38:1: note: 'rb_complex_real' declared here
404VALUE rb_complex_real(VALUE z);
405^
4062 errors generated.
407checked program was:
408/* begin */
409 1: #include "ruby.h"
410 2:
411 3: #include <ruby.h>
412 4:
413 5: /*top*/
414 6: extern int t(void);
415 7: int main(int argc, char **argv)
416 8: {
417 9:   if (argc > 1000000) {
41810:     int (* volatile tp)(void)=(int (*)(void))&t;
41911:     printf("%d", (*tp)());
42012:   }
42113:
42214:   return !!argv[argc];
42315: }
42416: extern void rb_complex_real();
42517: int t(void) { rb_complex_real(); return 0; }
426/* end */
427
428--------------------
429
430have_func: checking for rb_complex_imag() in ruby.h... -------------------- no
431
432"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
433ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
434Undefined symbols for architecture x86_64:
435  "_rb_complex_imag", referenced from:
436      _t in conftest-98d8d6.o
437ld: symbol(s) not found for architecture x86_64
438clang: error: linker command failed with exit code 1 (use -v to see invocation)
439checked program was:
440/* begin */
441 1: #include "ruby.h"
442 2:
443 3: #include <ruby.h>
444 4:
445 5: /*top*/
446 6: extern int t(void);
447 7: int main(int argc, char **argv)
448 8: {
449 9:   if (argc > 1000000) {
45010:     int (* volatile tp)(void)=(int (*)(void))&t;
45111:     printf("%d", (*tp)());
45212:   }
45313:
45414:   return !!argv[argc];
45515: }
45616: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_complex_imag; return !p; }
457/* end */
458
459"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
460conftest.c:16:13: error: conflicting types for 'rb_complex_imag'
461extern void rb_complex_imag();
462            ^
463../.././include/ruby/internal/intern/complex.h:39:7: note: previous declaration is here
464VALUE rb_complex_imag(VALUE z);
465      ^
466conftest.c:17:31: error: too few arguments to function call, single argument 'z' was not specified
467int t(void) { rb_complex_imag(); return 0; }
468              ~~~~~~~~~~~~~~~ ^
469../.././include/ruby/internal/intern/complex.h:39:1: note: 'rb_complex_imag' declared here
470VALUE rb_complex_imag(VALUE z);
471^
4722 errors generated.
473checked program was:
474/* begin */
475 1: #include "ruby.h"
476 2:
477 3: #include <ruby.h>
478 4:
479 5: /*top*/
480 6: extern int t(void);
481 7: int main(int argc, char **argv)
482 8: {
483 9:   if (argc > 1000000) {
48410:     int (* volatile tp)(void)=(int (*)(void))&t;
48511:     printf("%d", (*tp)());
48612:   }
48713:
48814:   return !!argv[argc];
48915: }
49016: extern void rb_complex_imag();
49117: int t(void) { rb_complex_imag(); return 0; }
492/* end */
493
494--------------------
495
496have_func: checking for rb_array_const_ptr() in ruby.h... -------------------- no
497
498"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
499ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
500Undefined symbols for architecture x86_64:
501  "_rb_ary_detransient", referenced from:
502      _rb_array_const_ptr in conftest-5887ba.o
503ld: symbol(s) not found for architecture x86_64
504clang: error: linker command failed with exit code 1 (use -v to see invocation)
505checked program was:
506/* begin */
507 1: #include "ruby.h"
508 2:
509 3: #include <ruby.h>
510 4:
511 5: /*top*/
512 6: extern int t(void);
513 7: int main(int argc, char **argv)
514 8: {
515 9:   if (argc > 1000000) {
51610:     int (* volatile tp)(void)=(int (*)(void))&t;
51711:     printf("%d", (*tp)());
51812:   }
51913:
52014:   return !!argv[argc];
52115: }
52216: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_array_const_ptr; return !p; }
523/* end */
524
525"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
526conftest.c:16:13: error: conflicting types for 'rb_array_const_ptr'
527extern void rb_array_const_ptr();
528            ^
529../.././include/ruby/internal/core/rarray.h:184:1: note: previous definition is here
530rb_array_const_ptr(VALUE a)
531^
532conftest.c:17:34: error: too few arguments to function call, single argument 'a' was not specified
533int t(void) { rb_array_const_ptr(); return 0; }
534              ~~~~~~~~~~~~~~~~~~ ^
535../.././include/ruby/internal/core/rarray.h:183:1: note: 'rb_array_const_ptr' declared here
536static inline const VALUE *
537^
5382 errors generated.
539checked program was:
540/* begin */
541 1: #include "ruby.h"
542 2:
543 3: #include <ruby.h>
544 4:
545 5: /*top*/
546 6: extern int t(void);
547 7: int main(int argc, char **argv)
548 8: {
549 9:   if (argc > 1000000) {
55010:     int (* volatile tp)(void)=(int (*)(void))&t;
55111:     printf("%d", (*tp)());
55212:   }
55313:
55414:   return !!argv[argc];
55515: }
55616: extern void rb_array_const_ptr();
55717: int t(void) { rb_array_const_ptr(); return 0; }
558/* end */
559
560--------------------
561
562have_func: checking for rb_sym2str() in ruby.h... -------------------- no
563
564"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
565ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
566Undefined symbols for architecture x86_64:
567  "_rb_sym2str", referenced from:
568      _t in conftest-010082.o
569ld: symbol(s) not found for architecture x86_64
570clang: error: linker command failed with exit code 1 (use -v to see invocation)
571checked program was:
572/* begin */
573 1: #include "ruby.h"
574 2:
575 3: #include <ruby.h>
576 4:
577 5: /*top*/
578 6: extern int t(void);
579 7: int main(int argc, char **argv)
580 8: {
581 9:   if (argc > 1000000) {
58210:     int (* volatile tp)(void)=(int (*)(void))&t;
58311:     printf("%d", (*tp)());
58412:   }
58513:
58614:   return !!argv[argc];
58715: }
58816: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_sym2str; return !p; }
589/* end */
590
591"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
592conftest.c:16:13: error: conflicting types for 'rb_sym2str'
593extern void rb_sym2str();
594            ^
595../.././include/ruby/internal/symbol.h:63:7: note: previous declaration is here
596VALUE rb_sym2str(VALUE);
597      ^
598conftest.c:17:26: error: too few arguments to function call, expected 1, have 0
599int t(void) { rb_sym2str(); return 0; }
600              ~~~~~~~~~~ ^
601../.././include/ruby/internal/symbol.h:63:1: note: 'rb_sym2str' declared here
602VALUE rb_sym2str(VALUE);
603^
6042 errors generated.
605checked program was:
606/* begin */
607 1: #include "ruby.h"
608 2:
609 3: #include <ruby.h>
610 4:
611 5: /*top*/
612 6: extern int t(void);
613 7: int main(int argc, char **argv)
614 8: {
615 9:   if (argc > 1000000) {
61610:     int (* volatile tp)(void)=(int (*)(void))&t;
61711:     printf("%d", (*tp)());
61812:   }
61913:
62014:   return !!argv[argc];
62115: }
62216: extern void rb_sym2str();
62317: int t(void) { rb_sym2str(); return 0; }
624/* end */
625
626--------------------
627
628have_func: checking for rb_opts_exception_p() in ruby.h... -------------------- no
629
630"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
631conftest.c:16:57: error: use of undeclared identifier 'rb_opts_exception_p'
632int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_opts_exception_p; return !p; }
633                                                        ^
6341 error generated.
635checked program was:
636/* begin */
637 1: #include "ruby.h"
638 2:
639 3: #include <ruby.h>
640 4:
641 5: /*top*/
642 6: extern int t(void);
643 7: int main(int argc, char **argv)
644 8: {
645 9:   if (argc > 1000000) {
64610:     int (* volatile tp)(void)=(int (*)(void))&t;
64711:     printf("%d", (*tp)());
64812:   }
64913:
65014:   return !!argv[argc];
65115: }
65216: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_opts_exception_p; return !p; }
653/* end */
654
655"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
656ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
657Undefined symbols for architecture x86_64:
658  "_rb_opts_exception_p", referenced from:
659      _t in conftest-170e22.o
660ld: symbol(s) not found for architecture x86_64
661clang: error: linker command failed with exit code 1 (use -v to see invocation)
662checked program was:
663/* begin */
664 1: #include "ruby.h"
665 2:
666 3: #include <ruby.h>
667 4:
668 5: /*top*/
669 6: extern int t(void);
670 7: int main(int argc, char **argv)
671 8: {
672 9:   if (argc > 1000000) {
67310:     int (* volatile tp)(void)=(int (*)(void))&t;
67411:     printf("%d", (*tp)());
67512:   }
67613:
67714:   return !!argv[argc];
67815: }
67916: extern void rb_opts_exception_p();
68017: int t(void) { rb_opts_exception_p(); return 0; }
681/* end */
682
683--------------------
684
685have_func: checking for rb_category_warn() in ruby.h... -------------------- no
686
687"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
688ld: warning: ignoring file ../../libruby.3.0-static.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
689Undefined symbols for architecture x86_64:
690  "_rb_category_warn", referenced from:
691      _t in conftest-4c201e.o
692ld: symbol(s) not found for architecture x86_64
693clang: error: linker command failed with exit code 1 (use -v to see invocation)
694checked program was:
695/* begin */
696 1: #include "ruby.h"
697 2:
698 3: #include <ruby.h>
699 4:
700 5: /*top*/
701 6: extern int t(void);
702 7: int main(int argc, char **argv)
703 8: {
704 9:   if (argc > 1000000) {
70510:     int (* volatile tp)(void)=(int (*)(void))&t;
70611:     printf("%d", (*tp)());
70712:   }
70813:
70914:   return !!argv[argc];
71015: }
71116: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_category_warn; return !p; }
712/* end */
713
714"/usr/bin/clang -fdeclspec -o conftest -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common conftest.c  -L. -L../.. -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch x86_64   -lruby.3.0-static -framework Security -framework Foundation -lpthread -ldl -lobjc   "
715conftest.c:16:13: error: conflicting types for 'rb_category_warn'
716extern void rb_category_warn();
717            ^
718../.././include/ruby/internal/error.h:79:27: note: previous declaration is here
719COLDFUNC PRINTF_ARGS(void rb_category_warn(rb_warning_category_t, const char*, ...), 2, 3);
720                          ^
721conftest.c:17:32: error: too few arguments to function call, expected at least 2, have 0
722int t(void) { rb_category_warn(); return 0; }
723              ~~~~~~~~~~~~~~~~ ^
724../.././include/ruby/internal/error.h:79:1: note: 'rb_category_warn' declared here
725COLDFUNC PRINTF_ARGS(void rb_category_warn(rb_warning_category_t, const char*, ...), 2, 3);
726^
727../.././include/ruby/backward/2/attributes.h:110:18: note: expanded from macro 'COLDFUNC'
728#define COLDFUNC RBIMPL_ATTR_COLD()
729                 ^
730../.././include/ruby/internal/attr/cold.h:32:29: note: expanded from macro 'RBIMPL_ATTR_COLD'
731# define RBIMPL_ATTR_COLD() __attribute__((__cold__))
732                            ^
7332 errors generated.
734checked program was:
735/* begin */
736 1: #include "ruby.h"
737 2:
738 3: #include <ruby.h>
739 4:
740 5: /*top*/
741 6: extern int t(void);
742 7: int main(int argc, char **argv)
743 8: {
744 9:   if (argc > 1000000) {
74510:     int (* volatile tp)(void)=(int (*)(void))&t;
74611:     printf("%d", (*tp)());
74712:   }
74813:
74914:   return !!argv[argc];
75015: }
75116: extern void rb_category_warn();
75217: int t(void) { rb_category_warn(); return 0; }
753/* end */
754
755--------------------
756
757have_const: checking for RB_WARN_CATEGORY_DEPRECATED in ruby.h... -------------------- yes
758
759"/usr/bin/clang -fdeclspec -I../../.ext/include/x86_64-darwin20 -I../.././include -I../.././ext/bigdecimal -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common  -arch x86_64  -c conftest.c"
760checked program was:
761/* begin */
7621: #include "ruby.h"
7632:
7643: #include <ruby.h>
7654:
7665: /*top*/
7676: typedef int conftest_type;
7687: conftest_type conftestval = (int)RB_WARN_CATEGORY_DEPRECATED;
769/* end */
770
771--------------------
772
773extconf.h is:
774/* begin */
7751: #ifndef EXTCONF_H
7762: #define EXTCONF_H
7773: #define RUBY_BIGDECIMAL_VERSION "3.0.0"
7784: #define HAVE_LABS 1
7795: #define HAVE_LLABS 1
7806: #define HAVE_FINITE 1
7817: #define HAVE_CONST_RB_WARN_CATEGORY_DEPRECATED 1
7828: #endif
783/* end */
784