SFML community forums
Help => General => Topic started by: LazyLazuli on March 15, 2011, 04:19:21 am
-
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?
-
You're either compiling as C or using a wrong version of MinGW. Make sure that you use the one provided in the tutorial (if you're on Windows).