Author Topic: libstdc++6 dependency problems  (Read 5091 times)

Offline Leyland

  • Single posting newcomer
  • *
  • Posts: 7
libstdc++6 dependency problems
« 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



Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: libstdc++6 dependency problems
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Leyland

  • Single posting newcomer
  • *
  • Posts: 7
Re: libstdc++6 dependency problems
« Reply #2 on: June 17, 2015, 03:36:30 am »
Thank you for the tip, Tim. It worked