Hello all, I'm trying to install gcc 3.4.6 for days, I checked nearly every document I could find about it and still no luck.

I asked on askubuntu.com with no luck (link)

I tried these documents;




I'm always getting an error after I use
Code:
./configure&
then
Code:
make <anything> (eg. bootstrap, install)
This is the last error I got. I'm getting similar errors to these.

Code:
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/root/ObjectDir/gcc' 
make[1]: *** [stage1_build] Error 2 
make[1]: Leaving directory `/root/ObjectDir/gcc' 
make: *** [bootstrap] Error 2
I'm absolute beginner in linux, and I need help with this, can anyone help me installing gcc-3.4.6? I'm using 11.10 because my service only supports that one.