Hi,
I'm trying to follow the following post to build a c# app with mono embedded, using cygwin.
I am following the guide here: http://stackoverflow.com/questions/1321207/how-to-convert-a-simple-net-console-project-a-into-portable-exe-with-mono-and-mk
The error I am receiving is:
"gcc: the -mno-cygwin flag has been removed; use a mingw-targeted cross-compiler."
I'm unsure how to fix this - can anyone advise?
I'm using: Windows 7 x64, Mono 2.4.3, cygwin 7.1 beta (for Windows 7 support).
Thanks,
Frank