Comment by frozenport
3 years ago
Windows installs those MSVC runtimes via windows update for the last decade.
With Linux, ever revision of gcc has its own glibcxx, but distros don't keep those up to date. So that you'll find that code built with even an old compiler (like gcc10) isn't supported out of the box.
I read "old compiler" and thought you meant something like GCC 4.8.5, not something released in 2020!