Re: search and replace tool

2004-02-19 Thread Yitzchak Scott-Thoennes
On Fri, Feb 20, 2004 at 10:02:03AM +0300, Egor Duda wrote: > huh? what do you mean "in-place"? linux writes new file to new place, it > just deletes .bak file afterwards, unlike cygwin. > > [EMAIL PROTECTED]:~$ echo aaa >xxx > [EMAIL PROTECTED]:~$ ls -i xxx > 408096 xxx > [EMAIL PROTECTED]:~$ pe

Re: two text/binary oddities (Users Guide Alert)

2004-02-19 Thread Joshua Daniel Franklin
On Thu, Feb 19, 2004 at 06:21:55PM -0500, Christopher Faylor wrote: > On Thu, Feb 19, 2004 at 06:37:12PM +, Robert R Schneck wrote: > >Short form: > >1) "cat > foo" creates foo with DOS line endings... no matter what. > >2) A control-Z in a file doesn't act as end-of-file in text mode, > >desp

main thread of a process

2004-02-19 Thread borota
I want to send messages to the main thread of a Win process created with 'spawn'. Is there a way to do that in 'pure Cygwin'? The Windows sequence would be: CreateProcess(NULL, cmd, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi); ... PostThreadMessage(pi.dwThreadId, WM_QUIT, 0, 0); //or whatever ..

Re: search and replace tool

2004-02-19 Thread Egor Duda
On Thu, 19 Feb 2004, Brian Dessent wrote: What on Earth are you talking about? What inability? WFM (see below). ... $ perl -i -pe 's/blah/stuff/g' sometext $ ls sometext sometext.bak It didn't do the editing "inline", it created a new file and renamed the old one ".bak". In other words, on Cygw

daylight saving

2004-02-19 Thread King Lung Chiu
Hi, 'date' on cygwin shows time that's 1 hour behind my machine's local time (Win2K). I am on daylight saving right now (ie. 1 hour ealirer than usual). What can I do to fix the cygwin time so it recognises the daylight saving? regards King Lung Chiu -- Unsubscribe info: http://cygwin.

Re: [Auto tool wrappers] The usage for "ifnames" ??

2004-02-19 Thread Charles Wilson
Alvyn Liang wrote: Can somebody give me an example about how to use it and what kind of requisite is it for the usage? I can do better: see http://www. http://sources.redhat.com/autobook/ It's a little out of date, especially with respect to cygwin, but only because cygwin is much more similar

Re: search and replace tool

