From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL) Date: Thu, 5 May 2011 18:44:03 +0200 Message-ID: References: <4DC230CF.8070803@gmail.com> <4DC2994D.8020103@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304613894 15571 80.91.229.12 (5 May 2011 16:44:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 16:44:54 +0000 (UTC) Cc: Christoph Scholtes , Eli Zaretskii , Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 18:44:49 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QI1fV-0007mD-09 for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 18:44:49 +0200 Original-Received: from localhost ([::1]:56210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1fU-0004k3-IC for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 12:44:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1fS-0004jn-A5 for Emacs-devel@gnu.org; Thu, 05 May 2011 12:44:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI1fR-00005W-CL for Emacs-devel@gnu.org; Thu, 05 May 2011 12:44:46 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:43841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1fQ-0008Tc-2a; Thu, 05 May 2011 12:44:44 -0400 Original-Received: by yib18 with SMTP id 18so1042325yib.0 for ; Thu, 05 May 2011 09:44:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=TmM5+z7xFiPF2jhAf1BWA35X705TVhTTFVX4lUua6JQ=; b=AGy6tj8hdXZ4bEkJFQPERKImzckGKZkQvgvBb0exGDqghmmf18T0VNpgPkJBRU6eO3 5rF/usEJjgq2w+PfXLKwDvQlATvRohkZAEj/jmirk7EyyMsX+OQl0SJEW22qbjiutIvd 2F7PXtqazwfnXifMHwX9w7qeeVgEuc35iN4nk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=n4hGqJwjZ02oZzHTDonxg2gAvQzKgPx2cCVszEzsozNfG3ptcyERag1iB12wwpR2sI LPNK00SEEAinacIOrroej48gwSexDVCy7RHkpSECx/HOXlRL+AcZ+GrokpbSg6gb8HRI vMlDxHdmRZXaHOp5kB8nAliAhB8m8r3bq7pLk= Original-Received: by 10.236.193.100 with SMTP id j64mr3506984yhn.294.1304613883137; Thu, 05 May 2011 09:44:43 -0700 (PDT) Original-Received: by 10.147.182.5 with HTTP; Thu, 5 May 2011 09:44:03 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139157 Archived-At: On Thu, May 5, 2011 at 18:38, Ben Key wrote: > Another thing I find to be interesting is that you mentioned that emacs.c > was compiled twice and that the command was correct the first time.=C2=A0= I only > see emacs.c being compiled once. But emacs.c is compiled twice during bootstrap, and Christoph's problem is specifically a bootstrap failure... =C2=A0 =C2=A0 Juanma