Hi, I just installed Code::Blocks and SFML on my computer, and I am trying the "compiling your first SFML program" part of the tutorial, but I keep getting the following three errors:
undefined reference to `__gxx_personality_v0'
undefined reference to `_Unwind_Resume'
undefined reference to `__gxx_personality_v0'
Could someone please tell me what is going on here and how to fix it?