aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-04-13 09:57:26 +0000
committerEli Zaretskii2007-04-13 09:57:26 +0000
commit1020d87999dd4dc6f361ae4b0f33f9ce8fbe30b9 (patch)
tree643f4e2685ba41d1df29670bf211af22eb4b7abe
parent0e816a433c6389f43a8eac890320b3424158e85a (diff)
downloademacs-1020d87999dd4dc6f361ae4b0f33f9ce8fbe30b9.tar.gz
emacs-1020d87999dd4dc6f361ae4b0f33f9ce8fbe30b9.zip
Fix typos in Cygwin-related entries.
-rw-r--r--etc/PROBLEMS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index b7e0e8d1bdc..3f760fe1b70 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -213,15 +213,15 @@ configuring your compiler to use the native linker instead of GNU ld.
213This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug 213This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug
214http://bugzilla.gnome.org/show_bug.cgi?id=85715. 214http://bugzilla.gnome.org/show_bug.cgi?id=85715.
215 215
216** Emacs compiled with Gtk+ crashes on startup on cygwin. 216** Emacs compiled with Gtk+ crashes on startup on Cygwin.
217 217
218A typical error message is 218A typical error message is
219 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes 219 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
220 (alignment: 512): Function not implemented 220 (alignment: 512): Function not implemented
221 221
222Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on 222Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on
223cygwin that becomes the cygwin supplied memalign. As malloc is not the 223Cygwin, that becomes the Cygwin supplied memalign. As malloc is not the
224cygwin malloc, the cygwin memalign always returns ENOSYS. A fix for this 224Cygwin malloc, the Cygwin memalign always returns ENOSYS. A fix for this
225problem would be welcome. 225problem would be welcome.
226 226
227* General runtime problems 227* General runtime problems
@@ -2439,7 +2439,7 @@ files are installed. Then use:
2439 2439
2440(using the location of the 32-bit X libraries on your system). 2440(using the location of the 32-bit X libraries on your system).
2441 2441
2442*** Building the Cygwin port for MS-Windows can fail with some GCC version 2442*** Building the Cygwin port for MS-Windows can fail with some GCC versions
2443 2443
2444Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is 2444Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is
2445reported to either fail or cause Emacs to segfault at run time. In 2445reported to either fail or cause Emacs to segfault at run time. In