User forums > General (but related to Code::Blocks)

code::blocks gcc error's std...

(1/1)

MysticBird:
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

stahta01:

--- 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'

--- End code ---

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

--- End code ---

Tim S.

jarod42:
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.

Jenna:
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 !!

Navigation

[0] Message Index

Go to full version