tags:

views:

27

answers:

1

My ubuntu installed with gcc 4.3.2. But I need gcc 2.95.2 to compile some of my code. I have downloaded the source of 2.95.2. But when I tried to compile it with 4.3.2, i failed. How could I get the 2.95.2 compiled?

Many thanks...

Update

Please take a look at this thread: http://stackoverflow.com/questions/3693632/how-to-build-old-source-code-with-latest-gcc

A: 

Personally, I'd try and install the following packages:

I'm not sure if they would work or not, but I suspect that they will.

sharth