You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR rust-mingw contains set of libraries compiled with specific versions of GCC and mingw-w64 and have higher priority then system libraries. This causes mismatch between headers and libraries when host toolchain is different than one used by Rust.
Removing it isn't possible now:
rustup : error: component 'rust-mingw' for target 'x86_64-pc-windows-gnu' is required for toolchain 'stable-x86_64-pc-windows-gnu' and cannot be removed
To fix this issue 2 things are necessary:
ability to remove rust-mingw component
option to install windows-gnu without rust-mingw component
The text was updated successfully, but these errors were encountered:
Linker should inherit host cc library paths but it's not related to rustup
repo.
niedz., 9 gru 2018, 08:31: CrLF0710 <notifications@github.com> napisał(a):
It would fix rust-lang/rust#47048
TL;DR
rust-mingw
contains set of libraries compiled with specific versions of GCC and mingw-w64 and have higher priority then system libraries. This causes mismatch between headers and libraries when host toolchain is different than one used by Rust.Removing it isn't possible now:
To fix this issue 2 things are necessary:
rust-mingw
componentrust-mingw
componentThe text was updated successfully, but these errors were encountered: