rsgain icon indicating copy to clipboard operation
rsgain copied to clipboard

Static Build

Open 239 opened this issue 1 year ago • 1 comments

The linked static build is dynamically linked: rsgain: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8db9147d84680a11afabe2d5694e370bbdcb22f0, for GNU/Linux 3.2.0, stripped

        linux-vdso.so.1 (0x000079430b919000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0000794309e00000)
        libm.so.6 => /usr/lib/libm.so.6 (0x000079430b7fb000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x000079430b7cd000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x000079430b7c8000)
        libc.so.6 => /usr/lib/libc.so.6 (0x0000794309c0f000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x000079430b91b000)

239 avatar Oct 22 '24 10:10 239