installing g++-4.1 under ubuntu 10.10

Asked by hope algeria

Hello , i am trying to install g++-4.1 but it doesn't work
here's the command i used :
sudo apt-get install g++-4.1
this is the error message i got E: Impossible to find the package g++-4.1

before that i could implement
sudo aptitude install build-essential
and also
sudo apt-get install gcc-4.1

those 2 commands were properly implemented but when i tried same thing with g++-4.1 it didn't work
and the problem is that i need this version

can you help me please?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gcc-4.1 Edit question
Assignee:
No assignee Edit question
Solved by:
andrew prudente
Solved:
Last query:
Last reply:
Revision history for this message
Ubfan (ubfan1) said :
#1

Check out the below link, or maybe drop back to 10.04.
http://askubuntu.com/questions/12856/how-to-install-gcc-4-1

Revision history for this message
Best andrew prudente (aprudente-99) said :
#2

You might also want to try substituting gpp for g++.

Revision history for this message
hope algeria (hopedz) said :
#3

Hi Andrew, thanks a lot for the link, thank to you i could install gcc-4.1 and g++-4.1 it on ubuntu 10.10
even didn't need to substitute .

Thanks a lot for your kind help.
best regards