Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: MysticBird on March 14, 2013, 02:21:53 pm

Title: code::blocks gcc error's std...
Post by: MysticBird 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
Title: Re: code::blocks gcc error's std...
Post by: stahta01 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.
Title: Re: code::blocks gcc error's std...
Post by: jarod42 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.
Title: Re: code::blocks gcc error's std...
Post by: Jenna 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 (http://forums.codeblocks.org/index.php/topic,9996.0.html) .

Topic locked !!