RE: cygwin copy problems usb 2.0

2006-07-28 Thread Jan Schormann
You wrote on Thursday, July 27, 2006 7:40 PM: > ... which is plain too long to include it in my script. Have you tried "copy" instead of "cp"? It's plain Windows and it's a command line tool. I don't know whether it uses CopyFile(), but it might be worth a try, right? Cheers, Jan. -- Un

Re: cygwin copy problems usb 2.0

2006-07-28 Thread Markus Schönhaber
Christopher Faylor wrote: > A few weeks ago there was a guy in libc-alpha mailing list complaining > that glibc's API wasn't as rich and powerful as what is found on Windows. > > As far as I know he's still alive. You made my day! Regards mks -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: New cygwin verson breaks emacs

2006-07-28 Thread Wynfield Henman
By specifying --with-Xawed during configuring, I was able to produce a good runable emacs.. Building --with-GTK does not. It used to up to a week or so ago, however. So someting related to this changes. The problem is not in the cygwin dll I tried exchanging the old for the new and no chang

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-28 Thread Kiyo Kelvin Lee
I am quite sure I am doing that correctly. I have checked all cygwin processes using System Explorer (from System Internals) and they all are having the suggested CYGWIN setting. BTW, is there any way to test if the setting is really effectively? Say, is there any intentionally broken program wh

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-28 Thread Jon Harrison
Larry Hall (Cygwin cygwin.com> writes: > > Does 1.5.21 help? > Updating to 1.5.12 doesn't seem to help. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: 3.81 and windows paths

2006-07-28 Thread Eli Zaretskii
> Date: Thu, 27 Jul 2006 17:09:16 -0400 > From: "Paul D. Smith" <[EMAIL PROTECTED]> > Cc: cygwin@cygwin.com, bug-make@gnu.org > > I believe that this support is limited to handling drive letters without > choking on the ":", actually: IIRC the native support still requires > forward slashes (/) ra

RE: cygwin copy problems usb 2.0

2006-07-28 Thread aldana
yes that's the most obvious solution for my problem. -- View this message in context: http://www.nabble.com/cygwin-copy-problems-usb-2.0-tf2009189.html#a5537963 Sent from the Cygwin Users forum at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-28 Thread Jon Harrison
Jon Harrison selex-sas.com> writes: > > Updating to 1.5.12 doesn't seem to help. > > Sorry, finger trouble: meant 5.1.21 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.h

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-28 Thread Erik Cumps
> Jon Harrison selex-sas.com> writes: > > > > Updating to 1.5.12 doesn't seem to help. > Sorry, finger trouble: meant 5.1.21 Wow, this thing will take at least another 42 years to fix! ;) Erik -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
%% Christopher Faylor <[EMAIL PROTECTED]> writes: cf> There is no advantage using cygwin if you want to use a Makefile cf> which contains MS-DOS paths. Using MinGW makes perfect sense in cf> that case. Despite having suggested this repeatedly, it seems cf> some users are still not clear

Re: 3.81 and windows paths

2006-07-28 Thread John W. Eaton
On 28-Jul-2006, Paul D. Smith wrote: | Regardless, I still wonder whether my idea of building make for a POSIX | environment with Cygwin, but setting HAVE_DOS_PATHS explicitly, would | work. If this could cause some valid Makefiles to do the wrong thing as cgf suggests might happen, then can we a

RE: How to run a cygwin command from the window scheduler

2006-07-28 Thread McGraw, Robert P.
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 6:25 PM > To: McGraw, Robert P. > Cc: cygwin@cygwin.com > Subject: Re: How to run a cygwin command from the window scheduler > > > On Thu, 27 Jul 2006, McGraw, Robert P. wrote: > > > I

Re: cygwin-1.5.21: cygpath -w --long-name scrambles non-existing filename

2006-07-28 Thread Matthias Bolz
Hi, cygpath.exe built from CVS works great. Thanks for the very fast reply and solution! Matthias -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h

Re: 3.81 and windows paths

2006-07-28 Thread Bob Rossi
> Well, the whole point of cygwin is to give a POSIX-compatible > environment in win32. So it's aiming to be like linux, not windows. > This means that if something like a makefile parses fine in linux, but > not in cygwin (barring linker stuff), something is wrong. Yeah, what's wrong is that cl

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-28 Thread Christopher Faylor
On Fri, Jul 28, 2006 at 08:35:15PM +1000, Kiyo Kelvin Lee wrote: >I am quite sure I am doing that correctly. >I have checked all cygwin processes using System Explorer (from System >Internals) and they all are having the suggested CYGWIN setting. >BTW, is there any way to test if the setting is re

Re: 3.81 and windows paths

2006-07-28 Thread Christopher Faylor
On Fri, Jul 28, 2006 at 10:43:30AM -0400, Bob Rossi wrote: >> Well, the whole point of cygwin is to give a POSIX-compatible >> environment in win32. So it's aiming to be like linux, not windows. >> This means that if something like a makefile parses fine in linux, but >> not in cygwin (barring li

Re: 3.81 and windows paths

2006-07-28 Thread Igor Peshansky
On Fri, 28 Jul 2006, Christopher Faylor wrote: > On Fri, Jul 28, 2006 at 10:43:30AM -0400, Bob Rossi wrote: > >> Well, the whole point of cygwin is to give a POSIX-compatible > >> environment in win32. So it's aiming to be like linux, not windows. > >> This means that if something like a makefile

Re: 3.81 and windows paths

2006-07-28 Thread Bob Rossi
On Fri, Jul 28, 2006 at 11:28:42AM -0400, Igor Peshansky wrote: > On Fri, 28 Jul 2006, Christopher Faylor wrote: > > > On Fri, Jul 28, 2006 at 10:43:30AM -0400, Bob Rossi wrote: > > >> Well, the whole point of cygwin is to give a POSIX-compatible > > >> environment in win32. So it's aiming to be l

RE: How to run a cygwin command from the window scheduler

2006-07-28 Thread Igor Peshansky
Please make sure your mailer respects the Reply-To: header -- I set it for a reason. There was no need to Cc: me -- I read the list. On Fri, 28 Jul 2006, McGraw, Robert P. wrote: > > -Original Message- > > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 27, 2006 6

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
%% "John W. Eaton" <[EMAIL PROTECTED]> writes: jwe> On 28-Jul-2006, Paul D. Smith wrote: | Regardless, I still wonder whether my idea of building make for a POSIX | environment with Cygwin, but setting HAVE_DOS_PATHS explicitly, would | work. jwe> If this could cause some valid Makefil

Re: 3.81 and windows paths

2006-07-28 Thread Chris Taylor
Paul D. Smith wrote: %% "John W. Eaton" <[EMAIL PROTECTED]> writes: jwe> On 28-Jul-2006, Paul D. Smith wrote: | Regardless, I still wonder whether my idea of building make for a POSIX | environment with Cygwin, but setting HAVE_DOS_PATHS explicitly, would | work. jwe> If this could c

Re: 3.81 and windows paths

2006-07-28 Thread Christopher Faylor
On Fri, Jul 28, 2006 at 09:56:20AM -0400, Paul D. Smith wrote: >%% Christopher Faylor writes: >cf> If you want to use a Makefile which works in a Cygwin environment, >cf> however, then obviously you need to build it with a Cygwin gcc. > >You'll have to forgive my virtually complete ignorance of all

Re: 3.81 and windows paths

2006-07-28 Thread John W. Eaton
On 28-Jul-2006, Chris Taylor wrote: | So even if the DOS #ifdef was enabled, we'd be back at the point of | having patches to attempt to fix this behaviour. | Unless there was some way of having two versions of make - one with this | behaviour and one without, controlled by /etc/alternatives per

Re: 3.81 and windows paths

2006-07-28 Thread John W. Eaton
On 28-Jul-2006, Paul D. Smith wrote: | This would be very tricky: right now all the code to do DOS vs. POSIX | pathnames is controlled through #ifdefs, so it's a compile-time thing. | Changing it to a runtime thing would be a lot of work, I think... the OK, but I still think it should be implemen

Re: 3.81 and windows paths

2006-07-28 Thread mwoehlke
Michael Eager wrote: Christopher Faylor wrote: On Thu, Jul 27, 2006 at 05:09:16PM -0400, Paul D. Smith wrote: In fact, I'm wondering if there is an advantage to building GNU make using the Cygwin environment, vs. using a native MingW (for example) build of GNU make? I'm afraid I'm woefully ign

Problem with grep -Fwf (version 2.5.1a-1 and 2.5.1a-2)

2006-07-28 Thread Daniel Einspanjer
Using the following files both of which had dos2unix run on them to be sure there were no line-ending issues: = data.txt === abc defghi == = filter.txt = abc deghi == These commands work as expected: $ fgrep -f filter.txt data.txt $ tai

Re: Problem with grep -Fwf (version 2.5.1a-1 and 2.5.1a-2)

2006-07-28 Thread Christopher Faylor
On Fri, Jul 28, 2006 at 01:53:32PM -0400, Daniel Einspanjer wrote: >Using the following files both of which had dos2unix run on them to be sure >there were no line-ending issues: > >= data.txt === >abc >defghi ^ >== > >= filter.txt = >abc >deghi >

Re: MS Windows 2k3 domain users issue

2006-07-28 Thread MyStiC
Sorry for the delay on this response... This is a reply to http://cygwin.com/ml/cygwin/2006-07/msg00808.html It seems that Cygwin is having issue with W2k3 Active Directory groups/users. Over the last few days, several of my colleges and I have tested this on a few W2k3 servers and found the sa

Re: On postgresql-8.1.4-2

2006-07-28 Thread Reini Urban
Angelo Graziosi schrieb: I want to flag that in setup.ini (from ftp://mirrors.kernel.org, timestamp 20060725 09:30) a few file (postgresql-devel-8.1.4-2.tar.bz2,...) are in the 'curr' section and others (postgresql-8.1.4-2.tar.bz2...) in 'test' section. I note also that the original request http

Re: Problem with grep -Fwf (version 2.5.1a-1 and 2.5.1a-2)

2006-07-28 Thread Daniel Einspanjer
I'm sorry, the message appeared to be formatted properly when I posted it but something must have happened during transmission. Each file should have three lines. the data file has abc, def, and ghi. The filter file has abc, de, and ghi. The de line is significant to test the -w whole word ma

Re: Problem with grep -Fwf (version 2.5.1a-1 and 2.5.1a-2)

2006-07-28 Thread Christopher Faylor
On Fri, Jul 28, 2006 at 04:12:24PM -0400, Daniel Einspanjer wrote: >I'm sorry, the message appeared to be formatted properly when I posted it >but something must have happened during transmission. Each file should >have three lines. the data file has abc, def, and ghi. The filter file has >abc

Re: Problem with grep -Fwf (version 2.5.1a-1 and 2.5.1a-2)

2006-07-28 Thread Daniel Einspanjer
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Yes, I can reproduce it now and see that it goes away if I update the grep sources with patches from the FC5 release. I'll release a new version of grep this weekend. I wonder why every test case I tried worked.

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
%% Christopher Faylor <[EMAIL PROTECTED]> writes: >> Or is there something special going on that means this won't work? cf> I think this has been answered later in the thread, but the short answer cf> is - the MinGW make won't recognize the cygwin mount table or symlinks, cf> so you can't

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
%% "John W. Eaton" <[EMAIL PROTECTED]> writes: jwe> On 28-Jul-2006, Paul D. Smith wrote: | This would be very tricky: right now all the code to do DOS vs. POSIX | pathnames is controlled through #ifdefs, so it's a compile-time thing. | Changing it to a runtime thing would be a lot of work,

Can't find netstat utility

2006-07-28 Thread Dennis Rooks
I'm almost certain I've used Cygwin's netstat program in previous life, but I don't seem to have it on my current install and can't find the owning package using the Package Search at http://cygwin.com/packages . Can someone help? Thanks, Dennis -- Unsubscribe info: http://cygwin.com/ml/#un

Re: Can't find netstat utility

2006-07-28 Thread Christopher Faylor
On Fri, Jul 28, 2006 at 05:21:53PM -0700, Dennis Rooks wrote: >I'm almost certain I've used Cygwin's netstat program in previous life, >but I don't seem to have it on my current install and can't find the >owning package using the Package Search at http://cygwin.com/packages . > >Can someone help?

Re: Can't find netstat utility

2006-07-28 Thread Duane Krings
Dennis Rooks wrote: I'm almost certain I've used Cygwin's netstat program in previous life, but I don't seem to have it on my current install and can't find the owning package using the Package Search at http://cygwin.com/packages . Can someone help? Thanks, Dennis try /cygdrive/c/WINDOWS/s