I compile my C++ code using gcc (4.6.3), and want the compiler to print all the includes it uses. In MS VS it is done simply by adding a /showIncludes flag, and the output looks like this:I compile my C++ code using gcc (4.6.3), and wa
I compile my C++ code using gcc (4.6.3), and want the compiler to print all the includes it uses. In MS VS it is done simply by adding a /showIncludes flag, and the output looks like this:I compile my C++ code using gcc (4.6.3), and wa