Re: "Bad address" error while building cygwin with make -j2

2011-12-14 Thread Heiko Elger
Heiko Elger writes: > > Christopher Faylor writes: > > > > > It's easy to reproduce. It's the result of changes I made in recent > snapshots > > to handle signals in threads. > > > that sounds good. > > Is it easy to fix it! > Is

Re: "Bad address" error while building cygwin with make -j2

2011-12-14 Thread Heiko Elger
Christopher Faylor writes: > > It's easy to reproduce. It's the result of changes I made in recent snapshots > to handle signals in threads. > that sounds good. Is it easy to fix it! Is it fixed in latest snapshot 20111214? I read somthing about signal handling in Cha

Re: Issues with TCP Window Scaling Factor and Cygwin Daemons

2011-12-14 Thread Dave Korn
On 15/12/2011 05:23, Lee wrote: > On 12/14/11, David Groves wrote: >> I am having some issues with cygwin applications (specifically sshd) >> and TCP Window Scaling Factors. I am using OpenSSH client on either a >> Debian Linux or FreeBSD machine to connect to sshd on a Windows 2k8 R2

Re: Issues with TCP Window Scaling Factor and Cygwin Daemons

2011-12-14 Thread Lee
On 12/14/11, David Groves wrote: > I am having some issues with cygwin applications (specifically sshd) > and TCP Window Scaling Factors. I am using OpenSSH client on either a > Debian Linux or FreeBSD machine to connect to sshd on a Windows 2k8 R2 > server. > > My SYN from the client has a non-zer

Broken dependencies? Bad Mirrors causing hidden problems? Was Re: New Installation fails: cygreadline7.dll not found.

2011-12-14 Thread Richard Troy
On Wed, 14 Dec 2011, Larry Hall (Cygwin) wrote: > > On 12/14/2011 10:51 PM, Richard Troy wrote: > > > > Hi Folks, > > > > I'm a long-time Cygwin user and recently got a new Windows 7 box that > > needed to be taught bash and other neat tricks, so naturally I downloaded > > the latest version - 1.7

Re: New Installation fails: cygreadline7.dll not found.

2011-12-14 Thread Larry Hall (Cygwin)
On 12/14/2011 10:51 PM, Richard Troy wrote: Hi Folks, I'm a long-time Cygwin user and recently got a new Windows 7 box that needed to be taught bash and other neat tricks, so naturally I downloaded the latest version - 1.7.9-1, I believe - and then did the installation from the local repository

New Installation fails: cygreadline7.dll not found.

2011-12-14 Thread Richard Troy
Hi Folks, I'm a long-time Cygwin user and recently got a new Windows 7 box that needed to be taught bash and other neat tricks, so naturally I downloaded the latest version - 1.7.9-1, I believe - and then did the installation from the local repository. I told it to install "absolutely everything"

Re: [ANNOUNCEMENT] CALL FOR TESTING: Cygwin 1.7.10

2011-12-14 Thread Bengt Larsson
Corinna Vinschen wrote: >On Dec 9 12:58, Bengt Larsson wrote: >> Christopher Faylor wrote: >> >On Thu, Dec 08, 2011 at 11:00:11PM +0100, Bengt Larsson wrote: >> >>Christopher Faylor wrote: >> >>>On Thu, Dec 08, 2011 at 05:06:21PM +0100, Bengt Larsson wrote: >> With the DLL from 20111208, a bug

Re: Symlinks and sharing a home directory between Windows and Linux

2011-12-14 Thread Andrew DeFaria
On 12/14/2011 12:14 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Might CYGWIN=winsymlinks help? http://cygwin.com/cygwin-ug-net/using-cygwinenv.html I don't see how. I think that I need the .lnk portion of the file. It's not clear to me from that link's description that setting winsymlinks give

GNU Emacs 23.3.1 problem with 20111213 snapshot

2011-12-14 Thread Jim Reisert AD1C
[I posted this on the Cygwin-X list by mistake, I meant to post it here.] I'm having a problem with the 20111213 snapshot.  I'm running GNU Emacs 23.3.1 (emacs-x11) in a Cygwin-X window. Windows XP SP3. If I try to reverse-search inside a file (control-R) and the search string is no longer found

Re: Issues with TCP Window Scaling Factor and Cygwin Daemons

2011-12-14 Thread René Berber
On 12/14/2011 12:25 PM, Jon Clugston wrote: > Did you do all these tests w/ the same Windows machine? I believe > that Windows XP always sets the WSF to zero, but newer versions > support scaling. Not sure if scaling works on XP, but the TcpWindowSize is not zero (by default). For XP the refere

RE: Symlinks and sharing a home directory between Windows and Linux

2011-12-14 Thread Buchbinder, Barry (NIH/NIAID) [E]
Jeremy Bopp sent the following at Wednesday, December 14, 2011 3:01 PM >On 12/14/2011 01:33 PM, Andrew DeFaria wrote: >> I like having only one home directory. It's extremely convenient to have >> the same settings and the like both when on Cygwin and when on Linux. >> >> Often home directories are

Re: Symlinks and sharing a home directory between Windows and Linux

2011-12-14 Thread Jeremy Bopp
On 12/14/2011 01:33 PM, Andrew DeFaria wrote: > I like having only one home directory. It's extremely convenient to have > the same settings and the like both when on Cygwin and when on Linux. > > Often home directories are on NAS's and the like and served out via smb. > > Somewhere along the lin

Symlinks and sharing a home directory between Windows and Linux

