From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16388 invoked by alias); 23 Nov 2017 12:06:58 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 16373 invoked by uid 89); 23 Nov 2017 12:06:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*f:sk:boris.2, H*f:sk:db3e8a9, Hx-languages-length:454 X-HELO: codesynthesis.com Received: from codesynthesis.com (HELO codesynthesis.com) (142.44.161.217) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Nov 2017 12:06:57 +0000 Received: from brak.codesynthesis.com (unknown [66.251.163.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by codesynthesis.com (Postfix) with ESMTPSA id 358DF5EE50; Thu, 23 Nov 2017 12:06:53 +0000 (UTC) Received: by brak.codesynthesis.com (Postfix, from userid 1000) id D490C1A80328; Thu, 23 Nov 2017 14:06:48 +0200 (SAST) Date: Thu, 23 Nov 2017 12:20:00 -0000 From: Boris Kolpackov To: JonY <10walls@gmail.com> Cc: gcc-patches@gcc.gnu.org Subject: Re: [PING] Plugin support on Windows/MinGW Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-11/txt/msg02123.txt.bz2 JonY <10walls@gmail.com> writes: > Libtool shouldn't matter since it is not used to build those, [...] We don't know which build system the plugin author will use to build the plugin. We can, however, reasonably expect that it will be able to produce a shared library with the platform-standard extensions (.dll, .dylib, etc). > I'll commit in a few days if there are no more inputs. Great, thanks! Boris