2004-02-19 Thread Larry Hall
At 06:47 PM 2/19/2004, Reini Urban you wrote: >Larry Hall schrieb: >>At 02:59 PM 2/18/2004, dAniel hAhler you wrote: >>>I'm looking for a search and replace tool to replace a text portion in >>>a bunch (3500+) of files. >>> >>>That should be an easy one.. :) >>This isn't really Cywgin-specific. As

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 07:10:02PM -0500, Christopher Faylor wrote: >On Thu, Feb 19, 2004 at 05:58:59PM -0600, Cliff Geschke wrote: >>>From: Christopher Faylor [mailto:[EMAIL PROTECTED] >>>Sent: Thursday, February 19, 2004 12:05 AM >>>Subject: Re: Repeatable crash with CVS version of cygwin1 DLL >

Tk usage with / from perl in Cygwin env

2004-02-19 Thread linda w
Has anyone tried using Tk from perl? I was using a simple script example that used Tk for graphics interaction. It wouldn't run because it wanted Tk, so I cpanned / downloaded the Tk perl libs and ran an a make and got: /bin/perl.exe /usr/lib/perl5/5.8.2/ExtUtils/xsubpp -typemap /usr/lib/perl5/5

Re: search and replace tool

2004-02-19 Thread Igor Pechtchanski
On Thu, 19 Feb 2004, Brian Dessent wrote: > Igor Pechtchanski wrote: > > > On Fri, 20 Feb 2004, Reini Urban wrote: > > > > > But fixing perl's long-standing inability to do direct inline editing > > > via perl -i would be cygwin specific. > > > Anyone investigated this lately? > > > > What on Eart

Re: Strange symlink and mv interaction

2004-02-19 Thread Igor Pechtchanski
On Thu, 19 Feb 2004, Parker, Ron wrote: > From inside of ~/src/myprojects I did a: > > mv -- --1.2 ~/tla--escapes--1.2 > > where "--1.2" was a directory in ~/src/myprojects. This did not move > ~/src/myprojects/--1.2 to ~/src/tla--escapes--1.2. What it did do was move > it to /cygdrive/c/t

[Auto tool wrappers] The usage for "ifnames" ??

2004-02-19 Thread Alvyn Liang
I read the book "GCC: The complete reference" by Arthur Griffith... In this book it says no example about how to actually use the autoconf package.. There is a line says about how to execute the command "ifnames" and the functionality of it. I also read the manpage of ifnames but still get confuse

Re: search and replace tool

2004-02-19 Thread Brian Dessent
Igor Pechtchanski wrote: > On Fri, 20 Feb 2004, Reini Urban wrote: > > > But fixing perl's long-standing inability to do direct inline editing > > via perl -i would be cygwin specific. > > Anyone investigated this lately? > > What on Earth are you talking about? What inability? WFM (see below).

Re: search and replace tool

2004-02-19 Thread Yitzchak Scott-Thoennes
On Fri, Feb 20, 2004 at 12:47:45AM +0100, Reini Urban <[EMAIL PROTECTED]> wrote: > Larry Hall schrieb: > >At 02:59 PM 2/18/2004, dAniel hAhler you wrote: > >>I'm looking for a search and replace tool to replace a text portion in > >>a bunch (3500+) of files. > >> > >>That should be an easy one.. :)

Re: search and replace tool

2004-02-19 Thread Igor Pechtchanski
On Fri, 20 Feb 2004, Reini Urban wrote: > Larry Hall schrieb: > > At 02:59 PM 2/18/2004, dAniel hAhler you wrote: > >>I'm looking for a search and replace tool to replace a text portion in > >>a bunch (3500+) of files. > >> > >>That should be an easy one.. :) > > > > This isn't really Cywgin-speci

Re: Repeatable crash with CVS version of cygwin1 DLL

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 05:58:59PM -0600, Cliff Geschke wrote: >>From: Christopher Faylor [mailto:[EMAIL PROTECTED] >>Sent: Thursday, February 19, 2004 12:05 AM >>Subject: Re: Repeatable crash with CVS version of cygwin1 DLL >> >>On Wed, Feb 18, 2004 at 11:03:21PM -0600, Cliff Geschke wrote: >>>I

Re: Assembler

2004-02-19 Thread Krzysztof Duleba
Krzysztof Duleba wrote: > > > Googling brought me to http://line.sourceforge.net, > > which may be more along the lines of what you seek. > > I tried it out, with no success. Binary version fails to run it's own hello > and rawhello programs and source produces so many serious errors during the > c

RE: Repeatable crash with CVS version of cygwin1 DLL

2004-02-19 Thread Cliff Geschke
>From: Christopher Faylor [mailto:[EMAIL PROTECTED] >Sent: Thursday, February 19, 2004 12:05 AM >Subject: Re: Repeatable crash with CVS version of cygwin1 DLL > >On Wed, Feb 18, 2004 at 11:03:21PM -0600, Cliff Geschke wrote: >>I have tried the latest update from CVS. Still crashes, but stackptr

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread Brian . Kelly
> It seems cyg_win_ was designed to add POSIX and unix compatibility > and functionality to the _Win_ environment with the intent of making > things _easier_ (Easy is good -- not everyone can be a master of > every technology). So why not make things easier for perl scripters > as well by startin

Re: search and replace tool

2004-02-19 Thread Reini Urban
Larry Hall schrieb: At 02:59 PM 2/18/2004, dAniel hAhler you wrote: I'm looking for a search and replace tool to replace a text portion in a bunch (3500+) of files. That should be an easy one.. :) This isn't really Cywgin-specific. As a result, it's off-topic for this list. But fixing perl's lo

Strange symlink and mv interaction

2004-02-19 Thread Parker, Ron
>From inside of ~/src/myprojects I did a: mv -- --1.2 ~/tla--escapes--1.2 where "--1.2" was a directory in ~/src/myprojects. This did not move ~/src/myprojects/--1.2 to ~/src/tla--escapes--1.2. What it did do was move it to /cygdrive/c/tla--escapes--1.2. Here are the pertinent paths:

Re: cp, install, and the .exe extension

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 10:09:55PM +, Robert R Schneck wrote: >This is a bug in the fileutils packaging (I think). > >Recently I noticed that "install" has special handling for the .exe >extension, and "cp" does not. In the fileutils source tarball >I notice there are three files: > copy.c

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 11:27:29AM -0800, linda w wrote: >What features does one get with a unix perl over a perl built where >"WinNT" is defined as true or false? Many (most? all?) of the Win32 >calls are available in the Cygwin environment, why not compile the perl >as a mixed breed perl that d

Re: two text/binary oddities (Users Guide Alert)

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 06:37:12PM +, Robert R Schneck wrote: >Short form: >1) "cat > foo" creates foo with DOS line endings... no matter what. >2) A control-Z in a file doesn't act as end-of-file in text mode, >despite what the Cygwin User's Guide says. Joshua, could you remove anything whic

Re: ftp bug report

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 05:02:36PM +0100, Corinna Vinschen wrote: >On Feb 19 05:31, Thomas Mellman wrote: >> Corinna wrote: >> >> >> Did you try to use the mapping feature of nmap? I transfer from a VMS >> > >> >What's nmap? I never used it. I don't see that we have a nmap package >> >in the d

Re: 20040217 snapshot problem

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 01:30:01PM -0500, Richard Campbell wrote: >>Can you check whether /tmp/XWin.log shows anything when XWin doesn't >>start? > >Nothing. Not surprising, though, considering strace wasn't getting any >output. Right. Very odd. If you just run xwin.exe does it also misbehave?

cp, install, and the .exe extension

2004-02-19 Thread Robert R Schneck
This is a bug in the fileutils packaging (I think). Recently I noticed that "install" has special handling for the .exe extension, and "cp" does not. In the fileutils source tarball I notice there are three files: copy.c copy.c.cgf copy.c.orig If I replace "copy.c" with either of the other

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread Yitzchak Scott-Thoennes
On Thu, Feb 19, 2004 at 11:27:29AM -0800, linda w wrote: > What features does one get with a unix perl over a perl built where > "WinNT" is > defined as true or false? Many (most? all?) of the Win32 calls are > available > in the Cygwin environment, why not compile the perl as a mixed breed > p

Re: Assembler

2004-02-19 Thread Shankar Unni
Williams, Gerald S (Jerry) wrote: Googling brought me to http://line.sourceforge.net, which may be more along the lines of what you seek. Seems to be a Dead Project(TM). No updates or releases since May 29, 2001. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread linda w
What features does one get with a unix perl over a perl built where "WinNT" is defined as true or false? Many (most? all?) of the Win32 calls are available in the Cygwin environment, why not compile the perl as a mixed breed perl that defines WinNT? What is lost by allowing Perl to make libwin

Re: ftp bug report

2004-02-19 Thread Thomas Mellman
Brian Ford wrote: >> Oh, I hope there's an answer section in the back >> of the book. >> >Hint: realloc can move the data, returning a different base address. Oh. I guess I read the man page wrong: The realloc() function changes the size of the block of memory pointed to by the pointer param

Re: ftp bug report

2004-02-19 Thread Brian Ford
On Thu, 19 Feb 2004, Thomas Mellman wrote: > Corinna Vinschen wrote: > > >As an exercise for the reader: > > > > buf = (char *) malloc (size); > > to = buf; > > [...] > > if (newsize > size) > >buf = realloc (buf, newsize); > > while (newsize--) > >*to++ = *src++; > > > >What's wrong

Re: ftp bug report

2004-02-19 Thread Thomas Mellman
>I fixed the bug (which could only show up when using nmap) and uploaded >a new version of inetutils. Wow! I'm impressed. Thank you! >As an exercise for the reader: > > buf = (char *) malloc (size); > to = buf; > [...] > if (newsize > size) >buf = realloc (buf, newsize); > while (new

two text/binary oddities

2004-02-19 Thread Robert R Schneck
Short form: 1) "cat > foo" creates foo with DOS line endings... no matter what. 2) A control-Z in a file doesn't act as end-of-file in text mode, despite what the Cygwin User's Guide says. Long form: 1) Apparently, cat sometimes explicitly sets stdout to O_TEXT. This occurs twice in the source,

