Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems
Posted Sep 4, 2014 6:55 UTC (Thu) by Wol (subscriber, #4433)In reply to: Poettering: Revisiting how we put together Linux systems by mjthayer
Parent article: Poettering: Revisiting how we put together Linux systems
Each time you loaded a library, it checked the list of unsatisfied functions in the program against the list of functions in the library, and pulled them across.
So if one library function referenced another function in the same library, you often had to load the library twice to satisfy the second reference.
I've often felt that was better than the monolithic "just link the entire library", but it does prevent the "shared library across processes" approach.
Cheers,
Wol
Posted Sep 4, 2014 7:20 UTC (Thu)
by mjthayer (guest, #39183)
[Link]
Poettering: Revisiting how we put together Linux systems