Sha256: 90d11e949d5166637c24474f34ab7cce1ceae307b959e125c8d916afcd373807

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 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. -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. -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. -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. -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

1 entries across 1 versions & 1 rubygems

Version Path
avalara_sdk-24.12.2 vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/stringio-3.0.2/mkmf.log