Due to libcpp/Makefile.in including the header dependencies in .deps/*.Po, make tries to recompile libcpp during 'make install' because some of the dependencies (stdarg.h and stddef.h) don't exist anymore if the bootstrap compiler got removed. Since the bootstrap compiler isn't there anymore, it fails. This used to work fine with previous gcc version.
-- Summary: make install fails in libcpp if bootstrap compiler got removed Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: v dot merkatz at gmx dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539