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
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.
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
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
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
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