Hi,
I'm tired of eclipse with the C++ plugin that uses existing makefiles. It sucks here as the existing make system is implemented atrociously... I mean atrociously.
I'm migrating our build system in my spare time to codeblocks. kdevelop was somewhere between bad and very bad when I looked at it. Codeblocks has the windows look and feel that visual studio has... and I think the MS VC++ env is pretty well done.
Anyways, this is a beginner question. How do I see the command being issued when codeblocks is compiling a c++ file. I want to see the precise compiler options I've specified in an output window. Its probably looking at me in the face!
eg. /usr/bin/g++ -opt1 -opt2 -toto main.cpp
etc etc.
Cheers
G
Graham