Skip to content
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

libstdc++6.dll not found on windows #14

Open
2 tasks
nemjit001 opened this issue May 31, 2022 · 3 comments
Open
2 tasks

libstdc++6.dll not found on windows #14

nemjit001 opened this issue May 31, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@nemjit001
Copy link
Owner

MC_RCON_Client expects a dll to be available, while this dll is not shipped with the executable.

Proposed solution: statically link libstdc++ in executable.

Needed checks:

  • Impact on executable potability for Linux and Windows systems.
  • Windows only issue, or larger issue.
@nemjit001 nemjit001 self-assigned this May 31, 2022
@nemjit001 nemjit001 added the bug Something isn't working label May 31, 2022
@baviereteam
Copy link

Hi,

there's at least one other affected DLL (message is in french, but it's the usual "DLL not found") :

image

Thanks! :)

@nemjit001
Copy link
Owner Author

Does building from source not cause the error?

@n-rosati
Copy link

n-rosati commented Apr 7, 2023

I had the same errors come up. Installing mingw64 (and adding it to my PATH) fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants