-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Using target x86_64-pc-windows-gnu
still tries to link in msvcrt
#269
Comments
Can you try filter out it in here? Lines 105 to 132 in d420792
Thanks |
FYI, |
Thanks for the quick reply. Looking at the CI results there's some other gotchas involved here. I've cloned down your branch and will be playing a bit with it to see if I can resolve any of the linker issues I've seen in CI. |
upgrading from version PS. Thank you for making my life easier! I just sponsored on github. |
I have had a lot of success targeting Linux and macOS machines with this.
However I'm running into a puzzling issue, it seems that Rust really wants to link
msvcrt
, even when the command I'm specifying is:It complains about not being able to locate the library.
Does this flag need to be filtered out in the linker argument processing step?
Re-running the long command that's spat out, and then removing the
-lmsvcrt
results in the build proceeding further until it hits the temp files that no longer exist post-build.The text was updated successfully, but these errors were encountered: