From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25274 invoked by alias); 3 Mar 2006 08:14:59 -0000 Received: (qmail 25257 invoked by uid 48); 3 Mar 2006 08:14:54 -0000 Date: Fri, 03 Mar 2006 08:14:00 -0000 Subject: [Bug bootstrap/26539] New: make install fails in libcpp if bootstrap compiler got removed X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "v dot merkatz at gmx dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg00306.txt.bz2 List-Id: 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