sfml-graphics
sfml-window
sfml-system
this is what im linking
and SFML_STATIC for static linking.
i dont know what to do now, i have read many threads but didnt help
The tutorial also says that when static linking you need to link to -s version of the library (sfml-graphics
-s etc.) and to several other dependencies. (freetype, etc.) if you're using SFML > 2.1
Don't try to mix 2.1 and 2.2, that's crazy.
Download and use the version compatible with your compiler. If you say that you previously used "GCC 4.7 TDM (SJLJ) - 32-bit" with 2.1, I'd try "GCC 4.7.1 TDM (SJLJ) - 32-bit" for 2.3. (Or better, check what your compiler is and use the same version or compile SFML yourself. :p )