On Tue, 31 Oct 2000, David Elliott wrote:
> One thing I was thinking of was the issue of Wine's binary compatibility,
> especially from the point of view of codeweavers. I am assuming you are
> doing all of this so you can setup an environment for running the programs
> that you are porting. This may be a non-issue as i think most core issues
> are near-finalized. However, we may want to plan for the future and allow
> multiple copies of wine/winelib to be installed.
Isn't this a problem that was solved long ago by the invention of ELF
library versioning? In its simplest form, it goes like this:
libwine.so.1.0 <= old winelib apps links with this
libwine.so.2.0 <= new winelib apps links with this
Binary compatibility was an issue that we wanted to address at Wine 1.0.