PDA

View Full Version : [ubuntu] GNU c++ installation



roydl
February 20th, 2010, 05:55 AM
Hi - while I am trying to install c++ compiler, I came across a problem.

I need to install:
libstdc++6-4.0-dev (4.0.3-1ubuntu5)
which is dependent on g++-4.0. And if you try to install g++-4.0 you will notice that it has cross dependency on libstdc++6-4.0-dev (4.0.3-1ubuntu5)

How are you going about it?
I am installing dapper gnu c++ compiler.

GregBrannon
February 20th, 2010, 08:51 AM
I don't know the dapper compiler, but you could try:


sudo apt-get install build-essential

to complete the g++ install and then try completing the dapper install.