• AggressivelyPassive
    link
    fedilink
    51 year ago

    Dynamically linking libraries that ship with the executable is functionally identical to static linking in this case.

    • @[email protected]
      link
      fedilink
      5
      edit-2
      1 year ago

      Sure, but what is the point of the thread then? Of course a program will need the libraries it was linked against. The kernel has nothing to do with that really. The point was it is possible to run old binaries. Even a recent program will fail to run if its dependencies aren’t provided, that’s not an issue with older ones exclusively…

      • AggressivelyPassive
        link
        fedilink
        01 year ago

        The point is, that under Windows you can take a very old program, sometimes even from the DOS era, and the chances are good, that it will run just fine. UT99 for example runs perfectly under Windows 11 despite being over 20 years older than the OS. That’s mainly because Windows ensures a relatively high degree of backwards compatibility.

        Under Linux, running a five year old binary is almost impossible without 500 hacks. That is quite a different experience.