Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
Linkers
- Debug using =LD_DEBUG=help= to start getting help, and then actually run the binary.
- Really interesting to actually look at this and see what's going on.
- It's not possible to dynamically change the path that libraries are looked up in for a running process.
- The linker is actually baked in; so changing it involves modifying the compiler (or potentially post-processing the binary?)
— Kunal