Results 1 to 3 of 3
Hi,
I have my net-book loaded with Linux (Ubuntu 10.10).
I am trying to execute my C++ prog using g++. Unfortunately, it throws an error that g++ compiler is not ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2013 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 3
Unable to install g++ compiler in my laptop loaded with ubuntu 10.10
Hi,
I have my net-book loaded with Linux (Ubuntu 10.10).
I am trying to execute my C++ prog using g++. Unfortunately, it throws an error that g++ compiler is not installed. It suggests to install using the command sudo apt-get install g++.
When i tried to install it gave me failure message to install the g++ compiler.
Can any one please guide me how to install g++ compiler successfully?
Thanks,
-Janardhan N L
- 01-24-2013 #2
"apt-get install g++" is actually correct.
But ubuntu 10.10 is end-of-life, see here List of Ubuntu releases - Wikipedia, the free encyclopedia
My suggestion is to use a supported OS, such as ubuntu 12.10.You must always face the curtain with a bow.
- 01-24-2013 #3
Or 12.04 if you would prefer an LTS release. g++ is part of the build-essential package which will bring in many other useful tools.
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn


Reply With Quote
