I want to build some old source code which has to be compiled with gcc3.2. I was using CentOS. I tried to find a pre-built binary for gcc3.2, but I didn't. Then I try to build gcc3.2 from source code. But the lowest version of gcc I got on my hand is 4.8.5, and when I used it to compile gcc3.2 some errors also encountered. Is there a solution for this problem?
↧