The tool generation worked by the following command on my openSUSE 11.0 system with the configuration parameter "--enable-languages=c,c++,fortran,java,objc,obj-c++,treelang".
[EMAIL PROTECTED]:~/Projekte/GNU/GCC/erzeugt/4.3.1/Auswahl> date && echo 'erzeugen...' && make -j6 > Bauprotokoll.txt 2>&1 && date && echo 'prüfen...' && make check > Prüfprotokoll.txt 2> Prüfprotokoll_Fehlerausgabe.txt && date The log contains the following. === libstdc++ tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/elfring/Projekte/GNU/GCC/Quellen/4.3.1/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file. Running /home/elfring/Projekte/GNU/GCC/Quellen/4.3.1/libstdc++-v3/testsuite/libstdc++-abi/abi.exp ... Running /home/elfring/Projekte/GNU/GCC/Quellen/4.3.1/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ... FAIL: 22_locale/money_put/put/char/9780-3.cc execution test FAIL: 22_locale/time_put/put/char/4.cc execution test FAIL: 22_locale/time_put/put/char/wrapped_env.cc execution test FAIL: 22_locale/time_put/put/char/wrapped_locale.cc execution test FAIL: 22_locale/time_put/put/wchar_t/4.cc execution test FAIL: 22_locale/time_put/put/wchar_t/wrapped_env.cc execution test FAIL: 22_locale/time_put/put/wchar_t/wrapped_locale.cc execution test XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors) === libstdc++ Summary === # of expected passes 5564 # of unexpected failures 7 # of unexpected successes 1 # of expected failures 59 # of unsupported tests 10 The error log contains the following. All fixinclude tests pass WARNING: Could not compile gcc.dg/compat/struct-layout-1 generator WARNING: Could not compile g++.dg/compat/struct-layout-1 generator WARNING: Could not compile objc.dg/gnu-encoding/struct-layout-encoding-1 generator WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable mkdir: kann Verzeichnis testsuite/treelang nicht anlegen: Die Datei existiert bereits make[2]: [treelang.check] Fehler 1 (ignoriert) make[4]: *** [check-DEJAGNU] Fehler 1 make[3]: *** [check-am] Fehler 2 make[2]: *** [check-recursive] Fehler 1 make[1]: *** [check-target-libstdc++-v3] Fehler 2 make: *** [do-check] Fehler 2 -- Summary: Open issues from a test run Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Markus dot Elfring at web dot de GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36616