http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959
--- Comment #12 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2011-08-03 15:29:50 UTC --- (In reply to comment #11) > Did you use an absolute path for the source dir? There have been > problems with relative paths in the past. Tried absolute path with 4.6.1, and compilation finishes alright. cd /home/htl10/tmp-build tar jxpvf ../sources/www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.6.1/gcc-4.6.1.tar.bz2 mkdir gcc-461-obj cd gcc-461-obj CONFIG_SHELL=/usr/local/bin/bash /home/htl10/tmp-build/gcc-4.6.1/configure && CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/make --------------- I am running make -k check at the moment but will retry 4.5.3/4.6.0 afterwards. Note that 4.4.6 fails even with absolute path at a later place. (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40947#c14) So I can probably say this bug was fixed with 4.6.1.