aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-05-22 12:58:01 +0000
committerEli Zaretskii2007-05-22 12:58:01 +0000
commit23636b09aa4923e06ea58e992e1fa64d818d57c9 (patch)
tree595fdecb191a402c19033dc78d67610f3bb1910f
parentb39bd0defafe2b959713089caf00495510ce74bc (diff)
downloademacs-23636b09aa4923e06ea58e992e1fa64d818d57c9.tar.gz
emacs-23636b09aa4923e06ea58e992e1fa64d818d57c9.zip
Add information about where to find GDB, and warn against --no-debug option
to configure.bat.
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/INSTALL6
2 files changed, 10 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index bec92ba17c5..c694dbe0695 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12007-05-22 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Add information about where to find GDB, and warn
4 against --no-debug option to configure.bat.
5
12007-05-19 Eli Zaretskii <eliz@gnu.org> 62007-05-19 Eli Zaretskii <eliz@gnu.org>
2 7
3 * INSTALL: Fix URL of EmacsW32 site where building with image 8 * INSTALL: Fix URL of EmacsW32 site where building with image
diff --git a/nt/INSTALL b/nt/INSTALL
index 7449323ace1..489941e1578 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -227,6 +227,9 @@
227 To configure Emacs to build with GCC or MSVC, whichever is available, 227 To configure Emacs to build with GCC or MSVC, whichever is available,
228 simply change to the `nt' subdirectory and run `configure.bat' with no 228 simply change to the `nt' subdirectory and run `configure.bat' with no
229 options. To see what options are available, run `configure --help'. 229 options. To see what options are available, run `configure --help'.
230 Do NOT use the --no-debug option to configure.bat unless you are
231 absolutely sure the produced binaries will never need to be run under
232 a debugger.
230 233
231 N.B. It is normal to see a few error messages output while configure 234 N.B. It is normal to see a few error messages output while configure
232 is running, when gcc support is being tested. These cannot be 235 is running, when gcc support is being tested. These cannot be
@@ -380,7 +383,8 @@
380 383
381 You should be able to debug Emacs using the debugger that is 384 You should be able to debug Emacs using the debugger that is
382 appropriate for the compiler you used, namely DevStudio or Windbg if 385 appropriate for the compiler you used, namely DevStudio or Windbg if
383 compiled with MSVC, or GDB if compiled with GCC. 386 compiled with MSVC, or GDB if compiled with GCC. (GDB for Windows
387 is available from the MinGW site, http://www.mingw.org/download.shtml.)
384 388
385 When Emacs aborts due to a fatal internal error, Emacs on Windows 389 When Emacs aborts due to a fatal internal error, Emacs on Windows
386 pops up an Emacs Abort Dialog asking you whether you want to debug 390 pops up an Emacs Abort Dialog asking you whether you want to debug