|
have_func: checking for labs() in stdlib.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: int main(int argc, char **argv)
|
|
4: {
|
|
5: return 0;
|
|
6: }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <stdlib.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))labs; return !p; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for llabs() in stdlib.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <stdlib.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))llabs; return !p; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for finite() in math.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <math.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))finite; return !p; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for isfinite() in math.h... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
conftest.c: In function ‘t’:
|
|
conftest.c:15:57: error: ‘isfinite’ undeclared (first use in this function)
|
|
int t(void) { void ((*volatile p)()); p = (void ((*)()))isfinite; return !p; }
|
|
^
|
|
conftest.c:15:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
conftest.c: At top level:
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <math.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))isfinite; return !p; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
In file included from ../.././include/ruby/missing.h:23:0,
|
|
from ../.././include/ruby/defines.h:154,
|
|
from ../.././include/ruby/ruby.h:29,
|
|
from ../.././include/ruby.h:33,
|
|
from conftest.c:1:
|
|
conftest.c:15:13: warning: conflicting types for built-in function ‘__builtin_isfinite’
|
|
extern void isfinite();
|
|
^
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
|
|
/tmp/ccHvSxrZ.ltrans0.ltrans.o: In function `t':
|
|
/home/glebm/.rvm/src/ruby-2.5.1/ext/bigdecimal/conftest.c:16: undefined reference to `__builtin_isfinite'
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <math.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: extern void isfinite();
|
|
16: int t(void) { isfinite(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_type: checking for struct RRational in ruby.h... -------------------- no
|
|
|
|
"gcc -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC -c conftest.c"
|
|
conftest.c:7:24: error: invalid application of ‘sizeof’ to incomplete type ‘conftest_type {aka struct RRational}’
|
|
int conftestval[sizeof(conftest_type)?1:-1];
|
|
^
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: typedef struct RRational conftest_type;
|
|
7: int conftestval[sizeof(conftest_type)?1:-1];
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_rational_num() in ruby.h... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
/tmp/ccGpgMw8.ltrans0.ltrans.o: In function `t':
|
|
/home/glebm/.rvm/src/ruby-2.5.1/ext/bigdecimal/conftest.c:15: undefined reference to `rb_rational_num'
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_rational_num; return !p; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
conftest.c:15:13: error: conflicting types for ‘rb_rational_num’
|
|
extern void rb_rational_num();
|
|
^
|
|
In file included from ../.././include/ruby/ruby.h:2040:0,
|
|
from ../.././include/ruby.h:33,
|
|
from conftest.c:1:
|
|
../.././include/ruby/intern.h:171:7: note: previous declaration of ‘rb_rational_num’ was here
|
|
VALUE rb_rational_num(VALUE rat);
|
|
^
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: extern void rb_rational_num();
|
|
16: int t(void) { rb_rational_num(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_rational_den() in ruby.h... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
/tmp/ccbaSg2o.ltrans0.ltrans.o: In function `t':
|
|
/home/glebm/.rvm/src/ruby-2.5.1/ext/bigdecimal/conftest.c:15: undefined reference to `rb_rational_den'
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_rational_den; return !p; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
conftest.c:15:13: error: conflicting types for ‘rb_rational_den’
|
|
extern void rb_rational_den();
|
|
^
|
|
In file included from ../.././include/ruby/ruby.h:2040:0,
|
|
from ../.././include/ruby.h:33,
|
|
from conftest.c:1:
|
|
../.././include/ruby/intern.h:172:7: note: previous declaration of ‘rb_rational_den’ was here
|
|
VALUE rb_rational_den(VALUE rat);
|
|
^
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: extern void rb_rational_den();
|
|
16: int t(void) { rb_rational_den(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_array_const_ptr() in ruby.h... -------------------- yes
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_array_const_ptr; return !p; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
have_func: checking for rb_sym2str() in ruby.h... -------------------- no
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
/tmp/ccyizvYS.ltrans0.ltrans.o: In function `t':
|
|
/home/glebm/.rvm/src/ruby-2.5.1/ext/bigdecimal/conftest.c:15: undefined reference to `rb_sym2str'
|
|
collect2: error: ld returned 1 exit status
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_sym2str; return !p; }
|
|
/* end */
|
|
|
|
"gcc -o conftest -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -march=native -flto -pipe -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -fPIC conftest.c -L. -L../.. -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/glebm/.rvm/rubies/ruby-2.5.1/lib -L/home/glebm/.rvm/rubies/ruby-2.5.1/lib -lruby-static -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
|
conftest.c:15:13: error: conflicting types for ‘rb_sym2str’
|
|
extern void rb_sym2str();
|
|
^
|
|
In file included from ../.././include/ruby.h:33:0,
|
|
from conftest.c:1:
|
|
../.././include/ruby/ruby.h:1735:7: note: previous declaration of ‘rb_sym2str’ was here
|
|
VALUE rb_sym2str(VALUE);
|
|
^
|
|
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
|
|
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
|
|
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
|
|
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
|
|
checked program was:
|
|
/* begin */
|
|
1: #include "ruby.h"
|
|
2:
|
|
3: #include <ruby.h>
|
|
4:
|
|
5: /*top*/
|
|
6: extern int t(void);
|
|
7: int main(int argc, char **argv)
|
|
8: {
|
|
9: if (argc > 1000000) {
|
|
10: printf("%p", &t);
|
|
11: }
|
|
12:
|
|
13: return 0;
|
|
14: }
|
|
15: extern void rb_sym2str();
|
|
16: int t(void) { rb_sym2str(); return 0; }
|
|
/* end */
|
|
|
|
--------------------
|
|
|
|
extconf.h is:
|
|
/* begin */
|
|
1: #ifndef EXTCONF_H
|
|
2: #define EXTCONF_H
|
|
3: #define RUBY_BIGDECIMAL_VERSION "1.3.4"
|
|
4: #define HAVE_LABS 1
|
|
5: #define HAVE_LLABS 1
|
|
6: #define HAVE_FINITE 1
|
|
7: #define HAVE_RB_ARRAY_CONST_PTR 1
|
|
8: #endif
|
|
/* end */
|
|
|