Cygwin compiling error: "this application has requested the runtime to terminate it in an unusual wa
Posted
by naspinski
on Stack Overflow
See other posts from Stack Overflow
or by naspinski
Published on 2010-01-27T23:48:08Z
Indexed on
2010/03/19
23:41 UTC
Read the original article
Hit count: 606
I am trying to run Cygwin, and I am running into some problems. I tried to compile a program that works both on Windows with mingw and on a Unix system, but when I go to compile it through Cygwin:
gcc threads.c -o threads
I get the error: this application has requested the runtime to terminate it in an unusual way
And that's it... any ideas what I am forgetting or screwing up? I haven't touched this stuff in about 5 years so I am beyond rusty; thanks!
© Stack Overflow or respective owner