From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7974 invoked by alias); 26 Apr 2005 04:44:36 -0000 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 Received: (qmail 7957 invoked by uid 48); 26 Apr 2005 04:44:24 -0000 Date: Tue, 26 Apr 2005 04:44:00 -0000 Message-ID: <20050426044424.7956.qmail@sourceware.org> From: "kunisawa at access dot co dot jp" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050426024611.21230.kunisawa@access.co.jp> References: <20050426024611.21230.kunisawa@access.co.jp> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/21230] gcc-4.0.0 bootstrap failed unless bootstrap compiler is gcc. X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg03684.txt.bz2 List-Id: ------- Additional Comments From kunisawa at access dot co dot jp 2005-04-26 04:44 ------- The error is missing libcpp/Makefile during make bootstrap. % make bootstrap ... ... checking whether cc supports -Wold-style-definition... no /tmp/z/gcc-4.0.0/libcpp/configure: test: argument expected make[1]: Entering directory `/tmp/z/gcc-b400/libiberty' ... ... make[1]: Leaving directory `/tmp/z/gcc-b400/libiberty' make[1]: Entering directory `/tmp/z/gcc-b400/libcpp' make[1]: *** No rule to make target `all'. Stop. make[1]: Leaving directory `/tmp/z/gcc-b400/libcpp' make: *** [all-libcpp] Error 2 % ACX_PROG_CC_WARNING_ALMOST_PEDANTIC is used only by libcpp/configure.ac, so just regenerating libcpp/configure is fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21230