Trying to get Code::Blocks to run

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
DavidBell
Posts: 132
Joined: Fri 24 Nov 2006, 21:44

Trying to get Code::Blocks to run

#1 Post by DavidBell »

I have wxWidgets 2.8.4 installed, I downloaded a nightly build of Code::Blocks (www.codeblocks.org), but when I run from terminal I get

Code: Select all

sh-3.00# codeblocks
codeblocks: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by /usr/lib/libcodeblocks.so.0)
I checked in /usr/lib and libstdc++.so.6 is a symlink to libstdc++.so.6.3

Any ideas how to fix? I don't know what that error means.

TIA David

User avatar
headfound
Posts: 371
Joined: Sun 25 Jun 2006, 00:58
Location: England
Contact:

#2 Post by headfound »

I'm not sure, but from a quick google search, it looks like you need a newer version of gcc installed for it to work.

edit -
similar problem was encountered here (different program), might help?

http://www.murga-linux.com/puppy/viewtopic.php?t=9933
Download a better Computer :)
[url=http://uk.youtube.com/watch?v=rDTLJYDHX3g]Puppy Linux Song[/url]
[url=http://www.letterbyletter.co.uk]www.letterbyletter.co.uk[/url]

DavidBell
Posts: 132
Joined: Fri 24 Nov 2006, 21:44

#3 Post by DavidBell »

I updated to libstdc++.so.6.0.9, now I get

Code: Select all

sh-3.00# codeblocks
codeblocks: error while loading shared libraries: libstdc++.so.6: cannot handle TLS data
Maybe I should try an earlier version of codeblocks.

Post Reply