Hi,
Sorry, I can't figure out how to point to an existing gcc.exe. It doesn't seem to be bundled, and the installation (I think) didn't ask me for any paths.
In the Compiler Settings window, there's no tabs or subwindows that let you specify a path for the compiler. And the Debug/Continue button is disabled.
The specific command line settings I want to use are
gcc -Wall -O2 -g thismodule.c thismodule.c -o thistarget
, but I'm totally clueless about how to configure Code:Blocks.