aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii2007-05-04 13:41:15 +0000
committerEli Zaretskii2007-05-04 13:41:15 +0000
commit16fb735f4ac2e2d9696285247aaa26b5c565fb1e (patch)
treec034bbe1c9d66523e33da3bee42528b9ccae3cfe /nt
parenta2a48b7105721ff79f5eac019d5056608e477da5 (diff)
downloademacs-16fb735f4ac2e2d9696285247aaa26b5c565fb1e.tar.gz
emacs-16fb735f4ac2e2d9696285247aaa26b5c565fb1e.zip
Add information about building with Cygwin Make 3.80.
Diffstat (limited to 'nt')
-rw-r--r--nt/INSTALL14
-rwxr-xr-xnt/configure.bat14
2 files changed, 16 insertions, 12 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index fe5381a6f21..c9afa8f5de3 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -157,11 +157,11 @@
157 cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5] 157 cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5]
158 cygwin compiled make 3.78.1: fails[5] fails[2, 5] 158 cygwin compiled make 3.78.1: fails[5] fails[2, 5]
159 cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5] 159 cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5]
160 cygwin compiled make 3.80: fails?[6] fails?[6] 160 cygwin compiled make 3.80: okay[6] fails?[7]
161 cygwin compiled make 3.81: fails fails?[6] 161 cygwin compiled make 3.81: fails fails?[7]
162 mingw32 compiled make 3.79.1: okay okay 162 mingw32 compiled make 3.79.1: okay okay
163 mingw32 compiled make 3.80: okay okay[6] 163 mingw32 compiled make 3.80: okay okay[7]
164 mingw32 compiled make 3.81: okay okay[7] 164 mingw32 compiled make 3.81: okay okay[8]
165 165
166 Notes: 166 Notes:
167 167
@@ -173,8 +173,10 @@
173 [4] may fail on Windows 9X and Windows ME; if so, install Bash. 173 [4] may fail on Windows 9X and Windows ME; if so, install Bash.
174 [5] fails when building leim due to the use of cygwin style paths. 174 [5] fails when building leim due to the use of cygwin style paths.
175 May work if building emacs without leim. 175 May work if building emacs without leim.
176 [6] not recommended; please report if you try this combination. 176 [6] need to uncomment 3 lines in nt/gmake.defs that invoke `cygpath'
177 [7] tested only on Windows XP. 177 (look for "cygpath" near line 85 of gmake.defs).
178 [7] not recommended; please report if you try this combination.
179 [8] tested only on Windows XP.
178 180
179 Other compilers may work, but specific reports from people that have 181 Other compilers may work, but specific reports from people that have
180 tried suggest that the Intel C compiler (for example) may produce an 182 tried suggest that the Intel C compiler (for example) may produce an
diff --git a/nt/configure.bat b/nt/configure.bat
index 1223f7e861d..2ff90186445 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -41,11 +41,11 @@ rem mingw32/gcc-2.92.2 make (3.77): okay okay[4]
41rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5] 41rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5]
42rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5] 42rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5]
43rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5] 43rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5]
44rem cygwin compiled make 3.80: fails?[6] fails?[6] 44rem cygwin compiled make 3.80: okay[6] fails?[7]
45rem cygwin compiled make 3.81: fails fails?[6] 45rem cygwin compiled make 3.81: fails fails?[7]
46rem mingw32 compiled make 3.79.1: okay okay 46rem mingw32 compiled make 3.79.1: okay okay
47rem mingw32 compiled make 3.80: okay okay?[6] 47rem mingw32 compiled make 3.80: okay okay?[7]
48rem mingw32 compiled make 3.81: okay okay[7] 48rem mingw32 compiled make 3.81: okay okay[8]
49rem 49rem
50rem [1] doesn't cope with makefiles with DOS line endings, so must mount 50rem [1] doesn't cope with makefiles with DOS line endings, so must mount
51rem emacs source with text!=binary. 51rem emacs source with text!=binary.
@@ -55,8 +55,10 @@ rem versions of cygwin.
55rem [4] may fail on Windows 9X and Windows ME; if so, install Bash. 55rem [4] may fail on Windows 9X and Windows ME; if so, install Bash.
56rem [5] fails when building leim due to the use of cygwin style paths. 56rem [5] fails when building leim due to the use of cygwin style paths.
57rem May work if building emacs without leim. 57rem May work if building emacs without leim.
58rem [6] not recommended; please report if you try this combination. 58rem [6] need to uncomment 3 lines in nt/gmake.defs that invoke `cygpath';
59rem [7] tested only on Windows XP. 59rem look for "cygpath" near line 85 of gmake.defs.
60rem [7] not recommended; please report if you try this combination.
61rem [8] tested only on Windows XP.
60rem 62rem
61 63
62if exist config.log del config.log 64if exist config.log del config.log