I'm trying to follow the following post to build a c# app with mono embedded, using cygwin.
I am following the guide here: How to convert a simple .Net console project a into portable exe with Mono and mkbundle?
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
Have you tried updating to Mono 2.6.1? I successfully got a Windows Form application working using mkbundle on Win7 x64 using the following steps: