http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50241
--- Comment #2 from George R. Goffe <grgoffe at yahoo dot com> 2011-08-30 23:36:49 UTC --- Thank you for your time in looking over this bug report. I am not building from within the source directory. Here's the relevant part of my build script. Do you see something wrong here? 78 cd gcc 79 80 svn up 81 82 cd .. 83 84 rm -fr obj-i686-pc-linux-gnu 85 86 mkdir obj-i686-pc-linux-gnu 87 88 cd obj-i686-pc-linux-gnu 89 90 lndir ../gcc 91 92 ./configure --prefix=/usr/lsd/$osname --verbose \ 93 --with-mpc=/usr/lsd \ 94 --with-mpfr=/usr/lsd \ 95 --with-gmp=/usr/lsd Regards and THANKS again for your help with this. George...