From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: .elc files compilation on diferent host than target? Date: Sat, 18 Oct 2008 15:30:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224336760 23819 80.91.229.12 (18 Oct 2008 13:32:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2008 13:32:40 +0000 (UTC) Cc: Emacs Development To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 18 15:33:41 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KrBw4-00068c-51 for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 15:33:41 +0200 Original-Received: from localhost ([127.0.0.1]:34089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrBuw-0002G9-KL for ged-emacs-devel@m.gmane.org; Sat, 18 Oct 2008 09:32:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrBuq-0002FT-Pf for emacs-devel@gnu.org; Sat, 18 Oct 2008 09:32:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrBuo-0002Eb-GE for emacs-devel@gnu.org; Sat, 18 Oct 2008 09:32:23 -0400 Original-Received: from [199.232.76.173] (port=32979 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrBuo-0002EY-CO for emacs-devel@gnu.org; Sat, 18 Oct 2008 09:32:22 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:45482 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KrBuj-0003kj-FB; Sat, 18 Oct 2008 09:32:18 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m9IDW1OQ007316; Sat, 18 Oct 2008 15:32:02 +0200 In-Reply-To: (Eli Zaretskii's message of "Sat, 18 Oct 2008 13:37:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104593 Archived-At: Eli Zaretskii writes: >> From: joakim@verona.se >> Date: Sat, 18 Oct 2008 13:17:50 +0200 >> >> Is it possible to compile .elc files on a different host architecture >> than the intendend target architecture? > > Yes, of course. This is how Emacs release tarballs are produced: they > include all the *.elc files, and yet are tarred only on a single > architecture. > > The *.elc files are architecture-independent. Thanks, and good to hear! I asked, because previously I have experienced problems with .elc files, but those have been with different versions of emacs, not different architectures. -- Joakim Verona