Search notes:

Shell command: ld

The standard linker is part of binutils, but not of the GNU compiler collection. This is why ld is installed under /usr/bin and not in the GCC bin path.
Also, GCC does not directly call ld, it calls collect2.
ld is not to be confused with the dynamic linker.

See also

Shell commands

Index