aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: