Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
16fb735f
Commit
16fb735f
authored
May 04, 2007
by
Eli Zaretskii
Browse files
Add information about building with Cygwin Make 3.80.
parent
a2a48b71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
nt/INSTALL
nt/INSTALL
+8
-6
nt/configure.bat
nt/configure.bat
+8
-6
No files found.
nt/INSTALL
View file @
16fb735f
...
...
@@ -157,11 +157,11 @@
cygwin compiled gmake 3.77: fails[1, 5] fails[2, 5]
cygwin compiled make 3.78.1: fails[5] fails[2, 5]
cygwin compiled make 3.79.1: fails[3, 5] fails[2?, 5]
cygwin compiled make 3.80:
fails?
[6] fails?[
6
]
cygwin compiled make 3.81: fails fails?[
6
]
cygwin compiled make 3.80:
okay
[6]
fails?[
7
]
cygwin compiled make 3.81: fails fails?[
7
]
mingw32 compiled make 3.79.1: okay okay
mingw32 compiled make 3.80: okay okay[
6
]
mingw32 compiled make 3.81: okay okay[
7
]
mingw32 compiled make 3.80: okay okay[
7
]
mingw32 compiled make 3.81: okay okay[
8
]
Notes:
...
...
@@ -173,8 +173,10 @@
[4] may fail on Windows 9X and Windows ME; if so, install Bash.
[5] fails when building leim due to the use of cygwin style paths.
May work if building emacs without leim.
[6] not recommended; please report if you try this combination.
[7] tested only on Windows XP.
[6] need to uncomment 3 lines in nt/gmake.defs that invoke `cygpath'
(look for "cygpath" near line 85 of gmake.defs).
[7] not recommended; please report if you try this combination.
[8] tested only on Windows XP.
Other compilers may work, but specific reports from people that have
tried suggest that the Intel C compiler (for example) may produce an
...
...
nt/configure.bat
View file @
16fb735f
...
...
@@ -41,11 +41,11 @@ rem mingw32/gcc-2.92.2 make (3.77): okay okay[4]
rem cygwin compiled gmake 3.77: fails[1,5] fails[2,5]
rem cygwin compiled gmake 3.78.1: fails[5] fails[2,5]
rem cygwin compiled gmake 3.79.1: fails[3,5] fails[2?,5]
rem cygwin compiled make 3.80:
fails?
[6] fails?[
6
]
rem cygwin compiled make 3.81: fails fails?[
6
]
rem cygwin compiled make 3.80:
okay
[6]
fails?[
7
]
rem cygwin compiled make 3.81: fails fails?[
7
]
rem mingw32 compiled make 3.79.1: okay okay
rem mingw32 compiled make 3.80: okay okay?[
6
]
rem mingw32 compiled make 3.81: okay okay[
7
]
rem mingw32 compiled make 3.80: okay okay?[
7
]
rem mingw32 compiled make 3.81: okay okay[
8
]
rem
rem [1] doesn't cope with makefiles with DOS line endings, so must mount
rem emacs source with text!=binary.
...
...
@@ -55,8 +55,10 @@ rem versions of cygwin.
rem [4] may fail on Windows 9X and Windows ME; if so, install Bash.
rem [5] fails when building leim due to the use of cygwin style paths.
rem May work if building emacs without leim.
rem [6] not recommended; please report if you try this combination.
rem [7] tested only on Windows XP.
rem [6] need to uncomment 3 lines in nt/gmake.defs that invoke `cygpath';
rem look for "cygpath" near line 85 of gmake.defs.
rem [7] not recommended; please report if you try this combination.
rem [8] tested only on Windows XP.
rem
if
exist
config
.log
del
config
.log
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment