From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23824 invoked by alias); 25 Nov 2012 23:09:17 -0000 Received: (qmail 23816 invoked by uid 22791); 25 Nov 2012 23:09:16 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RCVD_VIA_APNIC X-Spam-Check-By: sourceware.org Received: from icp-osb-irony-out2.external.iinet.net.au (HELO icp-osb-irony-out2.external.iinet.net.au) (203.59.1.218) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 25 Nov 2012 23:09:11 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAFAFukslDKN5yD/2dsb2JhbABDvFSDURZzgh4BAQU4GyURCw0LCRYPCQMCAQIBRRMIAQEXh3G9NIw3gRqDJwObbCKKN4MD Received: from unknown (HELO mail05.grapevine.net.au) ([202.55.156.131]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 26 Nov 2012 07:09:08 +0800 Received: from [180.200.153.227] (helo=[192.168.2.2]) by mail05.grapevine.net.au with esmtp (Exim 4.77) (envelope-from ) id 1TclK0-0007mE-Fd for pthreads-win32@sourceware.org; Mon, 26 Nov 2012 10:09:08 +1100 Message-ID: <50B2A513.5030409@homemail.com.au> Date: Sun, 25 Nov 2012 23:09:00 -0000 From: Ross Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: pthreads-win32@sourceware.org Subject: Re: pthreadVC2.dll dependency on MSVCR100.dll References: <50AFDB38.8000109@cran.org.uk> In-Reply-To: <50AFDB38.8000109@cran.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2012/txt/msg00031.txt.bz2 Not deliberate. I assume this is a default and one reference I found claims it is linked to by msvcrt.lib in VS 2010. I'm looking but I haven't found a solution yet that I like (assuming it's correct the same reference suggests either linking statically or building with an old environment - both unacceptable ). Suggestions welcome. On 24/11/2012 7:23 AM, Bruce Cran wrote: > I noticed that between 2.8.0 and 2.9.1 a dependency on the Visual C++ > 2010 runtime has been added to the prebuilt DLLs: instead of linking > against MSVCRT.dll it now links against MSVCR100.dll. Was that > deliberate, or just because of the way they were built for release? >