Re: Zsh crashes on Ctrl-Z with cygwin1.dll snapshot 2004-02-18

2004-02-19 Thread Peter A. Castro
On Thu, 19 Feb 2004, Brian Ford wrote: > On Thu, 19 Feb 2004, Stefan Dalibor wrote: > > > 2004-02-18 snapshot: > > Zsh starts fine, no more hangups on non-existing commands, but trying to > > suspend a program (e.g. vim, lynx) by hitting Ctrl-Z results in a crash > > with error messages like: > >

RE: 20040217 snapshot problem

2004-02-19 Thread Richard Campbell
>Can you check whether /tmp/XWin.log shows anything when XWin doesn't >start? Nothing. Not surprising, though, considering strace wasn't getting any output. -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

RE: 20040217 snapshot problem

2004-02-19 Thread Igor Pechtchanski
On Thu, 19 Feb 2004, Richard Campbell wrote: > >There are some changes in the latest snapshot that may make inetd > >work better. I tracked down a stupid error that I'd introduced after > >1.5.7. > > Under the 20040218 snapshot, when trying to start X, inetd does not spin > out of control CPU-wis

Re: ftp bug report

2004-02-19 Thread Larry Hall
At 12:37 PM 2/19/2004, Corinna Vinschen you wrote: >On Feb 19 17:02, Corinna Vinschen wrote: >> On Feb 19 05:31, Thomas Mellman wrote: >> > ftp> nmap $1;$2 $1 >> > ftp> case >> > Case mapping on. >> > ftp> get mspp_i_seq.h >> > 200 PORT command successful. >> > 150 Opening data connection for somew

