/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

begriffs.com
| | blog.krzyzanowskim.com
2.1 parsecs away

Travel
| | what? In short: dynamic linking happened. Dynamic linking - what it is? It's an operation that happens when part of the code spreads across different files (called libraries), and the binary content of the library is loaded in runtime. A dynamic linker (which is a system tool) finds a symbol
| | pewpewthespells.com
2.5 parsecs away

Travel
| | [AI summary] This technical guide explains the differences between dynamic and static library linking on OS X and iOS, including benefits, file formats, and step-by-step compilation examples.
| | rugu.dev
4.7 parsecs away

Travel
| | [AI summary] A software developer explains why precompiled programs fail on NixOS due to its isolated filesystem and provides specific technical workarounds and tools to resolve dependency issues.
| | shrik3.com
31.7 parsecs away

Travel
| [AI summary] A technical blog post explains the ELF binary format, dynamic linking, and the roles of the dynamic linker, GOT, PLT, and symbol tables using command-line examples.