On Mon, Dec 06, 2004 at 10:13:05AM -0500, Brian Gerst wrote: > binaries are stripped and therefore non-relocatable. The problem is > that the new VM layout puts the libraries there, and Wine has no > opportunity to tell the ELF loader that it needs that virtual address An application can use its own ELF loader (or a modified one), or static link a tiny stub app that reserves the memory it needs. It's really only luck that they've avoided this in the past.