Re: popen () fails when running from the windows prompt

2011-07-16 Thread Corinna Vinschen
On Jul 16 00:31, Thomas Wolff wrote: Am 15.07.2011 21:22, schrieb Andy Koppe: On 15 July 2011 19:41, Luiz Claudio Valdetaro wrote: i, I am planning a minimalistic installation of my application using cygwin. Everything works fine, except that popen() fails when running from the windows

Re: 1.7 (an previous) ln bug

2011-07-16 Thread Corinna Vinschen
On Jul 15 15:56, Garber, Dave (GE Energy, Non-GE) wrote: Using winsymlinks, it seems that if you create a symbolic link to a non-existent file, the POSIX target gets set, but the Windows target does not. The cygpath command will return a valid Windows path for the non-existent file, so that

errors

2011-07-16 Thread Sagar Soni
sir, here we are mentioned some errors that could not be solved That are appropriate 1 call to localhost//127.0.0.1:9001 failes on connection exception:java.net.connectexception error occurs . so,please help from recover the errors. -- THANKS..    SAGAR SONI -- Problem reports:

Suggestion to add ChangeLog for mintty in Cygwin package.

2011-07-16 Thread Oleksandr Gavenko
I run: $ cygcheck -l mintty | grep -i 'change\|log' and not found any ChangeLog for mintty. Existing file with changelog very incomplete: /usr/share/doc/Cygwin/mintty.README In mintty package files there are no point to http://code.google.com/p/mintty/wiki/Changes It is good thing to

exception under g++

2011-07-16 Thread Kraus Philipp
Hello, I'm using Cygwin for compiling my C++ sources under Windows. My code is throwing an exception (I know the exception and the position within the code), but under the binary that is compiled under Cygwin I get the message: terminate called after throwing an instance of [...] terminate

[bash or DLL] Memory leak in childs

2011-07-16 Thread AZ 9901
Hello, I think I have found a memory leak in bash (or perhaps in DLL fork implementation, I don't know). Just launch the following test loop having a look at Windows Task Manager, Page File Usage tab : while [ 1 ] do test=$(echo test) done Memory usage is constantly growing. Once Cygwin

Re: exception under g++

2011-07-16 Thread Dima Pasechnik
Hi Phil, you ought to post steps to reproduce the problem, if there is one. By the way, can you check that you link against libgcc using -shared-libgcc? You can also try to figure out whether is this not a purely g++ problem, by installing g++ 4.3.4 on Linux, say, and trying your code with it.

Re: Suggestion to add ChangeLog for mintty in Cygwin package.

2011-07-16 Thread Andy Koppe
On 16 July 2011 11:24, Oleksandr Gavenko wrote: I run:  $ cygcheck -l mintty | grep -i 'change\|log' and not found any ChangeLog for mintty. Existing file with changelog very incomplete:  /usr/share/doc/Cygwin/mintty.README The port notes only list packaging changes. In mintty package

Re: exception under g++

2011-07-16 Thread Kraus Philipp
Hi Dima, thanks for your answer. Am 16.07.2011 um 15:02 schrieb Dima Pasechnik: you ought to post steps to reproduce the problem, if there is one. By the way, can you check that you link against libgcc using -shared-libgcc? You can also try to figure out whether is this not a purely g++

Re: how to access to drive using cd

2011-07-16 Thread Csaba Raduly
Hi, On Fri, Jul 15, 2011 at 8:02 PM, dbonneau wrote: I tried cd/cygwin/q but it said no such file or directory.. You probably didn't follow Jeremy Bopp's advice exactly; looks like you forgot the space after cd. It's cd /cygdrive/q cd/cygwin/q (without a space after cd) means running the