Re: Zsh crashes on Ctrl-Z with cygwin1.dll snapshot 2004-02-18

2004-02-19 Thread Brian Ford
On Thu, 19 Feb 2004, Stefan Dalibor wrote: > 2004-02-18 snapshot: > Zsh starts fine, no more hangups on non-existing commands, but trying to > suspend a program (e.g. vim, lynx) by hitting Ctrl-Z results in a crash > with error messages like: > > 4 [sig] zsh 1912 handle_threadlist_exception: handl

Re: ftp bug report

2004-02-19 Thread Corinna Vinschen
On Feb 19 17:02, Corinna Vinschen wrote: > On Feb 19 05:31, Thomas Mellman wrote: > > ftp> nmap $1;$2 $1 > > ftp> case > > Case mapping on. > > ftp> get mspp_i_seq.h > > 200 PORT command successful. > > 150 Opening data connection for somewhere:MSPP_I_SEQ.H;1 (x.x.x.x,y) > > Segmentation fault (cor

Zsh crashes on Ctrl-Z with cygwin1.dll snapshot 2004-02-18

2004-02-19 Thread Stefan Dalibor
Hi, since upgrading Cygwin Dll from 1.5.5-1 (which I have to, because I need exim 4.30 which won't run with cygwin1.dll < 1.5.6-1, so downgrading is not an option), I'm suffering from problems with Zsh (4.1.1-2). I don't know what Zsh does with process management (the problems don't occur neither w

Re: w32api-2.5 missing GLU_ERROR definition.

2004-02-19 Thread Brian Ford
Not sure if you've seen this yet or not, but I thought I'd close the thread. Fixed in current cvs by: 2004-02-19 Danny Smith * include/Gl/glu (GLU_ERROR): Define. Thanks to Philip Lamb On Thu, 19 Feb 2004, Philip Lamb wrote: > Hello, > > I've just upgraded from w32api-2.4

Re: w32api-2.5 does not define wchar_t (Was: opengl-1.1.0-7 glut.h does not define wchar_t)

2004-02-19 Thread Brian Ford
I'd say this issue is already fixed in cvs, although, I have not completely confirmed it. 2004-02-19 Danny Smith * include/Gl/glu.h: Include . Thanks to Greg Couch On Thu, 19 Feb 2004, Andre Bleau wrote: > Philip Lamb wrote: > >Hello, > > > >The changes to in w32api-2.5 ex

RE: Gdb runtime error

2004-02-19 Thread Brian Ford
On Thu, 19 Feb 2004, Chih-Yi Kuan wrote: > Larry Hall [mailto:cygwin-lh at cygwin dot com] wrote: > Please do not quote plain text email addresses in replies. They are food for spammers. Also, Larry forgot to remind you to please *attach* your cygcheck output next time. If you put in inline, it

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread Yitzchak Scott-Thoennes
On Thu, Feb 19, 2004 at 07:48:48AM -0800, Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote: > On Thu, Feb 19, 2004 at 01:46:05AM -0800, linda w <[EMAIL PROTECTED]> wrote: > > Tried this...some scripts ran. One that didn't wanted lanman.pm located in > > Win32::lanman. > > > > Queerly enough, d

w32api-2.5 does not define wchar_t (Was: opengl-1.1.0-7 glut.h does not define wchar_t)

2004-02-19 Thread Andre Bleau
Philip Lamb wrote: Hello, The changes to in w32api-2.5 expose a problem with the glut.h in opengl-1.1.0-7 package, file . The problem is that whcar_t is now required to be defined by /usr/include/w32api/GL/glu.h, however glut.h does not do so. I think you meant glu.h in the above line. I'm

Re: ftp bug report

2004-02-19 Thread Corinna Vinschen
On Feb 19 05:31, Thomas Mellman wrote: > Corinna wrote: > > >> Did you try to use the mapping feature of nmap? I transfer from a VMS > > > >What's nmap? I never used it. I don't see that we have a nmap package > >in the distro. > > > >> machine, and I need to nmap to get rid of the version num

RE: Gdb runtime error

2004-02-19 Thread Chih-Yi Kuan
Sorry but can you explain more detail about how to use these files? Thank you. > -Original Message- > From: Larry Hall [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 19, 2004 11:32 PM > To: Chih-Yi Kuan; [EMAIL PROTECTED] > Subject: Re: Gdb runtime error > > > At 12:15 AM 2/19/20

RE: 20040217 snapshot problem

2004-02-19 Thread Richard Campbell
>> If strace is not producing any output at all, and there is no >> xwin.exe.stackdump file then that would point something wrong on your >> end. I have no idea what could cause this behavior. > > WFM with current cvs. It must be on his end. And I wouldn't be surprised. Any ideas on where to lo

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread Yitzchak Scott-Thoennes
On Thu, Feb 19, 2004 at 01:46:05AM -0800, linda w <[EMAIL PROTECTED]> wrote: > Tried this...some scripts ran. One that didn't wanted lanman.pm located in > Win32::lanman. > > Queerly enough, doing a "i" /lanman" comes up zip even though it is in > CPAN at > /CPAN/sources/authors/id/J/JH/JHELBER

Re: Problem compiling mysql over cygwin

2004-02-19 Thread Gerrit P. Haase
Hello Guy, Monday, February 16, 2004, 8:12:10 PM, you wrote: >>I got the following errors when compiling mysql over Cygwin: >> >>item_timefunc.o(.text+0x2de6):item_timefunc.cc: undefined reference to >>`__static_initialization_and_destruction_0(int, int)' >>item_timefunc.o(.text+0x2e06):item_time

RE: Running cygwin cron under WinXP SP1

2004-02-19 Thread Harig, Mark
Please read the message in the Cygwin mailing list at: http://sources.redhat.com/ml/cygwin/2003-12/msg00711.html It will provide you with a script that will attempt to diagnose the problem that you are having with cron. > -Original Message- > From: Russell Hind [mailto:[EMAIL PROTECTED]

Re: Gdb runtime error

2004-02-19 Thread Larry Hall
At 12:15 AM 2/19/2004, Chih-Yi Kuan you wrote: >After the cygwin setup from the cygwin installer. Execution of gdb in >bash results in the follow error message: > >* > > 3 [main] ? 3552 cygheap_fixup_in_child: Couldn't reserve space >for cygwin's heap (0x6167 <0x15A0

Re: 20040217 snapshot problem

2004-02-19 Thread Brian Ford
On Thu, 19 Feb 2004, Christopher Faylor wrote: > On Thu, Feb 19, 2004 at 09:51:01AM -0500, Richard Campbell wrote: > >However, XWin.exe does not start. > > > >I tried "strace -o strace_out --mask=all XWin.exe": > > > >20040217 - 0 bytes of output in strace_out > >20040218 - 0 bytes of output in st

Re: g++ can't find ?

2004-02-19 Thread Brian Ford
On Thu, 19 Feb 2004, chuanyung wrote: > Dear all, > > I already download the latest version cygwin. and setup in win2000. > I use g++ to compile a cpp file with mmap function. > But it can't find the header file. > What should I do? > First, please try reading the problem reporting guide lines ava

Re: 20040217 snapshot problem

2004-02-19 Thread Christopher Faylor
On Thu, Feb 19, 2004 at 09:51:01AM -0500, Richard Campbell wrote: >>There are some changes in the latest snapshot that may make inetd >>work better. I tracked down a stupid error that I'd introduced after >>1.5.7. > >Under the 20040218 snapshot, when trying to start X, inetd does not spin >out of

RE: 20040217 snapshot problem

2004-02-19 Thread Richard Campbell
>There are some changes in the latest snapshot that may make inetd >work better. I tracked down a stupid error that I'd introduced after >1.5.7. Under the 20040218 snapshot, when trying to start X, inetd does not spin out of control CPU-wise. However, XWin.exe does not start. I tried "strace -

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread Brian . Kelly
> Do all the win32 libraries have to have a special port to work on cygwin > even though > cygwin was supposed to aid in allowing posix type apps (like perl) to > run under > win either from the bash or cjmd.exe shell? > Definitely the win32 lib is a step in the right direction...but why does > c

RE: ftp bug report

2004-02-19 Thread Hughes, Bill
> Sent: 19 February 2004 13:32 From: Thomas Mellman ..snip.. > $ ftp somehost > Connected to somehost.com. > 220 somehost.3 FTP Server (Version 5.0) Ready. > Remote system type is VMS. > ftp> user mellman > 331 Username mellman requires a Password > Password: > 230 User logged in. > ftp> cd some

Re: ftp bug report

2004-02-19 Thread Thomas Mellman
Corinna wrote: >> Did you try to use the mapping feature of nmap? I transfer from a VMS > >What's nmap? I never used it. I don't see that we have a nmap package >in the distro. > >> machine, and I need to nmap to get rid of the version number. I also >> use the case command to convert from up

RE: Running cygwin cron under WinXP SP1

2004-02-19 Thread Brian Kelly
Be sure you leave a blank line at the bottom of the crontab. This a little detail that is often overlooked - but one that would have been discovered with a little research on unix cron. (cron of course has *life* outside of cygwin) I'm not at all suggesting that this is the problem - just one more

Re: ftp bug report

2004-02-19 Thread Corinna Vinschen
On Feb 19 03:39, Thomas Mellman wrote: > Corinna wrote: > >On Feb 18 02:21, Thomas Mellman wrote: > >> Re: ftp crash > >> > >> ftp crashes intermittently (but reliably) when getting files. > > > >Hmm, I tried to get various files between 1 Meg and 22 Megs, multiple > >times, and I didn't have an

Re: Running cygwin cron under WinXP SP1

2004-02-19 Thread Thorsten Kampe
* Russell Hind (2004-02-19 10:55 +0100) > I have just installed the latest cygwin and set up cron to run using > > cygrunsrv -I cron -p /usr/sbin/cron -a -D > cygrunsrv -S cron > > It is running as a service (both in XP task manager and in ps -ef) > > But I can't get it to execute commands. I h

Re: ftp bug report

2004-02-19 Thread Thomas Mellman
Corinna wrote: >On Feb 18 02:21, Thomas Mellman wrote: >> Re: ftp crash >> >> ftp crashes intermittently (but reliably) when getting files. > >Hmm, I tried to get various files between 1 Meg and 22 Megs, multiple >times, and I didn't have any crash. Do you encounter the same problem >with a re

Re: ftp bug report

2004-02-19 Thread Corinna Vinschen
On Feb 18 02:21, Thomas Mellman wrote: > Re: ftp crash > > ftp crashes intermittently (but reliably) when getting files. Hmm, I tried to get various files between 1 Meg and 22 Megs, multiple times, and I didn't have any crash. Do you encounter the same problem with a recent Cygwin snapshot? C

Running cygwin cron under WinXP SP1

2004-02-19 Thread Russell Hind
I have just installed the latest cygwin and set up cron to run using cygrunsrv -I cron -p /usr/sbin/cron -a -D cygrunsrv -S cron It is running as a service (both in XP task manager and in ps -ef) But I can't get it to execute commands. I have tried a crontab as both /etc/crontab and /var/cron/t

Re: [Fwd: Bug: Perl:IsWinNT undefined & RFE, only use "/" in reg values, not names..?]

2004-02-19 Thread linda w
Tried this...some scripts ran. One that didn't wanted lanman.pm located in Win32::lanman. Queerly enough, doing a "i" /lanman" comes up zip even though it is in CPAN at /CPAN/sources/authors/id/J/JH/JHELBERG/lanman.1.0.10.0.zip. Obviously I'm still a bit too new for this stuff, get, make and i

Re: good top program for Cygwin

2004-02-19 Thread Stephen Powell
On Tue, 17 Feb 2004, [EMAIL PROTECTED] wrote: > Anyone know of a decent top program to run from the command line? > The one i have with cygwin installation has no help, and doesnt seem > to show all the windows 2000 processes running on my box. thanks > Simon If you want a program that is top li

g++ can't find ?

2004-02-19 Thread chuanyung
Dear all, I already download the latest version cygwin. and setup in win2000. I use g++ to compile a cpp file with mmap function. But it can't find the header file. What should I do? And how to use make? When I type make: it's borland make, not gnu make. How to setup? Thanks. Regards, cylin.

lpr improvement proposal

2004-02-19 Thread Rodrigo Medina
Hi all, Now that the new version (1.2.4-1) of lpr works properly I have been trying to configure the printing commands of programs that can print directly, such as dvips, ghostview or xfig. I have found that this task is not trivial because in general the files to be printed need to be preprocesse