Frank Heckenbach wrote:
That's currently not easy to obtain unless you parse the files yourself. The `gp' utility will provide such information (`--print-sources', though it doesn't help you right now ...).
I look forward to the 'gp' utility. Things I found to be useful for IDE integration (maybe already included); 1. a progress message at the beginning of each compiled or auto-compiled source file (maybe --print-sources does) 2. a progress message with line number at the end of each compiled or auto-compiled source file; this helps to count the total number of compiled lines (--progress-messages currently doesn't) 3. a message for each ".o" file that has been created by the compilation (maybe --print-sources does) 4. unit-dependency information (already mentioned) Regards, Adriaan van Os