Re: setpriority() and PRIO_PROCESS under Cygwin

2003-10-12 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 12 Oct 2003 15:21:41 +0200, Hannu E K Nevalainen <[EMAIL PROTECTED]> wrote: > > >+> setpriority/getpriority are not implemented in Cygwin. > > This means; use __CYGWIN__ or some such to create conditional (i.e. >

RE: setpriority() and PRIO_PROCESS under Cygwin

2003-10-12 Thread Hannu E K Nevalainen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Terrence Brannon > Sent: Sunday, October 12, 2003 2:07 AM > To: [EMAIL PROTECTED] > Subject: setpriority() and PRIO_PROCESS under Cygwin > > > I am trying to compile a free

Re: setpriority() and PRIO_PROCESS under Cygwin

2003-10-12 Thread Corinna Vinschen
On Sat, Oct 11, 2003 at 05:07:18PM -0700, Terrence Brannon wrote: > Can anyone suggest a solution for getting code making calls to > setpriority() and using PRIO_PROCESS to compile under Cygwin? setpriority/getpriority are not implemented in Cygwin. Corinna -- Corinna Vi

setpriority() and PRIO_PROCESS under Cygwin

2003-10-11 Thread Terrence Brannon
t use this function) src/tkscid.cpp:8363: error: (Each undeclared identifier is reported only once for each function it appears in.) src/tkscid.cpp:8363: error: `setpriority' undeclared (first use this function) src/tkscid.cpp:8368: error: `getpriority' undeclared (first use this fun

RE: man 2 setpriority - issues

2003-09-23 Thread Hannu E K Nevalainen \(garbage mail\)
; >> SYNOPSIS > >> ... > >> int > >> setpriority(int which, int who, int prio); > >> ... > >> > >> $ man 2 setpriority > >> No entry for setpriority in section 2 of the manual > >> > >> IMO this is very confu

Re: man 2 setpriority - issues

2003-09-23 Thread Christopher Faylor
On Tue, Sep 23, 2003 at 11:25:50AM -0400, Igor Pechtchanski wrote: >On Tue, 23 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: >> $ man 2 getpriority >> ... >> SYNOPSIS >> ... >> int >> setpriority(int which, int who, int prio); >>

Re: man 2 setpriority - issues

2003-09-23 Thread Igor Pechtchanski
On Tue, 23 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: > $ man 2 getpriority > ... > SYNOPSIS > ... > int > setpriority(int which, int who, int prio); > ... > > $ man 2 setpriority > No entry for setpriority in section 2 of the manual > >

man 2 setpriority - issues

2003-09-23 Thread Hannu E K Nevalainen \(garbage mail\)
$ man 2 getpriority ... SYNOPSIS ... int setpriority(int which, int who, int prio); ... $ man 2 setpriority No entry for setpriority in section 2 of the manual IMO this is very confusing IF you're not aware of it. I spent some time finding out. Then; "PRIO_PROCESS" men

SetPriority

2002-12-24 Thread Tomaz Rotovnik
Hello I'm using perl under cygwin. I would like to set priority of individual process. To use command setpriority in perl, it has to be supported by cygwin. Does cygwin supports command setpriority or something similar? Tomaz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s