delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/11/11/10:00:30

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Thu, 11 Nov 2004 09:59:55 -0500
From: Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: stderr and clearmake
Message-ID: <20041111145955.GE12133@trixie.casa.cgf.cx>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <41937244 DOT 8040404 AT comcast DOT net>
Mime-Version: 1.0
In-Reply-To: <41937244.8040404@comcast.net>
User-Agent: Mutt/1.4.1i

On Thu, Nov 11, 2004 at 09:08:04AM -0500, Aaron Conole wrote:
>Hello, I'm using clearmake, and the Metaware C++ compiler (don't ask...I 
>don't like metaware either) and whenever I execute a clearmake from 
>within cygwin, I don't have any stderr output. This was first discovered 
>while I was in an Xterm, and didn't affect the main window. However, 
>recently, for some reason, it's started happening in the cygwin window 
>(by cygwin window, I mean bash.exe) as well.
>
>I've written a program to print out a message on stdout and then on 
>stderr. The output is as follows:
>aconole AT ACONOLE ~
>----------------------------
>$ ./stderr-test.exe
>This is stderr!
>This is stdout!
>----------------------------
>
>The code is:
>------------------------
>#include "stdio.h"
>
>int main(){
>   fprintf(stdout, "This is stdout!\n");
>   fprintf(stderr, "This is stderr!\n");
>   return 0;
>}
>------------------------
>
>As you can see, for some reason stderr and stdout are being manipulated 
>in some odd fashion, which may or may not be related to the problem I'm 
>having. I've already tried manipulating the cygwin variable, without 
>success.
>
>I can attach information about the cygwin version I'm running.

"I've noticed that when I connect my TV to the cable box I can't get
channel 7 although when I connect it directly to the cable I have no
problem.  What is wrong with my TV?  I've actually tried several TVs and
all of them seem to have this weird problem."

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019