From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Cross-compiling with MinGW on GNU/Linux (was: Anyone building Emacs trunk with MinGW w64 (32 bits)) Date: Sat, 23 Mar 2013 21:18:12 +0100 Message-ID: <874ng1hnuj.fsf_-_@wanadoo.es> References: <87zjxumbjf.fsf@wanadoo.es> <83a9pu3zq1.fsf@gnu.org> <87vc8im7zi.fsf@wanadoo.es> <83620i3t21.fsf@gnu.org> <82txo1rj8l.fsf@gmail.com> <831ub5519d.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364069911 5530 80.91.229.3 (23 Mar 2013 20:18:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2013 20:18:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 23 21:18:54 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 1UJUtx-0004KZ-FP for ged-emacs-devel@m.gmane.org; Sat, 23 Mar 2013 21:18:53 +0100 Original-Received: from localhost ([::1]:59011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJUtZ-0001aE-SZ for ged-emacs-devel@m.gmane.org; Sat, 23 Mar 2013 16:18:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJUtV-0001a6-D0 for emacs-devel@gnu.org; Sat, 23 Mar 2013 16:18:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJUtT-0003Ze-Se for emacs-devel@gnu.org; Sat, 23 Mar 2013 16:18:25 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJUtT-0003ZL-M1 for emacs-devel@gnu.org; Sat, 23 Mar 2013 16:18:23 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UJUtp-0004GH-2r for emacs-devel@gnu.org; Sat, 23 Mar 2013 21:18:45 +0100 Original-Received: from 109.red-83-37-167.dynamicip.rima-tde.net ([83.37.167.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Mar 2013 21:18:45 +0100 Original-Received: from ofv by 109.red-83-37-167.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Mar 2013 21:18:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 109.red-83-37-167.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:T9TinVk9YNeN5jADC85CR7Eb0Gg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:158093 Archived-At: Eli Zaretskii writes: > Building a native Windows Emacs on Posix platforms needs yet another > job to be done: support for a MinGW build in the Posix configury (the > configure script and Makefile.in files). This is orthogonal to what I > mentioned above, and has to be done in addition. And what about dumping and compiling .el files on a GNU/Linux host? The later can be done with a native emacs, but how to create emacs.exe from temacs.exe on a foreign platform? (using Wine, maybe?)