Re: strace 2.6.0 microsecond timing is not output

2017-01-07 Thread Mark Geisert
Keith Christian wrote: While testing the output of "windres" in Steven Penny's post earlier, I used strace. I don't see the microsecond timing output in the current strace version 2.6.0. (Output has no special relation to "windres.") foo$ strace -o windres.strace_${RANDOM} -t -u windres foo

Re: windres broken

2017-01-07 Thread Ken Brown
On 1/7/2017 1:54 PM, Steven Penny wrote: On Sat, 7 Jan 2017 08:47:35, Ken Brown wrote: That syntax works for me. Are you sure you're using Cygwin's windres? I figured it out. If POSIXLY_CORRECT is set in the environment, it causes the problem I was having. This should probably be documented s

Re: [ANNOUNCEMENT] Updated: coreutils-8.26-1

2017-01-07 Thread Brian Inglis
On 2017-01-07 12:23, Steven Penny wrote: > On Fri, 16 Dec 2016 16:56:57, "Eric Blake (cygwin)" wrote: >> A new release of coreutils, 8.26-1, has been uploaded, and will be >> available soon from your favorite mirror. This leaves 8.25-3 as >> the previous version. > > This is interesting: tail now

Re: [ANNOUNCEMENT] Updated: coreutils-8.26-1

2017-01-07 Thread Steven Penny
On Fri, 16 Dec 2016 16:56:57, "Eric Blake (cygwin)" wrote: > A new release of coreutils, 8.26-1, has been uploaded, and will be > available soon from your favorite mirror. This leaves 8.25-3 as the > previous version. This is interesting: tail now supports 'tail +10' http://savannah.gnu.org/foru

sshd and PuTTY and Windows firewall

2017-01-07 Thread mike
Hi First I'm using the Windows firewall in Windows 7 on a laptop and it is switched on. I'm not sure whether this is a Cygwin question or not but I don't know where else to ask and it's driving me nuts. If I use the PuTTY app to connect to 192.168.1.100 it connects (where 192.168.1.100 is t

Re: windres broken

2017-01-07 Thread Steven Penny
On Sat, 7 Jan 2017 08:47:35, Ken Brown wrote: > That syntax works for me. Are you sure you're using Cygwin's windres? I figured it out. If POSIXLY_CORRECT is set in the environment, it causes the problem I was having. This should probably be documented somewhere. -- Problem reports: http:

strace 2.6.0 microsecond timing is not output

2017-01-07 Thread Keith Christian
While testing the output of "windres" in Steven Penny's post earlier, I used strace. I don't see the microsecond timing output in the current strace version 2.6.0. (Output has no special relation to "windres.") foo$ strace -o windres.strace_${RANDOM} -t -u windres foo$ tail windres.strace_221

Re: windres broken

2017-01-07 Thread Hans-Bernhard Bröker
Am 07.01.2017 um 05:10 schrieb Steven Penny: Something is wrong with windres: $ windres myapp.rc -o myapp.res Usage: windres [option(s)] [input-file] [output-file] The options are: -i --input=Name input file -o --output= Name output file -J --

Re: windres broken

2017-01-07 Thread Ken Brown
On 1/6/2017 11:10 PM, Steven Penny wrote: Something is wrong with windres: $ windres myapp.rc -o myapp.res Usage: windres [option(s)] [input-file] [output-file] The options are: -i --input=Name input file -o --output= Name output file -J --inp