From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Failure to bootstrap on Windows Date: Thu, 01 Oct 2015 20:02:11 +0300 Message-ID: <83vbaq8quk.fsf@gnu.org> References: <83io6qap6y.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443722713 3316 80.91.229.3 (1 Oct 2015 18:05:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 18:05:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 20:05:02 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZhiE2-0004lU-Hv for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 20:05:02 +0200 Original-Received: from localhost ([::1]:54732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhiE2-0006c6-0b for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 14:05:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhhFU-0004tS-9x for emacs-devel@gnu.org; Thu, 01 Oct 2015 13:02:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhhFQ-0002nq-At for emacs-devel@gnu.org; Thu, 01 Oct 2015 13:02:28 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:50200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhhFQ-0002nd-2t for emacs-devel@gnu.org; Thu, 01 Oct 2015 13:02:24 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NVJ00300WKTYB00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 01 Oct 2015 20:02:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVJ003EFWNWNY60@a-mtaout20.012.net.il>; Thu, 01 Oct 2015 20:02:20 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:190573 Archived-At: > From: Juanma Barranquero > Date: Thu, 1 Oct 2015 16:07:17 +0200 > Cc: Emacs developers > > > How did you configure Emacs? > > I did > > ./autogen.sh > CPPFLAGS='-Ic:/Devel/emacs/include' CFLAGS='-O0 -g3' > LDFLAGS='-Lc:/Devel/emacs/lib' ./configure --prefix=`pwd` - > -enable-checking=yes,glyphs > make > > > Is your repository clean? > > Yes. > > > is this the first build attempt after cloning a fresh repository? > > Yes, it is. And I just repeated from scratch (starting from a newly cloned > repo) and had the same result. I don't know what to tell. I just bootstrapped using the same configuration as you (modulo the include and library directories), and had no problems whatsoever. What versions of the compiler and Binutils do you use? Which optional libraries?