Miscellaneous
What does ld do?
1
Answer
On Unix-like operating systems, ld is a linker. It combines many compiled object and archive files, relocates their data, and ties up symbol references. Usually, the last step in compiling a program is to run ld.
LIVE
Points
33
Rating