So why do you link dynamic libraries if you want to link things statically?
Either pick static or dynamic and follow all the steps for it in the tutorial.
-s suffix is for static
none -s suffix is for dynamic
SFML_STATIC needs to be defined for static
not so for dynamic
dependencies need to be linked for static
not so for dynamic
It's all in the tutorial, one just has to read carefully.