From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native Compilation And External Packages Date: Sat, 29 May 2021 21:47:22 +0300 Message-ID: <8335u55qdh.fsf@gnu.org> References: <24754.27537.803673.706445@google.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12443"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "T.V Raman" , Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 29 20:48:45 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ln40q-0002xH-7i for ged-emacs-devel@m.gmane-mx.org; Sat, 29 May 2021 20:48:44 +0200 Original-Received: from localhost ([::1]:45598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ln40o-0007er-ST for ged-emacs-devel@m.gmane-mx.org; Sat, 29 May 2021 14:48:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38534) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ln3zQ-0006FI-4t for emacs-devel@gnu.org; Sat, 29 May 2021 14:47:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50816) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ln3zO-0008RL-CO; Sat, 29 May 2021 14:47:14 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2421 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ln3zN-0001gY-V1; Sat, 29 May 2021 14:47:14 -0400 In-Reply-To: (raman@google.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270089 Archived-At: > From: "T.V Raman" > Cc: emacs-devel@gnu.org > Date: Sat, 29 May 2021 11:36:55 -0700 > > > I'm attaching the output of a native build below that demonstrates: > > 1. There are no warnings during build > 2. Contrary to what I infered from Eli's message, doing a native > build does not appear to generate any .elc files. I'm sorry, it is hard for me to understand what you are trying to accomplish. You post a lot of information, but it isn't clear which part(s) of that are relevant. So maybe I misunderstood and confused you. Anyway, if you want to actually _produce_ the *.elc files, invoke batch-byte-compile as well. You could also try batch-byte-native-compile-for-bootstrap, then the *.eln files end up not in eln-cache. Andrea, what are your recommendations for a project's Makefiles for building *.eln files?