Libstdc++ configuration assumes that libgcc and libgomp have been configured and built before libstdc++ configure is run.
This is wrong, and pessimizes configure tests for parallel mode and symbol versioning. In particular, on AIX libgomp is built but libstdc++'s parallel mode is disabled because of this. -- Summary: deps on other host libraries incorrect Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36101