-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows GNU Toolchain doesn't find gcc anymore #42422
Comments
Yeah looks like #42225 caused this (cc. @brson). Specifically https://github.com/rust-lang/rust/pull/42225/files#diff-1b71e145dde424ac83e674eef22373d8L710 removed the call to |
I'll look into this tomorrow. |
I've got a patch, but so far having a hard time producing the proper compiler locally to test. |
And now it's a beta regression too, so the fix needs to be backported. |
Fix setting PATH during linkage on windows-gnu This makes the behavior almost exactly the same as before the VS2017 patch, except that on MSVC builds the host bin path is no longer added to PATH. I am not sure that's actually necessary on any platform. r? @alexcrichton Fixes #42422
This didn't trickle down to beta yet. |
Yeah, it should be in the next beta. They are bumping the beta version right now in #42609 it seems. |
Starting with
rustc 1.19.0-nightly (6684d176c 2017-06-03)
the compiler is not able to find gcc anymore when targetingx86_64-pc-windows-gnu
, at least on AppVeyor.I assume the switch to the MSVC 2017 linker could've caused this: #38584
The text was updated successfully, but these errors were encountered: