bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50411: 28.0.50; emacs compilation


From: Daniel Fleischer
Subject: bug#50411: 28.0.50; emacs compilation
Date: Sat, 18 Sep 2021 16:58:32 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Eli Zaretskii [2021-09-06 Mon 13:58] wrote:

>> I have libgcc_s.1.1.dylib at  /opt/homebrew/Cellar/gcc/11.2.0/lib/gcc/11 all 
>> newly installed after the book
>
> I guess this calls for maxOS experts to figure out what's wrong.

I had a similar issue; solved it by defining the relevant libraries in the
early-init.el file in the ~/.emacs.d/ folder:

(setenv "LIBRARY_PATH"
"/usr/local/opt/gcc/lib/gcc/11:/usr/local/opt/libgccjit/lib/gcc/11:/usr/local/opt/gcc/lib/gcc/11/gcc/x86_64-apple-darwin20/11.2.0")

I think it will solve the issue, but maybe we need to put it somewhere
else so Mac people have a better experience (out of the box) in using
the "native-compilation" feature.

-- 

Daniel Fleischer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]