X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <47206927.E0CE571@dessent.net>
Date: Thu, 25 Oct 2007 03:00:07 -0700
From: Brian Dessent <brian@dessent.net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: Peter M Lee <pml1@york.ac.uk>
CC: cygwin@cygwin.com
Subject: Re: iostream with gcc
References: <Prayer.1.0.18.0710251014170.2520@webmail0.york.ac.uk> <006d01c816e8$b4ee9ee0$2e08a8c0@CAM.ARTIMI.COM> <Prayer.1.0.18.0710251048470.15462@webmail0.york.ac.uk>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

[ Reply to the mailing list, not to me. ]

Peter M Lee wrote:

> The result of using g++ is
> 
> $ g++ hello.cc
> 
> $
> 
> in other words nothing is output to the terminal - Peter M Lee

Yes.  That is the correct behavior.  What were you expecting?  You
should see an executable in the current directory that is the result of
compiling the code.  Use -o to name the output filename explicitly.

Brian

--
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/

