-
Notifications
You must be signed in to change notification settings - Fork 25
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
undefined reference to `__intrinsic_setjmpex' #125
Comments
I think it's because the CI mingw windows toolchain uses ucrt, whereas the mingw toolchain on linux uses msvcrt. Related to #115 |
I had the same problem when I upgraded the dependencies in go.mod to v0.0.0-20240129144424-3260f5ba37f1. |
@zivlamp I'll be looking into it, but most likely next week. |
Thanks for reply. |
Should fix the "undefined reference to `__intrinsic_setjmpex'" error. For #125
I've rebuilt the windows libraries using another toolchain. You can see if it helps. |
I switched the version to the latest in go.mod. |
Impossible to build from Linux to Windows binary:
The text was updated successfully, but these errors were encountered: