5

I'd like to install an older version of gcc on my Ubuntu Lucid machine. Particularly, I am interested in 2.95.3 or 3.0.2.

Is there any repository to download this package with the apt-get command?

kiri
  • 28,986
aminfar
  • 165

1 Answers1

5
  1. Enter in this website and select the mirror to your convenience.

  2. Then select old-releases and then gcc2 (for 2.95) or gcc3 (for 3.0). You should now see a few versions of gcc compressed.

  3. Now you should click in the one that you want to have and the download will start.

  4. Finally, you have to compile and install from source.

Lucio
  • 19,191
  • 32
  • 112
  • 191