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: bootrapping emacs on cygwin 5.19 with x-windows. Date: Wed, 24 May 2006 21:01:09 +0300 Message-ID: References: <20060523155338.2928@henman-np.b-eng.it.to-be.co.jp> <20060524144247.3624@henman-np.b-eng.it.to-be.co.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148493697 4587 80.91.229.2 (24 May 2006 18:01:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 18:01:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 20:01:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fixfo-00040z-N3 for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 20:01:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fixfo-00036B-6J for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 14:01:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fixfb-00035H-6n for emacs-devel@gnu.org; Wed, 24 May 2006 14:01:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FixfY-00034B-7e for emacs-devel@gnu.org; Wed, 24 May 2006 14:01:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FixfX-000342-TW for emacs-devel@gnu.org; Wed, 24 May 2006 14:01:15 -0400 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fixk2-0002Yy-2w for emacs-devel@gnu.org; Wed, 24 May 2006 14:05:54 -0400 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IUD52687; Wed, 24 May 2006 21:01:07 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-54-79.inter.net.il [80.230.54.79]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DLJ24937 (AUTH halo1); Wed, 24 May 2006 21:01:06 +0300 (IDT) Original-To: "djh" In-reply-to: <20060524144247.3624@henman-np.b-eng.it.to-be.co.jp> 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:55214 Archived-At: > From: "djh" > Date: Wed, 24 May 2006 14:42:47 +0900 > > /bin/sh: line 1: 4064 Terminated EMACSLOADPATH=/cygdrive/c/emacs/cvs/emacs/lisp ../src/bootstrap-emacs.exe -batch --no-site-file --multibyte -f batch-byte-compile-if-not-done $el > make[2]: *** [compile] Error 1 Sounds like a crash, either in bootstrap-emacs or in the shell. Can you run this command under GDB and see which program crashes and where? > In this case I have no idea of what the error message is telling me. I think it tells you that a process whose PID was 4064 was terminated (i.e. a SIGTERM signal was delivered to it). Perhaps posting this to the Cygwin mailing list will bring more information. P.S. Please keep the emacs-devel mailing list in the list of addressees. I'm not the only one who can help and come up with ideas.