-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustc can't find libpthread-2.dll, mingw ships with pthreadGC2.dll #8786
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
MinGW renamed dll: |
with renamed, rustc.exe from |
downgrade your mingw version from 4.7.x to 4.6.x. |
how? as this wiki ( https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust ) suggested I used mingw-get-inst http://sourceforge.net/projects/mingw/ And it's not clear for me how to downgrade it... It also will be great to add it to wiki page thought. |
@Heather I think |
@klutzy thanks |
…swij,xFrednet `identity_op`: add parenthesis to suggestions where required changelog: [`identity_op`]: add parenthesis to suggestions where required Follow up to rust-lang#8730, wraps the cases we can't lint as-is in parenthesis rather than ignoring them Catches a couple new FPs with mixed operator precedences and `as` casts ```rust // such as 0 + { a } * 2; 0 + a as usize; ``` The suggestions are now applied using `span_lint_and_sugg` rather than appearing in just the message and have a `run-rustfix` test
Why rustc depends on libpthread-2.dll and not on pthreadGC2.dll ?
Should I get some older version of mingw / msys ?
The text was updated successfully, but these errors were encountered: