comparison nt/INSTALL @ 73297:f4d7960fe496

Add compatibility data for Cygwin Make 3.81.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 08 Oct 2006 04:32:28 +0000
parents c5e963b6d40d
children e50355d072ce 8dd8c8286063
comparison
equal deleted inserted replaced
73296:c1e1c7527b1a 73297:f4d7960fe496
101 it doesn't work, resolve that problem first! 101 it doesn't work, resolve that problem first!
102 102
103 If you use the MinGW port of GCC and GNU Make to build Emacs, there 103 If you use the MinGW port of GCC and GNU Make to build Emacs, there
104 are some compatibility issues wrt Make and the shell that is run by 104 are some compatibility issues wrt Make and the shell that is run by
105 Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows 105 Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows
106 or sh.exe., a port of a Unixy shell. For reference, here is a list 106 or sh.exe., a port of a Unixy shell. For reference, below is a list
107 of which builds of GNU Make are known to work or not, and whether 107 of which builds of GNU Make are known to work or not, and whether
108 they work in the presence and/or absence of sh.exe, the Cygwin port 108 they work in the presence and/or absence of sh.exe, the Cygwin port
109 of Bash. Note that any version of Make that is compiled with Cygwin 109 of Bash. Note that any version of Make that is compiled with Cygwin
110 will only work with Cygwin tools, due to the use of cygwin style 110 will only work with Cygwin tools, due to the use of cygwin style
111 paths. This means Cygwin Make is unsuitable for building parts of 111 paths. This means Cygwin Make is unsuitable for building parts of
127 MSVC compiled gmake 3.79.1: okay okay 127 MSVC compiled gmake 3.79.1: okay okay
128 mingw32/gcc-2.92.2 make (3.77): okay okay[4] 128 mingw32/gcc-2.92.2 make (3.77): okay okay[4]
129 cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5] 129 cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5]
130 cygwin compiled make 3.78.1: fails[5] fails[2, 5] 130 cygwin compiled make 3.78.1: fails[5] fails[2, 5]
131 cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5] 131 cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5]
132 cygwin compiled make 3.80: fails?[6] fails?[6]
133 cygwin compiled make 3.81: fails fails?[6]
132 mingw32 compiled make 3.79.1: okay okay 134 mingw32 compiled make 3.79.1: okay okay
133 mingw32 compiled make 3.80: okay unknown[6] 135 mingw32 compiled make 3.80: okay unknown[6]
134 mingw32 compiled make 3.81: okay okay[7] 136 mingw32 compiled make 3.81: okay okay[7]
135 137
136 Notes: 138 Notes: