From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8976 invoked by alias); 11 Mar 2004 23:57:39 -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 8969 invoked from network); 11 Mar 2004 23:57:38 -0000 Received: from unknown (HELO mail.npsl.co.uk) (213.232.85.2) by sources.redhat.com with SMTP; 11 Mar 2004 23:57:38 -0000 Received: from 81.96.65.27 (helo=yaffle) by mail.npsl.co.uk with smtp (Yam) id gt62UpSogNTRI; Thu, 11 Mar 2004 23:57:18 GMT From: "Mark Weaver" To: "Brian Bazyk" , Subject: RE: CRT runtime error with .Net 2003 Date: Thu, 11 Mar 2004 23:57:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <200403112330.i2BNU2Oh004379@phaenicia.ucdavis.edu> X-SW-Source: 2004/txt/msg00031.txt.bz2 > The app used pthreads so I'm linking statically with the pthreadsVC > library. I'm compiling with MTd runtime's and using > IgnoreLib:libcmtd;libmmt to deal with some redefined function issues. > It sounds like you are mixing different versions of the static runtime libraries. Your best bet is probably to recompile the pthreads lib with .NET 2003 selecting the appropriate runtime library (i.e. the same one that you want ot use). You should then see the redefined symbols, and the problem, go away.