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: Cross-compiling with MinGW on GNU/Linux (was: Anyone building Emacs trunk with MinGW w64 (32 bits)) Date: Sat, 23 Mar 2013 22:27:08 +0200 Message-ID: <83wqsx3lr7.fsf@gnu.org> 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> <874ng1hnuj.fsf_-_@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1364070446 10272 80.91.229.3 (23 Mar 2013 20:27:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2013 20:27:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 23 21:27:52 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 1UJV2d-0001aG-2f for ged-emacs-devel@m.gmane.org; Sat, 23 Mar 2013 21:27:51 +0100 Original-Received: from localhost ([::1]:33073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJV2F-0003nr-Da for ged-emacs-devel@m.gmane.org; Sat, 23 Mar 2013 16:27:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJV2C-0003nk-4s for emacs-devel@gnu.org; Sat, 23 Mar 2013 16:27:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJV2A-0006tv-Vu for emacs-devel@gnu.org; Sat, 23 Mar 2013 16:27:24 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJV2A-0006tX-NZ for emacs-devel@gnu.org; Sat, 23 Mar 2013 16:27:22 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MK400900R52EF00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 23 Mar 2013 22:27:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MK4008Y5RH2ZDD0@a-mtaout20.012.net.il>; Sat, 23 Mar 2013 22:27:03 +0200 (IST) In-reply-to: <874ng1hnuj.fsf_-_@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:158094 Archived-At: > From: =D3scar Fuentes > Date: Sat, 23 Mar 2013 21:18:12 +0100 >=20 > Eli Zaretskii writes: >=20 > > Building a native Windows Emacs on Posix platforms needs yet anot= her > > job to be done: support for a MinGW build in the Posix configury = (the > > configure script and Makefile.in files). This is orthogonal to w= hat I > > mentioned above, and has to be done in addition. >=20 > 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 = =66rom > temacs.exe on a foreign platform? (using Wine, maybe?) That's another part of that job, yes.