Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 83900 invoked from network); 22 Dec 2005 15:36:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 15:36:47 -0000 Received: (qmail 22036 invoked by uid 500); 22 Dec 2005 15:36:47 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 22025 invoked by uid 500); 22 Dec 2005 15:36:47 -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 22014 invoked by uid 99); 22 Dec 2005 15:36:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 07:36:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of AntonP@moscow.vdiweb.com designates 195.210.189.132 as permitted sender) Received: from [195.210.189.132] (HELO mail.moscow.vdiweb.com) (195.210.189.132) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 07:36:46 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Re: Windows configuration output Date: Thu, 22 Dec 2005 18:36:23 +0300 Message-ID: <4D6A8407B7AC6F4D95B0E55C4E7C4C62031BE542@exmsk.moscow.vdiweb.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: Re: Windows configuration output Thread-Index: AcYGfbBPyfKXSYcyST+CijpyzgNMzgAjV/1QAABbW9A= From: "Anton Pevtsov" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Martin Sebor wrote: >Anton, could you please make these changes? Yes, I'll fix them.=20 With best wishes, Anton Pevtsov -----Original Message----- From: Martin Sebor [mailto:sebor@roguewave.com]=20 Sent: Thursday, December 22, 2005 01:30 To: stdcxx-dev@incubator.apache.org Subject: Re: Windows configuration output Martin Sebor wrote: > The progress output from out configuration script on Windows is > inconsistent. It looks like this: >=20 [...] > Checking for std::acos() in cmath... ok Also, in the above cmath should be to make it clear that we're checking the standard header. Similarly, cstdio should read (and if we're checking in the traditional headers). > ... > Checking for extern "C" snprintf() in libc... no Here, we should replace the name libc with the name of the C library on Windows (msvcrt or whatever is appropriate for the build type). Anton, could you please make these changes? Thanks Martin