[ANNOUNCEMENT] Updated: openssl-0.9.8s-1, openssl-devel-0.9.8s-1, libopenssl098-0.9.8s-1

2012-01-11 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.8s-1. This also includes the openssl-devel packages. This is an upstream security release. The Cygwin release is build from the vanilla sources, no additional patches. Here's the official security advisory:

Re: socket performance (was Re: Building cygwin1.dll)

2012-01-11 Thread Corinna Vinschen
On Jan 10 18:21, Steven Hartland wrote: > - Original Message - From: "Corinna Vinschen" > >Well, the file I downloaded was a self-extracting zip archive and the > >file it contains is called Windows6.1-KB983528-x64.msu, so I'm fairly > >certain it's the right one for an AMD64 system. > > W

Re: socket performance (was Re: Building cygwin1.dll)

2012-01-11 Thread Carson Chittom
Corinna Vinschen writes: > On Jan 10 18:21, Steven Hartland wrote: >> - Original Message - From: "Corinna Vinschen" >> >Well, the file I downloaded was a self-extracting zip archive and the >> >file it contains is called Windows6.1-KB983528-x64.msu, so I'm fairly >> >certain it's the right

Re: socket performance (was Re: Building cygwin1.dll)

2012-01-11 Thread Corinna Vinschen
On Jan 11 08:19, Carson Chittom wrote: > Corinna Vinschen writes: > > > On Jan 10 18:21, Steven Hartland wrote: > >> - Original Message - From: "Corinna Vinschen" > >> >Well, the file I downloaded was a self-extracting zip archive and the > >> >file it contains is called Windows6.1-KB98352

"Bad address" error with redirection (stdout and stderr) in background process

2012-01-11 Thread Heiko Elger
Hello, I'm using latest snapshot and updated cygwin installation. $ uname -a CYGWIN_NT-6.1-WOW64 PCFX166 1.7.10s(0.259/5/3) 20120111 01:45:50 i686 Cygwin I've done rebaseall and peflagsall. I've found the following problem using make in parallel (-j) with multiple comma

Re: "Bad address" error with redirection (stdout and stderr) in background process

2012-01-11 Thread Christopher Faylor
On Wed, Jan 11, 2012 at 03:05:26PM +, Heiko Elger wrote: >Hello, > >I'm using latest snapshot and updated cygwin installation. > >$ uname -a >CYGWIN_NT-6.1-WOW64 PCFX166 1.7.10s(0.259/5/3) 20120111 01:45:50 i686 Cygwin > >I've done rebaseall and peflagsall. &

Re: "Bad address" error with redirection (stdout and stderr) in background process

2012-01-11 Thread Christopher Faylor
On Wed, Jan 11, 2012 at 10:20:21AM -0500, Christopher Faylor wrote: >On Wed, Jan 11, 2012 at 03:05:26PM +, Heiko Elger wrote: >>Hello, >> >>I'm using latest snapshot and updated cygwin installation. >> >>$ uname -a >>CYGWIN_NT-6.1-WOW64 PCFX166 1.7.

Re: "Bad address" error with redirection (stdout and stderr) in background process

2012-01-11 Thread Christopher Faylor
On Wed, Jan 11, 2012 at 02:14:41PM -0500, Christopher Faylor wrote: >On Wed, Jan 11, 2012 at 10:20:21AM -0500, Christopher Faylor wrote: >>On Wed, Jan 11, 2012 at 03:05:26PM +, Heiko Elger wrote: >>>I stripped down the problem to the following testcase: >>> >>>$ cat ./testcase.sh >>>#!/bin/sh >

Opening new cygwin window with arguments

2012-01-11 Thread Jon Hughes
What I want to do is open a new cygwin window with a tail command, so I have the parent process still running, and this runoff process in another window. I've found cygstart, but I can't figure out the syntax to do essentially this: cygstart sh "tail -f foo" Any help would be appreciated -- Prob

Re: Opening new cygwin window with arguments

2012-01-11 Thread Gary Johnson
On 2012-01-11, Jon Hughes wrote: > What I want to do is open a new cygwin window with a tail command, so > I have the parent process still running, and this runoff process in > another window. I've found cygstart, but I can't figure out the syntax > to do essentially this: > > cygstart sh "tail -f

Re: Opening new cygwin window with arguments

2012-01-11 Thread Daniel Colascione
On 1/11/12 7:07 PM, Jon Hughes wrote: > What I want to do is open a new cygwin window There's no such thing as a "cygwin window". Do you mean a mintty instance? > with a tail command, so > I have the parent process still running, and this runoff process in > another window. I've found cygstart,

MinGW gfortran and OpenMP issues...

2012-01-11 Thread Nick Chilton
Hi, I'm trying to compile some code with: x86_64-w64-mingw32-gfortran.exe -o a.exe -mno-cygwin -static -O3 -cpp -Domp -fopenmp $(SOURCES) -L/lib/ -llapack -lblas which compiles fine, but upon execution: a.exe: error while loading shared libraries: ?: cannot open shared object file: No such file

RE: MinGW gfortran and OpenMP issues...

2012-01-11 Thread Mark Hadfield
Do you have the following directory on your PATH? /usr/x86_64-w64-mingw32/sys-root/mingw/bin -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Nick Chilton Sent: Thursday, 12 January 2012 17:35 To: cygwin@cygwin.com Subject: MinGW gfortran and

RE: MinGW gfortran and OpenMP issues...

2012-01-11 Thread Nick Chilton
While I thought the extra PATH dir solved the problem, it only runs within cygwin. Running in cmd, it says "pthreadGC2.dll" is missing. Just slapping one from google in there, I get an 0xc07b exception... Nick -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Re: Opening new cygwin window with arguments

2012-01-11 Thread Paul Allen Newell
On 1/11/2012 7:37 PM, Gary Johnson wrote: mintty -e tail -f foo& The -e is optional, but I like keeping my mintty commands consistent with those I write for other terminals. HTH, Gary I am using cygwin 1.7.9-1 per cygcheck. I tried using mintty and it looks better than the default wind

Re: Opening new cygwin window with arguments

2012-01-11 Thread Daniel Colascione
On 1/11/12 10:22 PM, Paul Allen Newell wrote: > On 1/11/2012 7:37 PM, Gary Johnson wrote: >> >> mintty -e tail -f foo& >> >> The -e is optional, but I like keeping my mintty commands consistent >> with those I write for other terminals. >> >> HTH, >> Gary >> > I am using cygwin 1.7.9-1 per cyg

Re: Opening new cygwin window with arguments

2012-01-11 Thread Paul Allen Newell
On 1/11/2012 10:26 PM, Daniel Colascione wrote: On 1/11/12 10:22 PM, Paul Allen Newell wrote: On 1/11/2012 7:37 PM, Gary Johnson wrote: mintty -e tail -f foo& The -e is optional, but I like keeping my mintty commands consistent with those I write for other terminals. HTH, Gary I am us

Re: MinGW gfortran and OpenMP issues...

2012-01-11 Thread Andrey Repin
Greetings, Nick Chilton! > While I thought the extra PATH dir solved the problem, it only runs > within cygwin. Running in cmd, it says "pthreadGC2.dll" is missing. > Just slapping one from google in there, I get an 0xc07b > exception... Make your user PATH equal to what you see in Cygwin ter