I have Ubuntu 9.04 and need to install gcc 4.4.3. Does anyone know how would I do that?
I can’t do it with any other versions except maybe gcc 4.4.x.
Currently ubuntu 9.04 has only 4.3.3 available but that is not sufficient for me.
Thank you in advance!
You can build gcc 4.4.3 from source – http://gcc.gnu.org/install/
Or you can install from jaunty repository – http://packages.ubuntu.com/ru/jaunty/gcc
Add in your /etc/apt/sources.list – deb http://cz.archive.ubuntu.com/ubuntu jaunty main
Then