This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Verbose compiling of multiple files.
- From: Phil Edwards <phil at jaj dot com>
- To: Nitin Gupta <ngupta at GlobespanVirata dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 23 Jan 2004 12:33:32 -0500
- Subject: Re: Verbose compiling of multiple files.
- References: <IDEAKDGJLGFCFODOJGGIAEPFCNAA.ngupta@globespanvirata.com>
On Fri, Jan 23, 2004 at 08:38:44PM +0530, Nitin Gupta wrote:
> Hi,
> Is there a GCC option wherein it outputs
> the name of the file its compiling.
> i.e. If multiple files are passed to GCC
> in single invocation, then GCC should
> output name of a file as and when it pick
> it for compilation.
-v
Please go read the manual.