all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Corallo <acorallo@gnu.org>
To: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: If I choose not to enable native-compile, why does configure complain so much?
Date: Wed, 20 Mar 2024 06:05:14 -0400	[thread overview]
Message-ID: <yp15xxhte05.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <1920A1F3-CF34-4F0F-A3A2-B720D33DDEC9@gmail.com> (Pedro Andres Aranda Gutierrez's message of "Wed, 20 Mar 2024 10:20:39 +0100")

Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:

> Hi,
>
> 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 know what I’m doing and I don’t know why I get all these messages:
>
> checking for gcc_jit_context_acquire in -lgccjit... no
> configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not
> found.
> Please try installing libgccjit or a similar package if you want to have it
> enabled.
> checking for libgccjit.h... no
> configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files
> were not found.
> Please try installing libgccjit-dev or a similar package if you want to have it
> enabled.
>
> I really DO NOT want notice compilation here…and I know that I’m doing.
>
> Just a bit bored by unwanted messages…
> /PA

Hello Pedro,

no need to be frustrated, this is just a bug :)

Could you please report it as a bug so we can track it [1]? (emacs-devel
is not used for bugs)

Thanks

  Andrea

[1] <https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html>



  parent reply	other threads:[~2024-03-20 10:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20  9:20 If I choose not to enable native-compile, why does configure complain so much? Pedro Andres Aranda Gutierrez
2024-03-20  9:46 ` Emanuel Berg
2024-03-20 10:05 ` Andrea Corallo [this message]
2024-03-20 13:07   ` Eli Zaretskii
2024-03-20 10:06 ` Andrea Corallo
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

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

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

  git send-email \
    --in-reply-to=yp15xxhte05.fsf@fencepost.gnu.org \
    --to=acorallo@gnu.org \
    --cc=emacs-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.