AlkantarClanX12

Your IP : 18.222.56.71


Current Path : /proc/self/root/opt/alt/ruby33/lib64/gems/ruby/ruby-lsapi-5.6/
Upload File :
Current File : //proc/self/root/opt/alt/ruby33/lib64/gems/ruby/ruby-lsapi-5.6/mkmf.log

have_library: checking for -lsocket... -------------------- no

LD_LIBRARY_PATH=.:/opt/alt/ruby33/lib64 "gcc -o conftest -I/opt/alt/ruby33/include -I/opt/alt/ruby33/include/ruby/backward -I/opt/alt/ruby33/include -I.    -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c  -L. -L/opt/alt/ruby33/lib64 -Wl,-rpath,/opt/alt/ruby33/lib64 -L. -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed  -m64   -Wl,-rpath,/opt/alt/ruby33/lib64 -L/opt/alt/ruby33/lib64 -lruby  -lm -lpthread  -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main(int argc, char **argv)
4: {
5:   return !!argv[argc];
6: }
/* end */

LD_LIBRARY_PATH=.:/opt/alt/ruby33/lib64 "gcc -o conftest -I/opt/alt/ruby33/include -I/opt/alt/ruby33/include/ruby/backward -I/opt/alt/ruby33/include -I.    -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c  -L. -L/opt/alt/ruby33/lib64 -Wl,-rpath,/opt/alt/ruby33/lib64 -L. -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed  -m64   -Wl,-rpath,/opt/alt/ruby33/lib64 -L/opt/alt/ruby33/lib64 -lruby -lsocket  -lm -lpthread  -lc"
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
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 */

--------------------