Missing .dll after compiling #11523
Unanswered
HudsonSchumaker
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If you want to use the binary in msys2 environment you have to execute it in mingw64 environment. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
after compile(using mingw64 g++) my code when I try to run I get a error message saying: libgcc_s_seh-1.dll is missing.
I set up a git hub action to be more easy to share what I am using and the way I am building.
action
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions