I've compiled SFML, and I'm able to compile examples such as Pong.
But I can't get the program to run, I'm getting this error : "wine: Call from 0x7bc52989 to unimplemented function libstdc++-6.dll.__cxa_guard_acquire, aborting"
So I guess the libstdc++-6.dll lack some functions the program needs and I can't do nothing about it...