https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108350
--- Comment #28 from niXman <i.nixman at autistici dot org> --- in rebuilding stage... one more issue: when the symlink called `gcc.exe` and I exec it as `gcc.exe a.c` - all works as it should, but when I exec it as `gcc a.c` - I get the same result as before - `fatal error: cannot execute 'cc1': CreateProcess: No such file or directory` which way this is usually resolved?