> Shachar Shemesh wrote:
> > Hi all,
> >
> > Mike M told me on IRC that this matter has come up before, but I have
> > not been able to find it in the archives. It seems Wine has been
> > generating lots of zombie processes when it's not 100% cleanly killed. I
> > have also seen the system hold a
Just my humble opinion on this:
1. One reason Unix security model is still around is that it is simple. ACLs
and such need more administration and are more likely to be configured wrong.
Unix, on the other hand, is compulsory (you *have* to set the permissions
everywhere) and simple. In modern k
I had found the same problem, and now compile Wine with 2.6.x ..
This is a kernel problem, wine doesn't need to be modified at all. There was
indeed a trivial patch at lkml, but hasn't still been applied (i wonder why).
First of all, you should *not* compile any userspace program with the
__KERNE
> I know there are interests in autocad 2000 status with
> wine.
>
> I was happy to read in
> http://appdb.winehq.org/appview.php?appId=86&versionId=102
>
> that autocad 2000 actually starts up now, although
> there seams to be a file open problem.
>
> I just wanted to forward this news in case som
>...
> FYI, I haven't managed to complete the make procedure anyway. It seems that
> the 2.6.0 kernel headers (/usr/include/linux/) wrt. the scsi ones have some
> trouble:
> gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_
> -D_REENTRANT -fPIC -Wall -mpreferred-stack-bound
> "P. Christeas" <[EMAIL PROTECTED]> writes:
> > On my configuration, the 'artsc-config' script outputs '-pthread' along
> > with the '-Isth' entries. That broke the 'makedep' procedure.
> > It's trivial. The followi
On my configuration, the 'artsc-config' script outputs '-pthread' along with
the '-Isth' entries. That broke the 'makedep' procedure.
It's trivial. The following patch handles this.
Index: makedep.c
===
RCS file: /home/wine/wine/tool