Re: [ANNOUNCEMENT] Updated: cygwin-1.5.11-1

2004-09-05 Thread Brian . Kelly
Borrowing a line from that deeply inspirational film ... ANIMAL HOUSE: "THANK YOU SIR - MAY I HAVE ANOTHER!!??" The efforts of all involved are GREATLY appreciated! Brian Kelly "Christopher Faylor" <[EMAIL PROTECTED]>@cygwin.com on 09/05/2004 12:51:25 AM Please respond to [EMAIL PROT

RE: How does a script find where Cygwin is installed?

2004-09-05 Thread Hannu E K Nevalainen
you wrote, [EMAIL PROTECTED]: > On Fri, 3 Sep 2004, luke.kendall wrote: > >> $ CYGPATH=`cygpath -w /` >> $ echo $CYGPATH >> C:\cygwin >> $ CYGPATH=`cygpath -u "$CYGPATH"` >> $ echo $CYGPATH >> / >> >> What I really want to get is "C:/cygwin" > > $ cygpath -m / > >> or "/cygdrive/c/cygwin", in my c

RE: can't open file for writing

2004-09-05 Thread Hannu E K Nevalainen
C Schreiner, [EMAIL PROTECTED] wrote: > I can not save to a nonexistant file name under > Cygwin, but I can under Windows. > > When I type: > >cat "hello" > foo.txt I suppose you MEANT "echo" here... otherwise: $ cat "hello" >foo.txt cat: hello: No such file or directory $ echo "hello" >foo

md5.sum in root of Cygwin mirror?

2004-09-05 Thread Hill, Shane
G'day All, Can someone remove the md5.sum in the Cygwin root that has zero file size. It is causing problems with the lftp mirroring program. Thanks.Have Fun !! Shane Hill = Shane D. Hill (B.E. Aero. Hons.) Aircraft V

[ANNOUNCEMENT] Updated: mingw-runtime-3.5-1

2004-09-05 Thread Earnie Boyd
This is a multi-part message in MIME format. --020203070708050809040107 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I've made a new version of the mingw runtime headers and libraries available for download. A list of what has changed is att

cygwin implementation of fork() eating all resourses?

2004-09-05 Thread Artem Gluhov
After 5 minutes running this script i got a windwows XP error: not enough system resourses. <-- #!/bin/bash while (( 1 )); do ls > /dev/null; done; --> This program leads to the same result: <- #include #include int main() {

Re: cygwin implementation of fork() eating all resourses?

2004-09-05 Thread Luc Hermitte
* On Mon, Sep 06, 2004 at 08:42:56AM +0400, Artem Gluhov <[EMAIL PROTECTED]> wrote: > After 5 minutes running this script i got a windwows XP > error: not enough system resourses. You have Agnitum Outpost, haven't you ? If so, uninstall it and choose another firewall. HTH, -- Luc Hermitte --

Problem: SIGCONT handler is not called (Cygwin or Bash problem ?)

2004-09-05 Thread Vankemmel Rudi
Hi, in the process of porting some software to the Cygwin environment i came across a problem when trying to install a signal SIGCONT handler. This is needed as the program puts the terminal into certain states that need to be reset/set again when SIGTSTP/SIGCONT signals are received. My problem

Cvsnt doesn't work anymore after cygwin upgrade to 1.5.11

2004-09-05 Thread Johnny Willemsen
Hi, I just upgraded to cygwin 1.5.11, great that there is a new release. But, I use wincvs to get my cvs code, after the upgrade that doesn't work anymore, cvs just hangs. Doing just "cvs -z9 update" hangs forever, after downgrading to 1.5.10, it works again, anyone having an idea? Johnny -- Un