This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with pex-win32.c
- From: rridge at csclub dot uwaterloo dot ca (Ross Ridge)
- To: gcc at gcc dot gnu dot org
- Date: Sun, 12 Mar 2006 15:27:02 -0500 (EST)
- Subject: Re: Problem with pex-win32.c
Mark Mitchell wrote:
>Cygwin Xterm
>============
>parent spawn: Pops up DOS window.
>parent nostd: No output from child.
>parent std: Works.
>
>DOS Console
>===========
>parent spawn: Works.
>parent nostd: No output from child.
>parent std: No output from child.
This is what I got using your code and Cygwin rxvt:
Cygwin rxvt
===========
parent spawn: Works.
parent nostd: No output from child.
parent std: Works.
I wasn't able to test it with xterm, I don't have an X server handy,
but it looks your problem is with xterm, not gcc.
Ross Ridge