aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorJason Rumney2004-05-10 21:31:34 +0000
committerJason Rumney2004-05-10 21:31:34 +0000
commit7aa70236bc040be8349ff5113578520e5b1ed8ef (patch)
tree399026e012beb464cd6928f9538ee6a022c9cae2 /etc/PROBLEMS
parent1b44af75e41871cd4f6000ca06b19b44709fac19 (diff)
downloademacs-7aa70236bc040be8349ff5113578520e5b1ed8ef.tar.gz
emacs-7aa70236bc040be8349ff5113578520e5b1ed8ef.zip
Added note about CreateProcess failures from make.exe
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 97c7e6cf67e..c3be7f83a7c 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -221,6 +221,12 @@ __MSVCRT__, like so:
221 221
222 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ 222 configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__
223 223
224* Building the MS-Windows port fails with a CreateProcess failure.
225
226Some versions of mingw32 make on some versions of Windows do not seem
227to detect the shell correctly. Try "make SHELL=cmd.exe", or if that
228fails, try running make from Cygwin bash instead.
229
224* Building the MS-Windows port with Leim fails in the `leim' directory. 230* Building the MS-Windows port with Leim fails in the `leim' directory.
225 231
226The error message might be something like this: 232The error message might be something like this: