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

libgcc_s_seh-1.dll required for windows binaries (v2.3) on the website #85

Closed
CWBudde opened this issue Jun 3, 2015 · 7 comments
Closed

Comments

@CWBudde
Copy link

CWBudde commented Jun 3, 2015

When using an SFML program with the new binaries from the v2.3 release, a message pops up and quotes that the libgcc_s_seh-1.dll is required.

@DJMaster
Copy link
Contributor

DJMaster commented Jun 3, 2015

Win32 missing files: libgcc_s_dw2-1.dll + libstdc++-6.dll + libwinpthread-1.dll (for i686)
Win64 missing files: libgcc_s_seh-1.dll + libstdc++-6.dll + libwinpthread-1.dll (for x86_64)

You can find these files within Msys2 binary folders.

@zsbzsb
Copy link
Member

zsbzsb commented Jun 4, 2015

The problem is that the windows build was built with dynamic std libs instead of static.

@eXpl0it3r can you rebuild CSFML with static std libs?

@eXpl0it3r
Copy link
Member

I can try. I'm sure, I checked "static std libs", but either it failed silently or...

@eXpl0it3r
Copy link
Member

Totally forgot about this issue 🙀

@CWBudde @DJMaster can you give these a try?
http://my-gate.net/pub/CSFML-2.3-windows-32-bit.zip
http://my-gate.net/pub/CSFML-2.3-windows-64-bit.zip

@DJMaster
Copy link
Contributor

I confirm that it works perfectly, you can publish it. Thank you.

@CWBudde
Copy link
Author

CWBudde commented Jun 27, 2015

Seems to work as expected with this now!

@eXpl0it3r
Copy link
Member

Good! I've updated the builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants