Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 57759 invoked from network); 16 Oct 2007 15:36:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 15:36:42 -0000 Received: (qmail 25012 invoked by uid 500); 16 Oct 2007 15:36:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 24952 invoked by uid 500); 16 Oct 2007 15:36:29 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 24941 invoked by uid 99); 16 Oct 2007 15:36:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 08:36:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 15:36:33 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: 4.2.0-rc-6, final candidate Date: Tue, 16 Oct 2007 18:35:50 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64380117E4FD@epmsa009.minsk.epam.com> In-Reply-To: <4714D96F.9000502@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 4.2.0-rc-6, final candidate Thread-Index: AcgQCcfE/GQF8RfwQFaYH0UvCQQaJwAADONQ References: <4712B64B.5040203@roguewave.com> <47144970.3080300@gmail.com> <4714BEA1.9040707@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64380117E4CF@epmsa009.minsk.epam.com> <7BDB2168BEAEF14C98F1901FD2DE64380117E4D2@epmsa009.minsk.epam.com> <4714D004.5040004@roguewave.com> <7BDB2168BEAEF14C98F1901FD2DE64380117E4F5@epmsa009.minsk.epam.com> <4714D96F.9000502@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Tuesday, October 16, 2007 6:32 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: 4.2.0-rc-6, final candidate >=20 > Farid Zaripov wrote: > >> -----Original Message----- > >> From: Martin Sebor [mailto:sebor@roguewave.com] > >> Sent: Tuesday, October 16, 2007 5:52 PM > >> To: stdcxx-dev@incubator.apache.org > >> Subject: Re: 4.2.0-rc-6, final candidate > >=20 > >> Out of curiosity, how do you test this? (I tested by building > >> 4.1.3 examples, replacing the 4.1.3 shared lib with=20 > symlinks to the=20 > >> one from 4.2.0, and running them.) > >=20 > > I've built 15s configuration (replaced the old static=20 > library by the=20 > > new from 4.2.0). >=20 > I see. So you compiled with 4.1.3 headers but linked with the=20 > 4.2.0 archive, correct? That's a useful test as well. Yes. I've just replaced the .lib file and relinked the example without recompiling. Farid.