Re: Zombie processes

2004-06-09 Thread P. Christeas
> 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

Re: Security of WINE and ReactOS: was Documents and settings

2004-04-18 Thread P. Christeas
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

Re: wine-20040213 doesn't compile on Linux w/ 2.6.3 kernel and gcc-3.3.3

2004-03-07 Thread P. Christeas
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

Re: AutoCad 2000 latest status ?

2004-01-06 Thread P. Christeas
> 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

Re: Hack for the '-pthread' at make depend

2004-01-06 Thread P. Christeas
>... > 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

Re: Hack for the '-pthread' at make depend

2004-01-03 Thread P. Christeas
> "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

Hack for the '-pthread' at make depend

2003-12-30 Thread P. Christeas
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