Author Topic: code::blocks gcc error's std...  (Read 7874 times)

MysticBird

  • Guest
code::blocks gcc error's std...
« on: March 14, 2013, 02:21:53 pm »
hey, i have a little problem with my compilator, it's so f*ckin strange...
error logs... any1 know what's wrong?
http://pastebin.pl/75217

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7786
    • My Best Post
Re: code::blocks gcc error's std...
« Reply #1 on: March 14, 2013, 02:35:01 pm »
Code
D:/Documents and Settings/Hinc/Pulpit/html/SFML-master/SFML-master/src/SFML/Graphics/GLCheck.cpp:38: undefined reference to `__gxx_personality_sj0'
D:/Documents and Settings/Hinc/Pulpit/html/SFML-master/SFML-master/src/SFML/Graphics/GLCheck.cpp:38: undefined reference to `_Unwind_SjLj_Register'

Are you mixing libraries compiled with a different MinGW GCC Compiler than the one you are linking with?

Note sure what happens when you try both of these.
Code
-std=c++11 -std=c++0x

Tim S.
« Last Edit: March 14, 2013, 02:36:39 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline jarod42

  • Multiple posting newcomer
  • *
  • Posts: 87
Re: code::blocks gcc error's std...
« Reply #2 on: March 14, 2013, 02:41:15 pm »
Unrelated to C::B

as http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for suggests,
try to link with g++ instead of gcc.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: code::blocks gcc error's std...
« Reply #3 on: March 14, 2013, 03:09:53 pm »
Unrelated to C::B and not searched the web.

This topic violates the forum rules in several ways.

Why is it so hard to follow some simple rules .

Topic locked !!