From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Cygwin Emacs Date: Wed, 27 Nov 2002 07:55:35 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1038376725 15681 80.91.224.249 (27 Nov 2002 05:58:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 05:58:45 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GvDg-00044m-00 for ; Wed, 27 Nov 2002 06:58:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GvBQ-0007TW-00; Wed, 27 Nov 2002 00:56:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GvAj-00075b-00 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2002 00:55:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GvAh-00075I-00 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2002 00:55:41 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GvAg-00075D-00 for help-gnu-emacs@gnu.org; Wed, 27 Nov 2002 00:55:38 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA08562 for ; Wed, 27 Nov 2002 07:55:36 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4085 On 26 Nov 2002, Phillip Lord wrote: > Which would make three different compiled versions > on windows, if I am adding up correctly? Actually, it's more like 2 versions, not 3. The binaries compiled by MSVC and MinGW are the same program, just with code produced by a different compiler; they use the same runtime libraries and GUI toolkits. The Cygwin binary is a totally different beast, running mostly Unix branch of the code and using the ported X libraries and toolkits.