-
Notifications
You must be signed in to change notification settings - Fork 410
Link error for x86_64-pc-windows-gnu #362
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
Comments
It seems that |
Related: rust-lang/cargo#7763 |
@zonyitoo How did you end up fixing this? I'm using the |
I fixed it just by updating
|
Yeah, I am on the latest nightly. Turns out the problem was between the chair and the keyboard. I was running |
It seems that cargo is using the wrong linker (
x86_64-w64-mingw32-gcc
instead ofgcc
).Build script: https://github.com/shadowsocks/shadowsocks-rust/blob/master/build/build-release#L17-L19
Dockerfile: https://github.com/shadowsocks/shadowsocks-rust/blob/master/build/Dockerfile.x86_64-pc-windows-gnu
The text was updated successfully, but these errors were encountered: