shea@xxxxxxxxxxxx writes: > I'm trying to build GCC 4.6.0 on an x86_64-unknown-linux-gnu host > targeting mipsel-unknown-linux. The build of libquadmath is failing with: > > checking dynamic linker characteristics... configure: error: Link tests > are not allowed after GCC_NO_EXECUTABLES. > > The configure flags are here: https://gist.github.com/891740 It looks to me like building a cross-compiler to GNU/Linux is broken unless you have all your ducks in a row. http://gcc.gnu.org/ml/gcc/2011-03/msg00461.html Ian