From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8773 invoked by alias); 11 May 2004 23:26:32 -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 8749 invoked from network); 11 May 2004 23:26:31 -0000 Received: from unknown (HELO mail.npsl.co.uk) (213.232.85.2) by sourceware.org with SMTP; 11 May 2004 23:26:31 -0000 Received: from 81.96.65.27 (helo=yaffle) by mail.npsl.co.uk with smtp (Yam) id MiVjAfWkEpo3; Tue, 12 May 2004 00:26:28 +0100 From: "Mark Weaver" To: "jefe goode" , Subject: RE: pthread declaration problem Date: Tue, 11 May 2004 23:26:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <20040511221132.74430.qmail@web61005.mail.yahoo.com> X-SW-Source: 2004/txt/msg00054.txt.bz2 > A simple test eg does not compile under MS Visual C+ > 6.0 > > The line that fails to compile is > > pthread_t tid; //fails to compile > main() > { > } > > Did you #include ?