Sha256: 975352cde952c419ffd83a2d59c79d5a58e77dedcc1a31fcd676ad2418ed2fe7
Contents?: true
Size: 1.57 KB
Versions: 6
Compression:
Stored size: 1.57 KB
Contents
have_library: checking for -lstdc++... -------------------- yes "gcc -o conftest -I/home/sisira/.rbenv/versions/2.7.4/include/ruby-2.7.0/x86_64-linux -I/home/sisira/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/backward -I/home/sisira/.rbenv/versions/2.7.4/include/ruby-2.7.0 -I. -g -O2 -fPIC conftest.c -L. -L/home/sisira/.rbenv/versions/2.7.4/lib -Wl,-rpath,/home/sisira/.rbenv/versions/2.7.4/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/sisira/.rbenv/versions/2.7.4/lib -L/home/sisira/.rbenv/versions/2.7.4/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/home/sisira/.rbenv/versions/2.7.4/include/ruby-2.7.0/x86_64-linux -I/home/sisira/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/backward -I/home/sisira/.rbenv/versions/2.7.4/include/ruby-2.7.0 -I. -g -O2 -fPIC conftest.c -L. -L/home/sisira/.rbenv/versions/2.7.4/lib -Wl,-rpath,/home/sisira/.rbenv/versions/2.7.4/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/home/sisira/.rbenv/versions/2.7.4/lib -L/home/sisira/.rbenv/versions/2.7.4/lib -lruby -lstdc++ -lm -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: 15: int t(void) { ; return 0; } /* end */ --------------------
Version data entries
6 entries across 6 versions & 1 rubygems