Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems
Posted Sep 4, 2014 7:20 UTC (Thu) by mjthayer (guest, #39183)In reply to: Poettering: Revisiting how we put together Linux systems by Wol
Parent article: Poettering: Revisiting how we put together Linux systems
That is how static linking works today with the standard GNU toolchain. If you are linking a binary statically you sometimes have to include a given library twice on the linker command line for that reason.