Re: Wine and LD_PRELOAD

2007-11-18 Thread Lionel Tricon
On Sunday 18 November 2007 20:14:41 Stefan Dösinger wrote: > I think wine dlopen()s many libraries instead of linking dynamically to > them. This makes the build environment more independent of the runtime > environment, and we can provide binary builds with all features enabled, > and they will st

Wine and LD_PRELOAD

2007-11-18 Thread Lionel Tricon
use to virtualize and execute the application (with fuse for the underlying filesystem). Is there a way to force wine to go through LD_PRELOAD (to overload some system calls) ? or this limitation is driven by the architecture ? Thanks in advance, Lionel Tricon