Browse thread
Windows 64 bit Ocaml port
- skaller
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | Windows 64 bit Ocaml port |
We found building 3.10 on Windows for amd64, 64 bit code, it was *necessary* to increase the stack size. This is done by editing Makefile.msvc64 so you have: NATIVECC=cl /nologo /F104857600 This could also be done for Makefile.msvc32 I think. It may be a good idea if Inria explicitly put the /F option in this variable with a reasonable amount of stack. RF reckons the default is 1M which is way too small for an FPL. [Report added to bugtracker] -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net