Hacker News new | ask | show | jobs
by MaxBarraclough 2230 days ago
C++ lets you statically link the standard library though, right? Or am I missing your point?
1 comments

Yes, but I'm quite sure GP is talking about using LTS so the installed libraries are the same as you built with.

IIRC there's still an issue with gethostname which must be dynamically linked.