From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13007 invoked by alias); 19 Jun 2008 06:29:57 -0000 Received: (qmail 12902 invoked by uid 48); 19 Jun 2008 06:29:14 -0000 Date: Thu, 19 Jun 2008 06:29:00 -0000 Message-ID: <20080619062914.12901.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/32272] make exit because build/genmodes.exe doesn't exist In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "laurent at guerby dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-06/txt/msg01132.txt.bz2 ------- Comment #9 from laurent at guerby dot net 2008-06-19 06:29 ------- It happened to me but I found the source: if even once you did run configure in the source dir then even if after that you configure in a clean build dir you'll get this error. So the solution is to regenerate a clean source dir (either untar or svn co) and to absolutely avoid to configure in it, always configure in a build dir. -- laurent at guerby dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laurent at guerby dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32272