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: Finalizing 'inhibit-automatic-native-compilation' Date: Mon, 06 Feb 2023 16:07:35 +0200 Message-ID: <834jryrioo.fsf@gnu.org> References: <837cx8cey0.fsf@gnu.org> <837cx6a8me.fsf@gnu.org> <83357ua6ja.fsf@gnu.org> <83zga28ra8.fsf@gnu.org> <83r0vd97s0.fsf@gnu.org> <83lell73yv.fsf@gnu.org> <83k0145guk.fsf@gnu.org> <835ychtcq9.fsf@gnu.org> <83r0v4sgpj.fsf@gnu.org> <83cz6nq70a.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29569"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akrl@sdf.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 06 15:08:14 2023 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 1pP2AH-0007S2-GY for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Feb 2023 15:08:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pP29W-0004KA-1d; Mon, 06 Feb 2023 09:07:26 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pP29T-0004Eq-3V for emacs-devel@gnu.org; Mon, 06 Feb 2023 09:07:23 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pP29S-0001yx-GO; Mon, 06 Feb 2023 09:07:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=08OJbDT+QjQfv08MK/vRRpis/Gc94JS1oFCWVB2qTr0=; b=DTewwDbeQoYt /jKC3824nzM15j3QertN9CiP8yKoccvHSB+aUSucjWFbuRRnNYfMQ94wN7oq7IW8QmpozW1z0PW9O gBvz54e6w1dTjduedwc05Gn43cAh9FKjyIWPRNwc5wFQfP5JXtJGSbL0bTmHIEJEUZJ1I+3whXc+l S9qI+O2Le+KpIZjboJ2lBAuQs5PkvHSaPFcPh8FdcDwKwP3SIF09fR5jLaI5X7k+ZcgwnK2XvqPeF 2eIw4OPo69OCbGf7seoF0QWme8bDrmxmo8toqJQtRSyUviHzu+OAB7zgjRNtehwHV4Or8UU3sijsr xfHAKWXHZYvGdo7v4OwohA==; Original-Received: from [87.69.77.57] (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 1pP29S-000470-0a; Mon, 06 Feb 2023 09:07:22 -0500 In-Reply-To: (message from Lynn Winebarger on Mon, 6 Feb 2023 08:37:46 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303021 Archived-At: > From: Lynn Winebarger > Date: Mon, 6 Feb 2023 08:37:46 -0500 > Cc: Andrea Corallo , Stefan Monnier , > emacs-devel > > On Mon, Feb 6, 2023, 8:05 AM Eli Zaretskii wrote: > > Yes. I'm saying that for re-dumping one should make sure that the > additional dumped *.eln files are in the ../native-lisp directory > relative to where the Emacs binary lives, and then when Emacs is > restarted, it will find those *.eln files at startup time. > > Are you saying dump-emacs-portable supports preloaded native-compiled libraries now? No, I'm saying that starting Emacs assumes the dumped *.eln files live in one of two possible locations, and you must make sure they are in one of those two locations, or else Emacs will fail to start.