Code::Blocks Forums

User forums => Help => Topic started by: Leyland on June 16, 2015, 02:34:36 am

Title: libstdc++6 dependency problems
Post by: Leyland on June 16, 2015, 02:34:36 am
Linux Mint-Mate 17.1 (based on Ubuntu 14.04; based on Debian Jessie)
64Bit

Hi All,
I'm trying to install Code::Blocks on Linux Mint-Mate, but I keep getting dependency problems. Although it lists a number of dependencies that are missing, when I try to install any of them it always lists the same missing dependent package: libstdc++6.

Here's the listing:
Code
 codeblocks depends on libstdc++6 (>= 4.9); however:
  Version of libstdc++6:amd64 on system is 4.8.2-19ubuntu1.

Does anyone know where I can get the libstdc++6 package?

Here's the full listing:
Code
dpkg: dependency problems prevent configuration of codeblocks:
 codeblocks depends on libcodeblocks0 (= 13.12svn10317-1); however:
  Package libcodeblocks0 is not installed.
 codeblocks depends on libstdc++6 (>= 4.9); however:
  Version of libstdc++6:amd64 on system is 4.8.2-19ubuntu1.
 codeblocks depends on libwxbase3.0-0 (>= 3.0.2); however:
  Package libwxbase3.0-0:amd64 is not configured yet.
 codeblocks depends on libwxgtk3.0-0 (>= 3.0.2); however:
  Package libwxgtk3.0-0 is not installed.
 codeblocks depends on xterm; however:
  Package xterm is not installed


Title: Re: libstdc++6 dependency problems
Post by: stahta01 on June 16, 2015, 03:52:43 am
What is your GCC version?
You likely will need GCC version 4.9; I am guessing that is needed for  libstdc++6 devel ver 4.9.

I am mainly a Windows person; so, you might wish to wait for a Linux person to answer.

Tim S.
Title: Re: libstdc++6 dependency problems
Post by: Leyland on June 17, 2015, 03:36:30 am
Thank you for the tip, Tim. It worked