Sha256: 84c2254f8237c9aa3aa1169b4d2ca9910e29e326bfb6e55e7d86a7718e04fb41
Contents?: true
Size: 1.9 KB
Versions: 3
Compression:
Stored size: 1.9 KB
Contents
have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes "gcc -o conftest -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include/ruby-2.7.0 -I. -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include -DENABLE_PATH_CHECK=0 -g -O2 -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -L. -L/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -L/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -lruby -lm -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return !!argv[argc]; 6: } /* end */ "gcc -o conftest -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include/ruby-2.7.0 -I. -I/opt/hostedtoolcache/Ruby/2.7.8/x64/include -DENABLE_PATH_CHECK=0 -g -O2 -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -L. -L/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -L/opt/hostedtoolcache/Ruby/2.7.8/x64/lib -lruby -lm -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <ruby/io.h> 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_io_extract_modeenc; return !p; } /* end */ --------------------
Version data entries
3 entries across 3 versions & 1 rubygems