This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/26539] New: make install fails in libcpp if bootstrap compiler got removed
- From: "v dot merkatz at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Mar 2006 08:14:54 -0000
- Subject: [Bug bootstrap/26539] New: make install fails in libcpp if bootstrap compiler got removed
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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