1
General / Re: New Install. Will not link Hello World
« on: February 22, 2013, 05:55:57 pm »
Was just about to ask that. Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
g++.exe -Wall -fexceptions -DSFML_STATIC -g -IC:\dev\SFML\include -c D:\Steamwire\SFMLTest\main.cpp -o obj\Debug\main.o
g++.exe -LC:\dev\SFML\lib -o bin\Debug\SFMLTest.exe obj\Debug\main.o -lsfml-graphics-s-d -lsfml-window-s-d -lsfml-system-s-d
C:\dev\SFML\lib/libsfml-graphics-s-d.a(CircleShape.cpp.obj): In function `CircleShape':
D:/developpement/sfml-master/src/SFML/Graphics/CircleShape.cpp:35: undefined reference to `__gxx_personality_sj0'
D:/developpement/sfml-master/src/SFML/Graphics/CircleShape.cpp:35: undefined reference to `_Unwind_SjLj_Register'
D:/developpement/sfml-master/src/SFML/Graphics/CircleShape.cpp:40: undefined reference to `_Unwind_SjLj_Resume'
D:/developpement/sfml-master/src/SFML/Graphics/CircleShape.cpp:40: undefined reference to `_Unwind_SjLj_Unregister'
etc...