Skip to content

Instantly share code, notes, and snippets.

@h4k1m0u
Created March 6, 2025 20:28
Show Gist options
  • Save h4k1m0u/301a88f61efbd510f4ab2993cc4425ea to your computer and use it in GitHub Desktop.
Save h4k1m0u/301a88f61efbd510f4ab2993cc4425ea to your computer and use it in GitHub Desktop.
Notions about gcc and the linker ld

Linking order

The dependent executable should appear before the libraries it depends on, as order is important (See 1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment