Y
Hacker News
new
|
ask
|
show
|
jobs
by
flohofwoe
2586 days ago
Even a simple hello-world doesn't work across distros since it requires a specific version of glibc.
1 comments
earenndil
2586 days ago
The glibc version tagging has to do with specific symbols; hello world just uses printf which is there since forever. (Actually the compiler probably optimizes it down to a syscall but.)
link