> > 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 Do you exactly need GCC 3.2.1? Or maybe it is ok to use GCC 3.2.3? If it is ok, then install compatability compiler from fedora core 4 (yum install compat-gcc-32). Then when you will want to use gcc 3.2.3, type "gcc32 some.c" Arturas M. P.S.: i think you'll find more "compat" packages for fedora core 4.