all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs uses "global" compiler instead of embedded
Date: Thu, 29 Sep 2022 08:51:29 +0300	[thread overview]
Message-ID: <83sfkahgny.fsf@gnu.org> (raw)
In-Reply-To: <CAFH7cOq2YmkmNximE207DigReNPhGdtUZ5VjC08Yh_4hHbqBtA@mail.gmail.com> (message from Bartosz Bubak on Wed, 28 Sep 2022 22:22:19 +0200)

> From: Bartosz Bubak <bartosz.bubak@gmail.com>
> Date: Wed, 28 Sep 2022 22:22:19 +0200
> 
> I am just starting my adventure with emacs, and I have already encountered
> a rather unusual problem. As a beginner, I chose the easier option and
> installed everything from the package (emacs-28.2-installer.exe). After
> starting the editor, it turned out that the logs contain a lot of warnings
> (errors?) caused by using the wrong compiler. I mean, emacs uses the
> "global" gcc (along with the libraries) which I have in the PATH
> environment variable, instead of which it has in the embedded package (the
> /bin subdirectory). Interestingly, I have libgccjit-0.dll in the global
> directory, but it doesn't seem to work properly.
> 
> Warning (comp): c: /tools/emacs/share/emacs/28.2/lisp/org/org-entities.el:
> Error: Internal native compiler error failed to compile
> Warning (comp): C: \\ ProgramData \\ chocolatey \\ lib \\ mingw \\ tools \\
> install \\ mingw64 \\ bin \\ libgccjit-0.dll: error: error invoking gcc
> driver
> 
> Is it possible to somehow configure emacs to only use embedded libraries?

Didn't you ask the same question on Reddit?  I answered there that you
need to tweak your PATH so that the "right" GCC and Binutils are found
first when Emacs wants to native-compile some file.  Type

  M-: (executable-find "gcc") RET
  M-: (executable-find "as") RET

will tell you where Emacs find GCC and the Binutils it needs to
invoke.

> So far, the only workaround I have found is uninstalling the entire MinGW
> or removing it from the system PATH. After MinGW is removed, everything
> works fine as emacs and all the add-ons I downloaded.

Btw, why do you at all have 2 GCC installations on your system?  That
is highly unusual, and requires a lot of careful setup to work without
problems.  I'm guessing that only one of these installations includes
libgccjit DLL, is that right?



      parent reply	other threads:[~2022-09-29  5:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 20:22 Emacs uses "global" compiler instead of embedded Bartosz Bubak
2022-09-29  3:13 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-09-29  6:21   ` Eli Zaretskii
2022-09-29 13:16     ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-09-29 16:12       ` Bartosz Bubak
2022-09-29 16:34         ` Eli Zaretskii
2022-09-30  8:02           ` Bartosz Bubak
2022-09-30 10:26             ` Eli Zaretskii
2022-09-29  5:51 ` 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

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

  git send-email \
    --in-reply-to=83sfkahgny.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.