If you are trying to build and install gcc 4.8.2 from source code on Fedora Core 20 box, you will find lot of challenges to fix the dependencies. To fix that issue and to reduce the time here I have listed out the steps to be followed to get the successful build. Install build pre-requisites: Before installing gcc 4.8.2, install the build pre-requisites 1. yum groupinstall "Development tools" 2. yum install glibc-devel.i686 glibc-i686 3. yum install gcc-c++ 4. yum install... Read more →