From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: ../src/bootstrap-emacs.exe hung when building emacs on Cygwin Date: Fri, 7 Sep 2007 09:05:26 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1189150066 18552 80.91.229.12 (7 Sep 2007 07:27:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2007 07:27:46 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: nanjunjie@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 09:27:45 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 1ITYFj-0006F9-Is for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 09:27:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITYFh-0006dN-I6 for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 03:27:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITYFd-0006bv-6o for emacs-devel@gnu.org; Fri, 07 Sep 2007 03:27:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITYFb-0006bi-HF for emacs-devel@gnu.org; Fri, 07 Sep 2007 03:27:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITYFb-0006bf-8i for emacs-devel@gnu.org; Fri, 07 Sep 2007 03:27:35 -0400 Original-Received: from smtp-out112.alice.it ([85.37.17.112]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITYFa-0001rb-Tk for emacs-devel@gnu.org; Fri, 07 Sep 2007 03:27:35 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 7 Sep 2007 09:04:43 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 7 Sep 2007 09:05:23 +0200 Original-Received: from homepc ([87.6.235.1]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 7 Sep 2007 09:04:42 +0200 X-X-Sender: Angelo@homepc X-OriginalArrivalTime: 07 Sep 2007 07:04:42.0900 (UTC) FILETIME=[5D89B540:01C7F11D] X-Detected-Kernel: Windows 2000 SP4, XP SP1+ 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:78108 Archived-At: nanjunjie wrote: > 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. You should follow etc/PROBLEMS where it says "** Cygwin build of Emacs hangs after rebasing Cygwin DLLs" Now you need not to apply the 'famous' patch: it has been applied to term.c CVS, thanks to Dan Nicolaescu! Cheers, Angelo.