-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[clang] clang12 fails to launch on ucrt - cannot open libstdc++-6.dll #8658
Comments
hm, works fine here. |
Can you try |
@Astrum-polaris the
|
Wow I wasn't expecting a reply that fast, thanks. |
Thanks for confirming. We'll close this once it is fixed. |
It seems rustfmt.exe also needs libxml2. |
This is fixed already, https://packages.msys2.org/package/mingw-w64-x86_64-llvm now depends on libxml2. |
Can somebody close this issue? |
$ clang -v
C:/msys/ucrt64/bin/clang.exe: error while loading shared libraries: libstdc++-6.dll: cannot open shared object file: No such file or directory
Upgrading clang, llvm, lld to 12.0.0-3 from 11.0.0-12 in the ucrt64 repo causes clang and lld to not launch.
The commands below are run in the shell located at C:/msys/ucrt64.exe
Command log and installed packages:
https://gist.github.com/treeofsteam/35e6316aef1056394b6b8955a8af9aa1
The text was updated successfully, but these errors were encountered: