[Bug bootstrap/26539] New: make install fails in libcpp if bootstrap compiler got removed
v dot merkatz at gmx dot net
gcc-bugzilla@gcc.gnu.org
Fri Mar 3 08:14:00 GMT 2006
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
More information about the Gcc-bugs
mailing list