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 19:34:39 +0300	[thread overview]
Message-ID: <83h70qf8bk.fsf@gnu.org> (raw)
In-Reply-To: <CAFH7cOqEgofxGTBapj=nr-LKwew9b9Zn+rPWC6sCnF1BnH16EA@mail.gmail.com> (message from Bartosz Bubak on Thu, 29 Sep 2022 18:12:53 +0200)

> From: Bartosz Bubak <bartosz.bubak@gmail.com>
> Date: Thu, 29 Sep 2022 18:12:53 +0200
> Cc: help-gnu-emacs@gnu.org
> 
> > M-: (executable-find "gcc") RET
> "c:/ProgramData/chocolatey/bin/gcc.exe
> > M-: (executable-find "as") RET
> "c:/ProgramData/chocolatey/bin/as.exe"
> 
> This is problem, it should be:
> C:\Program Files\Emacs\emacs-28.2\bin\gcc.exe
> C:\Program Files\Emacs\emacs-28.2\bin\as.exe
> 
> On the other hand, I don't want all the rest of the tools in the system to
> use this installation, so changing global PATH is pointless.
> 
> That's what I'm explaining from the beginning, I have only one MinGW
> instance, in chocolatey.
> The second is installed and configured automatically by the emacs installer
> and that is what emacs should use.
> Not my "main" in the system.

Didn't you say that if you remove the GCC installation in
C:\Program Files\Emacs\emacs-28.2\, everything starts working?

> In my opinion, the problem is that emacs does not consider local folders
> when it looks for the compiler.

It doesn't, and it shouldn't.

> Should look in:
> 1) Local directories,
> if not found
> 2) Global system configuration
> And it does the opposite, only when gcc is missing in global configuration
> it uses local.

AFAIU, it isn't Emacs that looks for GCC, it's libgccjit DLL.  So
maybe just removing libgccjit DLL that came with Emacs will solve your
problem.



  reply	other threads:[~2022-09-29 16:34 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 [this message]
2022-09-30  8:02           ` Bartosz Bubak
2022-09-30 10:26             ` Eli Zaretskii
2022-09-29  5:51 ` 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=83h70qf8bk.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.