Linked by Thom Holwerda on Thu 9th Aug 2007 17:06 UTC, submitted by Dan Warne
Thread beginning with comment 262116
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-18
Build individual applications with their own given versions of the small libraries. This restricts big library compatibility testing to the few big libraries, and small library testing is done by the developer who packages his app with the libraries that he knows work.
That sounds vaguely like the approach taken by PC-BSD. It also seems to obviate the need for the libraries at all. It seems foolish to go to the effort of separating code into DLL files (or SO files) if only one instance is ever going to be loaded at a time. (Maybe that's what you meant by the large, standard OS files.)