Can I compile (using g++ compiler) an executable (on linux) and strip out the dynamic linker /lib64/ld-linux-x86-64.so.2
?I mean that if I ldd
the executable after building it should detect the linker of the current (linux) system.
↧
Executable without dynamic linkker
↧