Oddbean new post about | logout
 i think Go binaries link to libc but that's itt

heres what it produces out of my code for the relay (this includes secp256k1 library:

mleku@iox:~/src/realy.lol/cmd/realy$ ls -lash realy
20M -rwxrwxr-x 1 mleku mleku 20M Nov 10 19:30 realy
mleku@iox:~/src/realy.lol/cmd/realy$ ldd realy
        linux-vdso.so.1 (0x00007a310b5a6000)
        libsecp256k1.so.5 => /lib/libsecp256k1.so.5 (0x00007a310b448000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007a310b200000)
        /lib64/ld-linux-x86-64.so.2 (0x00007a310b5a8000)