Re: Wine and LD_PRELOAD

2007-12-15 Thread Shachar Shemesh
Sorry for answering a little late. Lionel Tricon wrote: > In fact, we overload a lot of common system call from the standard libc. We > have slightly modified the fackechroot library and we need to trap almost all > system calls linked to the filesystem. I have just (a couple of weeks ago) sta

Re: Wine and LD_PRELOAD

2007-11-20 Thread Tomas Carnecky
Stefan Dösinger wrote: > Am Sonntag, 18. November 2007 17:13:20 schrieb Lionel Tricon: >> Hi wine list, >> >> I am currently working for the next generation of the klik project (1 >> application = 1 file) and we actualy face some troubles with picasa which >> is running under linux thanks to wine.

Re: Wine and LD_PRELOAD

2007-11-18 Thread Damjan Jovanovic
On Nov 19, 2007 12:48 AM, Lionel Tricon <[EMAIL PROTECTED]> wrote: > 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

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

Re: Wine and LD_PRELOAD

2007-11-18 Thread Stefan Dösinger
Am Sonntag, 18. November 2007 17:13:20 schrieb Lionel Tricon: > Hi wine list, > > I am currently working for the next generation of the klik project (1 > application = 1 file) and we actualy face some troubles with picasa which > is running under linux thanks to wine. > > It seems that wine deal ba

Wine and LD_PRELOAD

2007-11-18 Thread Lionel Tricon
Hi wine list, I am currently working for the next generation of the klik project (1 application = 1 file) and we actualy face some troubles with picasa which is running under linux thanks to wine. It seems that wine deal badly with the LD_PRELOAD feature which is one of the main composant we u