https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108350

--- Comment #30 from Bill Zissimopoulos <gnu.org at billz dot fastmail.fm> ---
(In reply to niXman from comment #29)
> Created attachment 54285 [details]
> patch
> 
> another version of the patch.

Sorry for the delay. Will look at it now.

(In reply to niXman from comment #28)
> 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?

Not sure about this one. Are you sure your gcc invocation resulted in finding
your test symlink? In Windows you can do `where.exe gcc` as an equivalent of
`which gcc` on UNIX.

Reply via email to