Y
Hacker News
new
|
ask
|
show
|
jobs
by
nsvd2
245 days ago
Static compilation and static linking are two separate things - however, Rust is both statically compiled and (usually) uses static linking of dependency libraries.
1 comments
paulddraper
245 days ago
You’re right. I mean static linking.
And by default Rust does not. Needs glibc.
link
And by default Rust does not. Needs glibc.