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

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

bug#57849: 29.0.50; MacOS ld warning from native compilation


From: Gerd Möllmann
Subject: bug#57849: 29.0.50; MacOS ld warning from native compilation
Date: Fri, 16 Sep 2022 15:39:02 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

And trying to pass "-Wl,-w", with "-w" being an ld options to suppress warnings, doesn't work either (not that it would be a good idea...)

(let ((native-comp-compiler-options '("-Wl,-w")))
  (native-compile "/Users/gerd/emacs/crash.el"))

Compiling /Users/gerd/.emacs.d/eln-cache/29_0_50-72ec8db5/crash-e892b236-cea0f727.eln... libgccjit.so: error: command-line option '-Wl,-w' is valid for the driver but not for

For what it doesn't say, but I guess it means for libgccjit.so :-). "gcc -Wl,w some.c" works just fine.

So, I guess we're hosed.  Unless someone has another idea.





reply via email to

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