From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.emacs.devel Subject: Re: Add a configure option for NATIVE_FULL_AOT? Date: Fri, 20 Aug 2021 22:06:59 +0200 Message-ID: <20210820200658.GA30507@tuxteam.de> References: <87r1er8b3e.fsf@igel.home> <87tujm4ut1.fsf@wavexx.thregr.org> <20210819070409.GB13517@tuxteam.de> <20210820072014.GC9839@tuxteam.de> <20210820131305.GF9839@tuxteam.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2607"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 20 22:08:28 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 1mHAoV-0000RX-T8 for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 22:08:27 +0200 Original-Received: from localhost ([::1]:33900 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHAoU-0008K6-GC for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Aug 2021 16:08:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHAnE-0007dk-Di for emacs-devel@gnu.org; Fri, 20 Aug 2021 16:07:08 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:55035) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1mHAn7-0000vS-FX for emacs-devel@gnu.org; Fri, 20 Aug 2021 16:07:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=P7+PzpKDiLOP68PDKxty8inivB/HSkgAC5cZRSJqf+4=; b=JGAVgI5RNm5RvKh3o6003y+EozmPLEe70+qdlYJLpFah83o96E/nwzVr4ksrgTIl4cG4Ys3/5oysFJSqiaNpHL6XxrWsf32UjI1Jxf6mHKyOOmR8RxZqC4bgdmxCQf48x/L+/9q8zc/XQ8Y+sSQl1xOwWgOoGjhYkOqCK3YN0cHKY8t25eHO3HGh9Xmo8V0/WIvxlNrY/EgQYOQUZ+ne2N4aV19WNwaOlP5S7I3btwqGCl6E3zW2V94uMa1lhhmS+4I9qCXC3ZeSndJAzcjRg5CeRohbJ8JGVMntN0MnjF+y56pOEtuN5Rks5SqQmQipL2LqnlUfa32VwSKFCXVxIw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1mHAn5-00031f-0e for emacs-devel@gnu.org; Fri, 20 Aug 2021 22:06:59 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:272743 Archived-At: --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 20, 2021 at 09:51:42PM +0200, Arthur Miller wrote: > tomas@tuxteam.de writes: >=20 > > On Fri, Aug 20, 2021 at 02:06:39PM +0200, Arthur Miller wrote: > >> tomas@tuxteam.de writes: [...] > >> I actually run emacs from source dir. I compile it every few days, so = it > >> does not really make sense to me to run make-install and copy over > >> everything to some other directory every now and then. > > > > Hm. I do, too, but I always do "make install". >=20 > I don't understand, why make install if you run from the source dir? > What is the benefit?=20 Ouch, no. My message got corrupted on its way to the keyboard. I wanted to say that I self-compile too, but then do "make install". Sorry for that sloppiness. Cheers - t --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAmEgC2IACgkQBcgs9XrR2kYtkwCdFDSHzFYuJJXS+tjBAA/og1WM kZIAn0IrqZDDtg2XNR3N3DOp4hJRUFEw =boIk -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/--