-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
missing libgcc_s_dw2-1.dll message after install in win7 (rust-4) #3655
Comments
Quote from https://mail.mozilla.org/pipermail/rust-dev/2012-October/002400.html:
|
So it won't work with MinGW64 either will it? |
No, we only support 32-bit windows targets at the moment. This is not a long-term limitation, just a matter of ports we've done vs. not-yet-done; 64bit works on linux and osx presently. |
Also this is pretty much just a dupe of #2871 (we've had lots of people hit it). It's not going to be solved this release, sadly. Closing as duplicate. |
All you have to do is copy that particular .dll from the bin folder of MinGW. I'm on windows 64 bit and it works just fine. |
Without this case, an ErrorKind::LicenseCheck results in a panic: thread 'main' panicked at 'internal error: entered unreachable code', src/tools/rustfmt/src/formatting.rs:320:18 N.B.: errors of this type are only raised when the configuration file contains `license_tempate_path = "TEMPLATE_FILE"`.
portable-simd: add test for non-power-of-2 bitmask `@calebzulawski` is that the intended behavior? Specifically for arrays, the bitmask `[1, 0, 0, 1, 0, 0, 1, 0, 1, 0]` becomes - `[0b01001001, 0b01]` on little endian - `[0b10010010, 0b10]` on big endian
Saw this: https://mail.mozilla.org/pipermail/rust-dev/2012-October/002397.html
downloaded exe, ran install in windows 7 (running 64 bit) opened my default command prompt, ran 'rustc' got "The program can't start because libgcc_s_dw2-1.dll is missing from your computer.
The text was updated successfully, but these errors were encountered: