On Windows with mingw, use ldd to check all non-default dlls you link against and provide them with your game.
I have installed mingw, but I don't find "ldd". Can't find it neither by typing it in the console nor by searching it in mingw's bin folder.
How to I get it for Windows?
And, how should I share applications on Linux?
That's it, no libs required.
With "of other libs" I mean DLLs of other libraries.
EDIT:
I can't find 'ldd' via google and I don't know where to get it on the gcc homepage. I have searched and searched, but I only get a lego designer
EDIT2:
Btw, when should I provide (or link against) sfml-...-d-Libs, those with the -d?