On 15 February 2014 07:50, crazed.huskwrote: > And here are the steps I'm following to get to this point. > > cd /usr/local/src/gcc > wget http://www.netgull.com/gcc/snapshots/4.9-20140209/gcc-4.9-20140209.tar.bz2 > tar xvf gcc-4.9-20140209.tar.bz2 > ln -s gcc-4.9-20140209.tar.bz2 gcc > cd /usr/local/src/gcc/gcc > /usr/local/src/gcc/gcc/contrib/download_prerequisites > mkdir /usr/local/src/gcc/objdir > cd /usr/local/src/gcc/objdir > /usr/local/src/gcc/gcc/gcc/configure This should be /usr/local/src/gcc/gcc/configure Otherwise you configure only the compiler front-end, not the other modules it needs.