Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22459

Executable without dynamic linkker

$
0
0

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.


Viewing all articles
Browse latest Browse all 22459

Trending Articles