Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: New to SFML  (Read 1328 times)

0 Members and 1 Guest are viewing this topic.

LazyLazuli

  • Newbie
  • *
  • Posts: 4
    • View Profile
New to SFML
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
New to SFML
« Reply #1 on: March 15, 2011, 07:40:51 am »
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).
Laurent Gomila - SFML developer