emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/etc ChangeLog PROBLEMS


From: Chong Yidong
Subject: [Emacs-diffs] emacs/etc ChangeLog PROBLEMS
Date: Fri, 20 Nov 2009 21:46:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/11/20 21:46:28

Modified files:
        etc            : ChangeLog PROBLEMS 

Log message:
        * PROBLEMS: Remove fixed rebasing problem.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/ChangeLog?cvsroot=emacs&r1=1.817&r2=1.818
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/PROBLEMS?cvsroot=emacs&r1=1.273&r2=1.274

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/etc/ChangeLog,v
retrieving revision 1.817
retrieving revision 1.818
diff -u -b -r1.817 -r1.818
--- ChangeLog   20 Nov 2009 21:40:00 -0000      1.817
+++ ChangeLog   20 Nov 2009 21:46:28 -0000      1.818
@@ -1,6 +1,7 @@
 2009-11-20  Ken Brown  <address@hidden>  (tiny change)
 
-       * PROBLEMS (http): Add workaround for Cygwin crash.
+       * PROBLEMS: Add workaround for Cygwin crash and remove fixed
+       rebasing problem.
 
 2009-11-17  Jan Djärv  <address@hidden>
 

Index: PROBLEMS
===================================================================
RCS file: /sources/emacs/emacs/etc/PROBLEMS,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -b -r1.273 -r1.274
--- PROBLEMS    20 Nov 2009 21:40:00 -0000      1.273
+++ PROBLEMS    20 Nov 2009 21:46:28 -0000      1.274
@@ -2218,34 +2218,6 @@
 changes the keyboard layout depends on your Windows version; for XP,
 in the Languages tab, click "Details" and then "Key Settings".)
 
-** Cygwin build of Emacs hangs after rebasing Cygwin DLLs
-
-Usually, on Cygwin, one needs to rebase the DLLs if an application
-aborts with a message like this:
-
-  C:\cygwin\bin\python.exe: *** unable to remap C:\cygwin\bin\cygssl.dll to
-  same address as parent(0xDF0000) != 0xE00000
-
-However, since Cygwin DLL 1.5.17 was released, after such rebasing,
-Emacs hangs.
-
-This was reported to happen for Emacs 21.2 and also for the pretest of
-Emacs 22.1 on Cygwin.
-
-To work around this, build Emacs like this:
-
-  LDFLAGS='-Wl,--enable-auto-import -Wl,--enable-auto-image-base' ./configure
-  make LD='$(CC)'
-  make LD='$(CC)' install
-
-This produces an Emacs binary that is independent of rebasing.
-
-Note that you _must_ use LD='$(CC)' in the last two commands above, to
-prevent GCC from passing the "--image-base 0x20000000" option to the
-linker, which is what it does by default.  That option produces an
-Emacs binary with the base address 0x20000000, which will cause Emacs
-to hang after Cygwin DLLs are rebased.
-
 ** Interrupting Cygwin port of Bash from Emacs doesn't work.
 
 Cygwin 1.x builds of the ported Bash cannot be interrupted from the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]