aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-06 12:55:03 +0200
committerJuanma Barranquero2010-10-06 12:55:03 +0200
commit6072fed48b8d5282530a0c3fe1c977d80e925488 (patch)
tree395d7bc415cd787f8da27e6b2843977f86cbfbb1 /nt
parent65f5452039a93085f511d7a6a22de42ab5e4d1ea (diff)
downloademacs-6072fed48b8d5282530a0c3fe1c977d80e925488.tar.gz
emacs-6072fed48b8d5282530a0c3fe1c977d80e925488.zip
nt/INSTALL: Add note about problematic characters passed to configure.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/INSTALL8
2 files changed, 12 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 5dff8b27737..5f92bedd8c1 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12010-10-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * INSTALL: Add note about problematic characters passed to configure.
4
12010-10-01 Eli Zaretskii <eliz@gnu.org> 52010-10-01 Eli Zaretskii <eliz@gnu.org>
2 6
3 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets. 7 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
diff --git a/nt/INSTALL b/nt/INSTALL
index 8af8e3020de..c26ab196bd2 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -221,6 +221,14 @@
221 absolutely sure the produced binaries will never need to be run under 221 absolutely sure the produced binaries will never need to be run under
222 a debugger. 222 a debugger.
223 223
224 Because of limitations of the stock Windows command shell, certain
225 characters (quotes, backslashes and equal signs) can be problematic
226 and should not be used in arguments to configure. That means that
227 forward slashes must be used in paths passed to the compiler and
228 linker via the --cflags and --ldflags options, and that it is
229 currently not possible to pass a macro like -DFOO=BAR (though -DFOO
230 is perfectly valid).
231
224 N.B. It is normal to see a few error messages output while configure 232 N.B. It is normal to see a few error messages output while configure
225 is running, when gcc support is being tested. These cannot be 233 is running, when gcc support is being tested. These cannot be
226 suppressed because of limitations in the Windows 9X command.com shell. 234 suppressed because of limitations in the Windows 9X command.com shell.