Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 78541 invoked from network); 10 Nov 2006 22:39:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2006 22:39:35 -0000 Received: (qmail 2988 invoked by uid 500); 10 Nov 2006 22:39:46 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 2928 invoked by uid 500); 10 Nov 2006 22:39:46 -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 2912 invoked by uid 99); 10 Nov 2006 22:39:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 14:39:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 14:39:32 -0800 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id kAAMcV7b026686 for ; Fri, 10 Nov 2006 22:38:31 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 10 Nov 2006 15:39:24 -0700 Message-ID: <4554FF99.9090009@roguewave.com> Date: Fri, 10 Nov 2006 15:39:21 -0700 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r473351 - in /incubator/stdcxx/trunk/etc/config: src/EXPORT.cpp windows/configure.wsf windows/projects.js References: <20061110143328.333391A9846@eris.apache.org> In-Reply-To: <20061110143328.333391A9846@eris.apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Nov 2006 22:39:24.0104 (UTC) FILETIME=[12339480:01C70519] X-Virus-Checked: Checked by ClamAV on apache.org faridz@apache.org wrote: > Author: faridz > Date: Fri Nov 10 06:33:27 2006 > New Revision: 473351 > > URL: http://svn.apache.org/viewvc?view=rev&rev=473351 > Log: > 2006-11-10 Farid Zaripov > > * EXPORT.cpp: Added "./" in LDOPTS. Is this necessary for the Windows infrastructure to work correctly? I don't think it's needed on UNIX (AFAIK, it causes no problems but I don't know why it's there) but if the Windows linker needs it for some reason a better solution might be to change the Windows scripts and remove it from here as well as from all the other config tests that use it. Otherwise, it might easily regress. Here's a list of the other .cpp files that use the syntax: $ grep -l LDOPTS etc/config/src/*.cpp etc/config/src/COLLAPSE_STATIC_LOCALS.cpp etc/config/src/COLLAPSE_TEMPLATE_LOCALS.cpp etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp etc/config/src/EXPORT.cpp etc/config/src/EXTERN_FUNCTION_TEMPLATE.cpp etc/config/src/EXTERN_INLINE.cpp etc/config/src/EXTERN_MEMBER_TEMPLATE.cpp etc/config/src/EXTERN_TEMPLATE.cpp etc/config/src/EXTERN_TEMPLATE_BEFORE_DEFINITION.cpp etc/config/src/IMPLICIT_INSTANTIATION.cpp etc/config/src/LIB_EXCEPTIONS.cpp Martin