From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Directory structure changes in Emacs installed on MS-Windows Date: Fri, 05 Apr 2013 09:08:30 +0300 Message-ID: <83bo9tfr1d.fsf@gnu.org> References: <83r4iqfaw1.fsf@gnu.org> <82wqshx4wn.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1365142130 8080 80.91.229.3 (5 Apr 2013 06:08:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Apr 2013 06:08:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 05 08:09:14 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UNzpk-0000UR-7t for ged-emacs-devel@m.gmane.org; Fri, 05 Apr 2013 08:09:08 +0200 Original-Received: from localhost ([::1]:45106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNzpL-0007os-8f for ged-emacs-devel@m.gmane.org; Fri, 05 Apr 2013 02:08:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNzpH-0007ob-Bu for emacs-devel@gnu.org; Fri, 05 Apr 2013 02:08:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNzpG-0005z9-EP for emacs-devel@gnu.org; Fri, 05 Apr 2013 02:08:39 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:60972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNzpG-0005z1-6R for emacs-devel@gnu.org; Fri, 05 Apr 2013 02:08:38 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MKR00800QAQZ500@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 05 Apr 2013 09:08:29 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKR008ZTQE5LVB0@a-mtaout23.012.net.il>; Fri, 05 Apr 2013 09:08:29 +0300 (IDT) In-reply-to: <82wqshx4wn.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158670 Archived-At: > From: Andy Moreton > Date: Fri, 05 Apr 2013 00:16:56 +0100 > > I assume that you are doing this work with MSYS. Yes, of course. > Using the Posix configury would also work for using the win32 hosted > mingw64 compilers with MSYS, and also for the cygwin hosted mingw64 > cross compilers. It should, although I don't have these installed and probably won't try them before merging the changes with the trunk. > Getting the cygwin hosted cross compilers working would then be a > stepping stone to getting linux hosted mingw64 cross compilers > working (after sorting out how to handle dumping in a cross build). Right.