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
I've already posted the details to the Rust issue page: rust-lang/rust#47048, but I'm cross-posting here as I don't know if it's a rustc issue or a MinGW issue.
Basically, after commit Alexpux@aba4a3a updated the runtime to version 6.0.0.5066.61efe559, rustc is unable to link to freshly compiled C libraries that use stdout owing to an undefined reference to __imp___acrt_iob_func.
The text was updated successfully, but these errors were encountered:
I've already posted the details to the Rust issue page: rust-lang/rust#47048, but I'm cross-posting here as I don't know if it's a rustc issue or a MinGW issue.
Basically, after commit Alexpux@aba4a3a updated the runtime to version 6.0.0.5066.61efe559, rustc is unable to link to freshly compiled C libraries that use stdout owing to an undefined reference to
__imp___acrt_iob_func
.The text was updated successfully, but these errors were encountered: