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: On the rebasing problem of Emacs on Cygwin Date: Sat, 16 Dec 2006 16:01:26 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166277928 9838 80.91.229.10 (16 Dec 2006 14:05:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Dec 2006 14:05:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 16 15:05:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvaAH-00072m-76 for ged-emacs-devel@m.gmane.org; Sat, 16 Dec 2006 15:05:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvaAG-0004tc-QB for ged-emacs-devel@m.gmane.org; Sat, 16 Dec 2006 09:05:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvaA2-0004rq-2q for emacs-devel@gnu.org; Sat, 16 Dec 2006 09:05:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gva6T-0002ug-O8 for emacs-devel@gnu.org; Sat, 16 Dec 2006 09:01:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gva6N-0002sd-4w for emacs-devel@gnu.org; Sat, 16 Dec 2006 09:01:23 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gva6M-00023l-JX for emacs-devel@gnu.org; Sat, 16 Dec 2006 09:01:22 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-160-237.inter.net.il [80.230.160.237]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BGY41701 (AUTH halo1); Sat, 16 Dec 2006 16:01:20 +0200 (IST) Original-To: Angelo Graziosi In-reply-to: (message from Angelo Graziosi on Sat, 16 Dec 2006 10:29:28 +0100 (MET)) 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:63833 Archived-At: > Date: Sat, 16 Dec 2006 10:29:28 +0100 (MET) > From: Angelo Graziosi > cc: Eli Zaretskii > > I want to report the following, hoping it can be useful for other users of > Emacs on Cygwin. > > Usually, on Cygwin, one needs to rebase (the DLLs) if an application > aborts with a message like this example: > > ------------- > C:\cygwin\bin\python.exe: *** unable to remap C:\cygwin\bin\cygssl.dll to > same address as parent(0xDF0000) != 0xE00000 > ------------- > > > But, since Cygwin DLL 1.5.17 was released, after the rebasing, Emacs > hangs. > > This happens for the current version 21.2-13 and the exp. ver. 21.3.50-2 > on Cygwin. > > And also for Emacs-CVS. > > > So I have found useful to build Emacs-CVS in this way > ---------------------------------------------- > LDFLAGS='-Wl,--enable-auto-import -Wl,--enable-auto-image-base' \ > ../configure --prefix=/usr/local/emacs-cvs > > make LD='$(CC)' bootstrap > > make LD='$(CC)' install > ----------------------------------------------- > > This makes Emacs independent of rebasing. Thanks, I added a suitable entry to etc/PROBLEMS, describing the problem and its solution, as you proposed.