Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: "Alex Vinokur" Subject: Re: pthreads, printf and cout Date: Sat, 3 Jan 2004 17:20:00 +0200 Lines: 47 Message-ID: References: <20040102180932 DOT GA3317 AT redhat DOT com> X-Complaints-To: usenet AT sea DOT gmane DOT org X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 "Christopher Faylor" wrote in message news:20040102180932 DOT GA3317 AT redhat DOT com... > On Fri, Jan 02, 2004 at 07:57:37PM +0200, Alex Vinokur wrote: > >Hi, > > > >Behavior of printf and cout in a program below is different : cout prints nothing. > > > >What is wrong? > > > >=================================== > >Windows 2000 Professional > >CYGWIN_NT-5.0 1.5.4(0.94/3/2) > >gcc version 3.3.1 (cygming special) > >=================================== > > For starters, what's wrong is that you are using an old version of > cygwin. It does no one a service to report bugs against a non-current > version. > I have upgraded cygwin. --------- $ uname -sroi CYGWIN_NT-5.0 1.5.5(0.94/3/2) unknown Cygwin $ cygcheck -c | grep cygwin cygwin 1.5.5-1 OK $ g++ --version g++ (GCC) 3.3.1 (cygming special) [---omitted---] --------- Now pthreads and cout work fine. Thanks, -- Alex Vinokur mailto:alexvn AT connect DOT to http://mathforum.org/library/view/10978.html -- 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/