IPC,FORK on Windows 2008 Server

2009-03-31 Thread Yarlagadda Suresh
Hi, I am using CYGWIN V 1.5.25-15 on Windows 2008 Standard Server Edition with SP1. I have a program which does the following : 1. The main process gets shared memory, opens an index file (through Btrieve API). 2. If a record is found in the index file,the main process forks a child and the

Re: /netrel directory?

2009-03-31 Thread Thorsten Kampe
* Frank Fesevur (Mon, 30 Mar 2009 19:33:16 +0200) > Today I noticed a directory /netrel on my Cygwin root directory. It > appears to texinfo-4.13-2 related, so I assume it a leftover of the > recent upgrade, but does it need to stay there? Fixed with the latest update... Thorsten -- Unsubscribe

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Corinna Vinschen
On Mar 31 15:04, Yarlagadda Suresh wrote: > Hi, > > I am using CYGWIN V 1.5.25-15 on Windows 2008 Standard Server Edition with > SP1. > > I have a program which does the following : > > 1. The main process gets shared memory, opens an index file (through > Btrieve API). How does it get shared

Re: execve issues, and execve with cygrunsrv

2009-03-31 Thread Corinna Vinschen
On Mar 30 12:45, Daniel Pocock wrote: > > > Hi, > > I'm using the execve call in a UNIX program (which works successfully), > and now I am testing it with Cygwin. > > The program is using execve as a way to restart itself after receiving > SIGHUP. > > The child process started by execve seems to be

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Yarlagadda Suresh
Hi, I am using shmget()/shmat() methods for getting the shared memory. I had tried running the same program which is given in the previous mention thread, the results are same as mentioned over there. I think it would tough to modify the shmget/shmat calls to mmap for my application. I believe

[ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-45

2009-03-31 Thread Corinna Vinschen
Hi folks, I just uploaded a new Cygwin 1.7 test release, 1.7.0-45. === IMPORTANT NOTE This test release comes with a major change in terms of support for native character sets. I added a new chapter to

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Corinna Vinschen
http://cygwin.com/acronyms/#TOFU On Mar 31 17:11, Yarlagadda Suresh wrote: > Hi, > > I am using shmget()/shmat() methods for getting the shared memory. > > I had tried running the same program which is given in the previous > mention thread, the results are same as mentioned over there. I ju

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Corinna Vinschen
On Mar 31 14:08, Corinna Vinschen wrote: > On Mar 31 17:11, Yarlagadda Suresh wrote: > > Hi, > > > > I am using shmget()/shmat() methods for getting the shared memory. > > > > I had tried running the same program which is given in the previous > > mention thread, the results are same as mentioned

Re: "/usr/bin/clear" crash

2009-03-31 Thread Charles Wilson
Nuno Treez wrote: > $ clear > 10 [main] clear 4440 _cygtls::handle_exceptions: Error while dumping > state > (probably corrupted stack) > Segmentation fault (core dumped) >From your cygcheck output, I see that you have: > ncurses5.7-2 This is a Known problem with that v

Using Cygwin compiled libs in Visual Studio

2009-03-31 Thread Olumide
Hello, Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual studio projects. Thanks, - Olumide -- Unsubsc

Re: Using Cygwin compiled libs in Visual Studio

2009-03-31 Thread Larry Hall (Cygwin)
Olumide wrote: Hello, Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual studio projects. See:

[ANNOUNCEMENT] [1.7] Updated: vim-7.2.148-1

2009-03-31 Thread Corinna Vinschen
I have updated the version of vim for Cygwin 1.7 to 7.2.148-1. This is an update to the latest upstream patchlevel 148. Cygwin Vim builds from the vanilla sources. This is the first vim release for Cygwin with extended character set support. You should also update Cygwin 1.7 at least to Cygwin

Re: Using Cygwin compiled libs in Visual Studio

2009-03-31 Thread Tim Prince
Larry Hall (Cygwin) wrote: Olumide wrote: Hello, Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual studio

Re: path separator

2009-03-31 Thread Subrata Biswas
The following 2 steps worked for me 1) Use semicolon as path separator 2) Enclose the whole path string inside double quote Example javac -classpath ".;poi-3.2-FINAL-20081019.jar" SR.java -- View this message in context: http://www.nabble.com/path-separator-tp17704083p22813149.html Sent from

g++-4 no output---resolved, but why?

2009-03-31 Thread Dave Steenburgh
I've been using gcc3 for some time, and decided to move to gcc4.  I did not remove gcc3.  I tried running a configure script for a personal project, specifying CXX=g++-4.  The script failed, because g++-4 didn't produce an executable when presented with conftest.cpp. It also didn't bother with an e

Dig problems

2009-03-31 Thread sloan31
Has anyone else seen this issue with dig command producing a failed connection with every attempt? Sent from my Verizon Wireless BlackBerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwi

[ANNOUNCEMENT] Updated: email-3.1.2-1

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was c

[ANNOUNCEMENT] [1.7] Updated: email-3.1.2-2

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was c

make 3.81 bug - error: multiple target patterns. Stop.

2009-03-31 Thread Peter Luethi
Hello all Since the make 3.81 release in Cygwin, I constantly have issues with this released version: When using Mentor ModelSim to compile and simulate VHDL, the released make 3.81 fails by executing generated Makefiles from ModelSim (using 'vmake > Makefile'). It does not occur with make 3

Re: make 3.81 bug - error: multiple target patterns. Stop.

2009-03-31 Thread Rob Walker
A complete set of Cygwin's make-3.81 packages with the relevant upstream patches applied is also available here: http://sites.rwalker.com/cygwin/ -Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

[1.7] socket(AF_INET6,...)

2009-03-31 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Can anyone explain why the attached STC returns an EAFNOSUPPORT? Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAknS4NUACgkQpiWmPGlmQSPVCACbBk7k6h16Ouv

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Yarlagadda Suresh
Thanks a ton for your quick response. Could please let me know the patch version number, which includes the fix? Cheers, Suresh Kumar. On Tue, Mar 31, 2009 at 8:37 PM, Corinna Vinschen wrote: > On Mar 31 14:08, Corinna Vinschen wrote: >> On Mar 31 17:11, Yarlagadda Suresh wrote: >> > Hi, >> > >

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Christopher Faylor
On Wed, Apr 01, 2009 at 11:19:28AM +0530, Yarlagadda Suresh wrote: >Thanks a ton for your quick response. > >Could please let me know the patch version number, which includes the >fix? Just wait for Corinna's Cygwin 1.7 release announcement that you'll see here. cgf -- Unsubscribe info: htt