Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
1235 days ago
glibc is going to get used by everything in userspace, so you’ll need it when you boot.
2 comments
account42
1235 days ago
Yes, but this thread is about doing the linking
after
boot. It doesn't matter if you link synchronously before you start the program or link asynchronously after you start the program - you will still get a new unique binary for each boot.
link
blibble
1235 days ago
yes... it is there at boot
then after boot you relink for next boot
link