unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
Cc: 69912@debbugs.gnu.org
Subject: bug#69912: configure tries to find libgccjit when --with-native-compilation=no
Date: Wed, 20 Mar 2024 15:14:33 +0200	[thread overview]
Message-ID: <86wmpx2gg6.fsf@gnu.org> (raw)
In-Reply-To: <48374018-C079-4E46-BE38-66806321AFA8@gmail.com> (message from Pedro Andres Aranda Gutierrez on Wed, 20 Mar 2024 11:47:38 +0100)

> From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
> Date: Wed, 20 Mar 2024 11:47:38 +0100
> 
> When I compile Emacs for macOS, I disable native-compilation for good:
> 
> ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig \
>             LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include” \
>             CC=clang OBJC=clang CFLAGS="-g -O3” <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>             --with-ns --with-modules --with-jansson \
>             --with-native-compilation=no
> 
> I keep getting all these messages about GCCJIT:

Is that backslash that is missing there after -O3 indeed missing?  If
so, please try with the missing backslash.

If that doesn't help, please post your config.log here, so we could
examine it and try to understand why the configure script is testing
libgccjit even though you said --with-native-compilation=no.  I have
the current master built on 2 different systems without
native-compilation, and I don't see these tests at configure time on
those systems.  (Are you seeing this with the master branch or some
other branch, btw?)





      parent reply	other threads:[~2024-03-20 13:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1920A1F3-CF34-4F0F-A3A2-B720D33DDEC9@gmail.com>
2024-03-20 10:47 ` bug#69912: configure tries to find libgccjit when --with-native-compilation=no Pedro Andres Aranda Gutierrez
2024-03-20 12:55   ` Andrea Corallo
2024-03-20 13:39     ` Gerd Möllmann
2024-03-20 15:57       ` Pedro Andres Aranda Gutierrez
2024-03-20 16:02         ` Pedro Andres Aranda Gutierrez
2024-03-20 16:27         ` Andrea Corallo
2024-03-20 16:45         ` Eli Zaretskii
2024-03-20 13:14   ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86wmpx2gg6.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=69912@debbugs.gnu.org \
    --cc=paaguti@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).