From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5996 invoked by alias); 21 Aug 2002 19:02:50 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 5989 invoked from network); 21 Aug 2002 19:02:49 -0000 Received: from unknown (HELO bmi.osu.edu) (140.254.39.230) by sources.redhat.com with SMTP; 21 Aug 2002 19:02:49 -0000 Received: from toledo.bmi.ohio-state.edu (toledo.bmi.ohio-state.edu [140.254.39.231]) by bmi.osu.edu (Postfix) with ESMTP id 960D7191EB for ; Wed, 21 Aug 2002 15:02:48 -0400 (EDT) Received: by toledo.bmi.ohio-state.edu (Postfix, from userid 1028) id 28CFB3BDBF; Wed, 21 Aug 2002 15:02:48 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: Kyle Boon To: pthreads-win32@sources.redhat.com Subject: Simple question. Date: Wed, 21 Aug 2002 12:02:00 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020821190248.28CFB3BDBF@toledo.bmi.ohio-state.edu> X-SW-Source: 2002/txt/msg00089.txt.bz2 I'm not sure if this is the right place for my question - so I apolgize in advance if it not. First some quick background. I am a college undergrad charged with porting a linux app to the win32 platform. I chose this pthreads implementation to make the task much easier. So far it's worked very well. My only question is how people deal with console output. I have multiple threads using cout to print things to the console, but the output is all jumbled up. If I try to link with a thread safe version of the standard library on windows, I get all sorts of linker errors. It seems like people must have had to work around this before, but I haven't been able to find any information about it. Any help would be greatly appreciated. Kyle Boon