2011-12-14 Thread Andrew DeFaria
I like having only one home directory. It's extremely convenient to have the same settings and the like both when on Cygwin and when on Linux. Often home directories are on NAS's and the like and served out via smb. Somewhere along the line Cygwin's symlink implementation changed again. It use

Re: "Bad address" error while building cygwin with make -j2

2011-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2011 at 07:06:04PM +0100, marco atzeri wrote: >On 12/14/2011 4:22 PM, Heiko Elger wrote: > >> make: *** read jobs pipe: Bad address. Stop. >> make: *** Waiting for unfinished jobs >> make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2! > >I saw the same issue

Re: Issues with TCP Window Scaling Factor and Cygwin Daemons

2011-12-14 Thread Jon Clugston
On Wed, Dec 14, 2011 at 12:58 PM, David Groves wrote: > I am having some issues with cygwin applications (specifically sshd) > and TCP Window Scaling Factors. I am using OpenSSH client on either a > Debian Linux or FreeBSD machine to connect to sshd on a Windows 2k8 R2 > server. > > My SYN from th

Re: "Bad address" error while building cygwin with make -j2

2011-12-14 Thread Ken Brown
On 12/14/2011 1:06 PM, marco atzeri wrote: On 12/14/2011 4:22 PM, Heiko Elger wrote: make: *** read jobs pipe: Bad address. Stop. make: *** Waiting for unfinished jobs make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2! I saw the same issue building another program on

Re: "Bad address" error while building cygwin with make -j2

2011-12-14 Thread marco atzeri
On 12/14/2011 4:22 PM, Heiko Elger wrote: make: *** read jobs pipe: Bad address. Stop. make: *** Waiting for unfinished jobs make: INTERNAL: Exiting with 1 jobserver tokens available; should be 2! I saw the same issue building another program on W7/64 I noticed that it happens on very hi

Compilation error: error: ‘glDeleteVertexArrays’ was not declared in this scope

2011-12-14 Thread Olumide
I'm trying to compile a graphics library (NGL, http://nccastaff.bournemouth.ac.uk/jmacey/GraphicsLib/index.html), with OpenGL dependencies. in the Cygwin environment but I'm getting the error message, ‘glDeleteVertexArrays’ was not declared in this scope What might the reason for this error?

Issues with TCP Window Scaling Factor and Cygwin Daemons

2011-12-14 Thread David Groves
I am having some issues with cygwin applications (specifically sshd) and TCP Window Scaling Factors. I am using OpenSSH client on either a Debian Linux or FreeBSD machine to connect to sshd on a Windows 2k8 R2 server. My SYN from the client has a non-zero WSF (16 for Debian, 8 for FreeBSD), but th

"Bad address" error while building cygwin with make -j2

2011-12-14 Thread Heiko Elger
Hello, I spend much of time in reproducing a testcase - I hope that this problem can be reproduced by others too. While looking for a testcase for reproducing our other problem with "Bad address" errors - I tried to build cygwin snapshot 20111213. I did a fresh cygwin intallation for this test.

Re: fortran open mpi - getting mpif77 and mpif90 to work

2011-12-14 Thread Dave Korn
On 14/12/2011 13:20, Jon Clugston wrote: > On Tue, Dec 13, 2011 at 5:16 PM, Stitchz wrote: >> This is what I get on a fresh, default install of cygwin: >> >> $ mpif77 >> >> --- >> The Open MPI wrapper compiler was unable to find the specific compiler >> ifort.exe in your PATH. >> >> Note that

Re: cyg*.dll, linking

2011-12-14 Thread Dave Korn
On 13/12/2011 20:32, Warren Young wrote: > On 12/13/2011 12:18 PM, Brian Craft wrote: >> On Tue, Dec 13, 2011 at 11:16 AM, Csaba Raduly wrote: >>> On Tue, Dec 13, 2011 at 7:45 PM, Brian Craft wrote: >>> And why don't I see cyg*.dll files, for example, in /usr/lib? >>> >>> They are all hiding

Re: rcs 5.8-1 corrupt files?

2011-12-14 Thread Dave Korn
On 11/12/2011 08:24, Jay E. wrote: > Suspected line-ender problem. > Started over and used 'flip' to go with unix line-ender. > Same problems. > BUT it looks like the DOS lime ender was added after the flip by ci, or co. It looks like the line-ends are getting flipped in the actual RCS/*,v file

Re: fortran open mpi - getting mpif77 and mpif90 to work

2011-12-14 Thread Jon Clugston
On Tue, Dec 13, 2011 at 5:16 PM, Stitchz wrote: > > This is what I get on a fresh, default install of cygwin: > > $ mpif77 > > --- > The Open MPI wrapper compiler was unable to find the specific compiler > ifort.exe in your PATH. > > Note that this compiler was either specified at configure ti

Re: [ANNOUNCEMENT] CALL FOR TESTING: Cygwin 1.7.10

2011-12-14 Thread Corinna Vinschen
On Dec 9 12:58, Bengt Larsson wrote: > Christopher Faylor wrote: > >On Thu, Dec 08, 2011 at 11:00:11PM +0100, Bengt Larsson wrote: > >>Christopher Faylor wrote: > >>>On Thu, Dec 08, 2011 at 05:06:21PM +0100, Bengt Larsson wrote: > With the DLL from 20111208, a bug seems to have returned: > >>>

Cygwin csh random crashes on Windows 7 64 bit systems

2011-12-14 Thread Sunadham, Ajay Kumar
We are experiencing random crashes while using cygwin csh. These crashes are not reproducible. Attached is the sample trace and the cygcheck output. It would be great if these crashes can be fixed. Thanks, Ajay csh.exe.stackdump Description: csh.exe.stackdump cygcheck.out Description: cygche