I can build apps with MSVC without the CRT as directed here:
http://www.mvps.org/user32/nocrt.html
But how can this be done with MinGW? It seems to always pull in the CRT (msvcrt.dll) by default.
Edit: To be clear I'm trying to NOT link the CRT at ALL, not statically link it which I know isn't possible due to copyright issues.