http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482
Kevin Sweet <kevin at teews dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevin at teews dot com --- Comment #8 from Kevin Sweet <kevin at teews dot com> 2011-02-10 15:14:06 UTC --- I had the same error building 4.5.2. In may case it was because I had a script called 'env' in my path before /bin/env. This cause "env $depcmd" to produce erroneous results. Basically, the lesson here is to build with minimum changes to the default path and environment!