> Greetings, > I am trying to install Gcc3.2.1 on Fedora Core 4. > Already Gcc 4.0 is installed and I am trying to > install Gcc3.2.1 in my own directory. > I am facing the following error when I do make > bootstrap You exactly need gcc 3.2.1 version, maybe it is ok to use 3.2.3? (then you can download gcc compat package from Fedora core repositary???) yum install compat-gcc-32 Arturas M. P.S.: when you'll want to call gcc 3.2.3 you'll have to use "gcc32 some.c"