------- Comment #22 from paolo dot carlini at oracle dot com 2010-01-15 22:15 ------- (In reply to comment #21) > (In reply to comment #18) > > Just build everything with default configure options, then go inside the > > libstdc++-v3 *build* dir and type 'make check'. > > Ah, hmm. Well, having to compile everything in order to run the tests using an > external compiler is a bit of a bummer, isn't it?
Maybe there is a communication problem here: I meant, *the whole GCC*, normally, with no special options, to keep things simple. If you want, you can exclude java, which normally takes a while, and fortran, and objective c, the languages you don't need in other terms: just pass --enable-languages=c++ and nothing else. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734