aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney2003-02-19 21:23:59 +0000
committerJason Rumney2003-02-19 21:23:59 +0000
commitad6b2a3685d710bfd5ffb98021330133e9a09883 (patch)
tree2554aeed97067de19c3fa046f26c680a056b50c9 /nt
parent2807bd919427abf2c4e09d6f89961a2583eb5cf2 (diff)
downloademacs-ad6b2a3685d710bfd5ffb98021330133e9a09883.tar.gz
emacs-ad6b2a3685d710bfd5ffb98021330133e9a09883.zip
Added note about specific problem observed with the Intel compiler.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index e9dcfb693f5..b465af6e402 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -18,6 +18,13 @@
18 build (latest versions of the Cygwin toolkit, at least since v1.3.3, 18 build (latest versions of the Cygwin toolkit, at least since v1.3.3,
19 include the MinGW headers and libraries as an integral part). 19 include the MinGW headers and libraries as an integral part).
20 20
21 Other compilers may work, but specific reports from people that have
22 tried suggest that the Intel C compiler (for example) may produce an
23 Emacs executable with strange filename completion behaviour. Unless
24 you would like to assist by finding and fixing the cause of any bugs
25 like this, we recommend the use of the supported compilers mentioned
26 in the previous paragraph.
27
21 If you build Emacs on Windows 9X or ME, not on Windows 2000 or 28 If you build Emacs on Windows 9X or ME, not on Windows 2000 or
22 Windows NT, we suggest to install the Cygwin port of Bash. 29 Windows NT, we suggest to install the Cygwin port of Bash.
23 30