Is there a small version of GCC for shipping with Windows program? Because Mingw installation takes frigging gigabyte, including a lot of bloat, like C++ and fortran compiler, with useless crap, like directx bindings.
It's probably coming from a dependency. Even the GNUtards aren't that retarded to put Java into a C program...
Nope. It is part of compatibility with Java libraries. The only way to disable it is by recompiling GCC with -disable-libgcj, which is impossible on Windows (GCC compilation requires Unix system).