From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nanjunjie@gmail.com Newsgroups: gmane.emacs.devel Subject: ../src/bootstrap-emacs.exe hung when building emacs on Cygwin Date: Thu, 06 Sep 2007 16:24:11 -0700 Message-ID: <11243868.3682081189121051896.JavaMail.nabble@isper.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189121074 20972 80.91.229.12 (6 Sep 2007 23:24:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 23:24:34 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 01:24:30 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITQhv-0003qr-Sx for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 01:24:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITQhu-00064r-0Y for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 19:24:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITQhq-00061E-3b for emacs-devel@gnu.org; Thu, 06 Sep 2007 19:24:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITQhp-0005zK-Al for Emacs-devel@gnu.org; Thu, 06 Sep 2007 19:24:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITQhp-0005z9-6w for Emacs-devel@gnu.org; Thu, 06 Sep 2007 19:24:13 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITQho-0004Nq-SS for Emacs-devel@gnu.org; Thu, 06 Sep 2007 19:24:13 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ITQhn-0006O1-TH for Emacs-devel@gnu.org; Thu, 06 Sep 2007 16:24:11 -0700 X-Detected-Kernel: Linux 2.6 (newer, 3) 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:78047 Archived-At: I have applied the famous patch for src/term.c. When ../src/bootstrap-emacs.exe is called, it hungs on. I applied another workaround from http://www.cygwin.com/ml/cygwin/2005-12/msg00036.html: Modified the src/Makefile and changed: LD=$(CC) -Wl,--image-base,0x20000000 to LD=$(CC) -Wl,--enable-auto-image-base And now the hung on problem has disappeared. Now the building process is on going.