This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Output filename currently being compiled
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Nick NoSpam <nicknospam at optonline dot net>
- Date: Mon, 9 Aug 2004 16:14:01 +0100
- Subject: Re: Output filename currently being compiled
- Organization: CodeSourcery
- References: <1092064021.19675.3.camel@nimble.325Bayport>
On Monday 09 August 2004 16:07, Nick NoSpam wrote:
> 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)?
Try -v or -Q.
Paul