<div>Hello,</div>
<div> </div>
<div>I am attempting to port the cygwin platform to windows command line. I've done this with several other scientific apps by including the necessary cygwin DLLs in the directory of the binary. But I get this error with CP2k. I've also tried changing the stack size 
</div>
<div> </div>
<div>C:\Program Files\Microsoft Visual Studio 8\VC\bin>editbin /STACK:33554432 cp2k.s<br>opt<br>Microsoft (R) COFF/PE Editor Version 8.00.50727.42<br>Copyright (C) Microsoft Corporation.  All rights reserved.</div>
<div> </div>
<div>Run time error:</div>
<div>
<p> ===== Routine Calling Stack =====</p>
<p>            5 coordinate_control<br>            4 topology_control<br>            3 fist_init<br>            2 fist_create_force_env<br>            1 CP2K<br> CP2K| Abnormal program termination, stopped by process number 0
<br>    370 [sig] cp2k.sopt 288 open_stackdumpfile: Dumping stack trace to cp2k.sopt<br>.stackdump</p>
<p>C:\cygwin\usr\src\cp2k\exe\Cygwin-i686-g95></p></div>