* Is someone running `emacsPgtkGcc` from `emacs-overlay`? In the _Warnings_ buffer I continue getting this warning: ``` Warning (comp): x86_64-unknown-linux-gnu-gcc-9.3.0: fatal error: cannot execute ‘as’: execvp: No such file or directory Disable showing Disable logging ``` Now I'm trying with `emacsGcc` (same source but with different compile flags, in this case whitout the pure gtk support) but I fear that the outcome will be the same. Edit: tried, same problem.