http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51093
--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2011-11-11 12:37:28 UTC --- (In reply to comment #0) > I've downloaded gcc 4.4.3 tar-ball package. > Configured and build as follows for host-x86_64-unknown-linux-gnu: > <./configure --prefix=$HOME/install/dir/ --enable-languages=c++> > <make bootstrap> > > It gave following error. Don't build in the source directory, always build in a separate object directory with /path/to/<gcc source>/configure ...