Dynamic Linking
TechJedi > Dynamic Linking
Statically Linked Executable (elf executable)
04
Jul
What is static linking? How to statically link an executable? Most of the time you have to take your executable built in 1 machine and run other machine. Sometimes for specific applications like embedded and real time machines, the destination m/c are really small and might not have all the standard libraries (like gcc libraries) […]