From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Some error info from configure.bat please Date: Sat, 02 Jul 2005 18:01:18 +0200 Message-ID: <42C6BA4E.6050700@student.lu.se> References: <42C65F1B.1030706@student.lu.se> <42C6894C.5080702@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120321359 25199 80.91.229.2 (2 Jul 2005 16:22:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 16:22:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 02 18:22:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dokkz-0004oP-Ao for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 18:22:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dokm6-0000Xl-BE for ged-emacs-devel@m.gmane.org; Sat, 02 Jul 2005 12:23:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DokVS-0002Zu-69 for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:06:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DokVO-0002Y4-Mg for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:06:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DokVO-0002Oy-GX for emacs-devel@gnu.org; Sat, 02 Jul 2005 12:06:10 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DokW8-0000Mq-Nm; Sat, 02 Jul 2005 12:06:56 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E29001E5C9F; Sat, 2 Jul 2005 18:01:22 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40128 Eli Zaretskii wrote: >It does say, e.g., that you use a somewhat old version of GCC which >does not support the -mtune=pentium4 option. > > Oh, I have to look again. I thought I was using the latest MinGW released. >If that output is not enough, we could add some more text to what is >written to config.log, and you could then look for it with findstr or >some such. For example, if all you care for is whether configure.bat >succeeded, we could have configure.bat echo something like "configure >FAILED" to the end of config.log. > > Would be fine. >So I guess we are not talking about command files you want to add to >the Emacs sources, yes? > > Of course I will offer them, when I found they are stable and have made a sane decision for their look. But I still feel they are work in progress and lack solid quality. There is no good error checking yet because I have not understood how make reports errors yet. How should I check for errors from different make commands like "make install", "make bootstrap" etc? BTW, is "make info" necessary any more after "make" or "make bootstrap"?