This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Output filename currently being compiled
- From: Nick NoSpam <nicknospam at optonline dot net>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 09 Aug 2004 11:07:01 -0400
- Subject: Output filename currently being compiled
Hi,
Is there a flag to gcc which will cause the name of the file currently
being compiled to be output.
If I have three files (a.c, b.c, c.c) and compile them w/:
gcc a.c b.c c.c
it compiles them and returns when complete. Can gcc output the file as
it's being compiled (for status)?
Regards,
Nick G.