News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

libstdc++6 dependency problems

Started by Leyland, June 16, 2015, 02:34:36 AM

Previous topic - Next topic

Leyland

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




stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Leyland

Thank you for the tip, Tim. It worked