[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54858: 28.1; cannot find libgccjit library on windows during startup
From: |
Eli Zaretskii |
Subject: |
bug#54858: 28.1; cannot find libgccjit library on windows during startup |
Date: |
Mon, 11 Apr 2022 20:05:17 +0300 |
> Date: Mon, 11 Apr 2022 12:52:11 -0400
> Cc: 54858@debbugs.gnu.org
> From: coffeepenbit <coffeepenbit@gmail.com>
>
> Emacs itself works; however, some of my packages do not.
What does it mean "some packages do not work"?
What happens if you add these settings early on in your early-init.el
file:
(setq native-comp-deferred-compilation nil
comp-enable-subr-trampolines nil)
> It looks like it is failing when attempting to build "straight.el"
A recipe to reproduce that without your customizations and init files
would be appreciated.