-snip-
yeah I should have explained it a bit more before asking because it's actually really technical stuff
so basically i'm trying to compile something using a third-party library, and it builds just fine. but when I try to run it it gives me this error:

this is what I have in the command line of the compiler:
g++ -o SFMLTest main.cpp -std=c++11 -static-libgcc -lsfml-system -lsfml-window -lsfml-graphics
again this is super confusing and I don't want to get terribly off topic so if you have any ideas PM me