Hi, TW, up to date. Trying to configure emacs from here: https://github.com/flatwhatson/emacs , branch pgtk-nativecomp with: ./configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg -- with-tiff --with-xft --with-xpm --with-xwidgets --with-modules --with- nativecomp --with-json --with-imagemagick --with-libsystemd --with-pgtk Error: checking for gcc_jit_context_acquire in -lgccjit... yes checking libgccjit.h usability... yes checking libgccjit.h presence... yes checking for libgccjit.h... yes configure: error: Installed libgccjit has failed passing the smoke test. You can verify it yourself compiling: <https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html>. Please report the issue to your distribution if libgccjit was installed through that. Here instructions on how to compile and install libgccjit from source: <https://gcc.gnu.org/wiki/JIT>. So the libgccjit part of gcc11 is somehow not working. It seems from the error message that the trouble comes with libgccjit, which I installed from here: https://software.opensuse.org/package/libgccjit0?search_term=libgccjit for openSUSE Tumbleweed, so it's the official package. So something is wrong, but where to report? openSuse bugzilla or gnu bugzilla? Regards, Alexander