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

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

2011-07-15 Thread Thomas Wolff
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 prompt. If I ran from the bash shell prompt

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

2011-07-15 Thread 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 prompt. > > If I ran from the bash shell prompt of cygwi

popen () fails when running from the windows prompt

2011-07-15 Thread Luiz Claudio Valdetaro
i, I am planning a minimalistic installation of my application using cygwin. Everything works fine, except that popen() fails when running from the windows prompt. If I ran from the bash shell prompt of cygwin , it works fine. It is the only api I use that is failing. I created a simple