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
Note: Our target is x86_64-pc-windows-gnu instead of x86_64-pc-windows-msvc. The MSVC ABI is only needed if we want to interoperate with software produced by Visual Studio. It also requires Visual Studio or Visual C++ Build Tools.
undefined reference to `__onexitend'
undefined reference to `__onexitbegin'
That issue in rust-lang/rust was closed after they added back the downloading of rust-mingw, but it doesn't help our case. We have our own MinGW and removing the linker from ~/.cargo/config will result in a linker error as described in rust-lang/rust#33465:
Environment: x86_64-apple-darwin
Target: x86_64-pc-windows-gnu
Note: Our target is x86_64-pc-windows-gnu instead of x86_64-pc-windows-msvc. The MSVC ABI is only needed if we want to interoperate with software produced by Visual Studio. It also requires Visual Studio or Visual C++ Build Tools.
We encounter the following error messages as described in rust-lang/rust#48272:
That issue in rust-lang/rust was closed after they added back the downloading of rust-mingw, but it doesn't help our case. We have our own MinGW and removing the linker from ~/.cargo/config will result in a linker error as described in rust-lang/rust#33465:
To Reproduce
The text was updated successfully, but these errors were encountered: