| delorie.com/archives/browse.cgi | search |
| 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 |
| From: | "Dave Korn" <dk AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: stderr and clearmake |
| Date: | Thu, 11 Nov 2004 15:10:27 -0000 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <41937244.8040404@comcast.net> |
| Message-ID: | <NUTMEGaMGcgyCdimd0H00000694@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 11 Nov 2004 15:10:27.0734 (UTC) FILETIME=[93BBF360:01C4C800] |
> -----Original Message-----
> From: cygwin-owner On Behalf Of Aaron Conole
> Sent: 11 November 2004 14:08
> 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,
No they aren't. That's exactly the output you'd expect to see from that
program. What on earth are you expecting to happen?
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |