X-Recipient: archive-cygwin AT delorie DOT 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 X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Peter M Lee CC: cygwin AT cygwin DOT com Subject: Re: iostream with gcc References: <006d01c816e8$b4ee9ee0$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/