From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94521 invoked by alias); 11 Apr 2015 18:51:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 94505 invoked by uid 89); 11 Apr 2015 18:51:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp2nec.opaltelecom.net Received: from out.ipsmtp2nec.opaltelecom.net (HELO out.ipsmtp2nec.opaltelecom.net) (62.24.202.74) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Sat, 11 Apr 2015 18:51:20 +0000 X-SMTPAUTH: drstacey@tiscali.co.uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CWAQBEbClV//NS0lUNT4dPxkuCVwMCAoF9AQEBAQEBhR0BAQEDASMVMw0GCwsYAgIFFgsCAgkDAgECAUUTCAEBF4gHtV5wljABAQEHAQEBAR6BIYoKhQMWglKBRQWOco1GkAKDTYQSgzEBAQE X-IPAS-Result: A2CWAQBEbClV//NS0lUNT4dPxkuCVwMCAoF9AQEBAQEBhR0BAQEDASMVMw0GCwsYAgIFFgsCAgkDAgECAUUTCAEBF4gHtV5wljABAQEHAQEBAR6BIYoKhQMWglKBRQWOco1GkAKDTYQSgzEBAQE Received: from 85-210-82-243.dynamic.dsl.as9105.com (HELO [192.168.1.2]) ([85.210.82.243]) by out.ipsmtp2nec.opaltelecom.net with ESMTP; 11 Apr 2015 19:51:15 +0100 Message-ID: <55296D17.4000001@tiscali.co.uk> Date: Sat, 11 Apr 2015 18:51:00 -0000 From: David Stacey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: static vs. shared linking References: <5510A9AB.7020607@tiscali.co.uk> <5511AF73.9070607@tiscali.co.uk> <20150325090453.GB3017@calimero.vinschen.de> <551339E4.60705@tiscali.co.uk> <20150330105529.GJ29875@calimero.vinschen.de> <5519A0E1.6020707@tiscali.co.uk> <20150331090527.GB32403@calimero.vinschen.de> <551ACCE2.3000103@tiscali.co.uk> <5526351D.2000307@tiscali.co.uk> <20150409172453.GB6901@calimero.vinschen.de> In-Reply-To: <20150409172453.GB6901@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00222.txt.bz2 On 09/04/15 18:24, Corinna Vinschen wrote: > On Apr 9 09:15, David Stacey wrote: >> The solution is to compile with '-frepo', which works for both my test code >> and also poco-1.6.0 - although it has quite an impact on the compilation >> time (it trebles what was already a fairly lengthy compilation). Do you >> think this is the correct way to proceed, or should I look to explicitly >> export an instantiation of the std::basic_string<>s that Poco creates? > Sorry, I'm not an expert on this template stuff. Seriously, you're missing all the fun ;-) > But if -frepo works > for you it sounds like the right thing to go forward. Thanks for your reply. OK, I'll stick with '-frepo'. I suspect that users of the Poco library will also be forced to use '-frepo' (otherwise they'll find themselves with the same problem I had). That shouldn't be too much of a hardship. I'll be sure to include that on the announcement. Dave. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple