From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9464 invoked by alias); 13 Sep 2006 03:24:32 -0000 Received: (qmail 9446 invoked by uid 48); 13 Sep 2006 03:24:25 -0000 Date: Wed, 13 Sep 2006 03:24:00 -0000 Message-ID: <20060913032425.9445.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/29049] possible problem: building gcc >= 4.2 on i686 GNU/Linux|SMP (non-64bit) platform fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "WISD00M 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-09/txt/msg01145.txt.bz2 List-Id: ------- Comment #24 from WISD00M at GMX dot NET 2006-09-13 03:24 ------- weird enough, when configuring target/host/build all set to "i586-pc-linux-gnu", the whole make process still cancels at the same point, even though the 64 bit stuff should theoretically not even be touched at all(?). thus, I currently assume that this is somehow related to undocumented/unchecked prerequisites/dependencies not being checked properly-so that gcc is attempted to built even though a dependency isn't satisfied, is there anywhere a list of minimum requirements for building gcc 4.2, so that I can check whether (and what) I should update if necessary? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29049