Hi, I just downloaded the Sfml 2.0 and tried to compile the first example of the tutorial but I still have the same error which is "undefined reference to `_unwind_resume`". I already tried to Recompile the sfml in order to match my gcc version. I followed step-by-step the sfml 2.0 tutorial and the "Recompile SFML" tutorial. I already searched in the forum for some answer, I found a topic that was matching my problem and the advice was to "recompile the sfml", so I did it but still the same error. Maybe I didnt recompiled it well (it was the first time).
(before the unwind resume error, I had the "__gxx_personality_v0" error, I fixed it by adding "void *__gxx_personality_v0;" in my source code (found this solution on google) )
I Hope you will be able to help me.