Devang,

Thanks for your relpy.

This addresses only compiler's action problem (no output produced),
but does not address the stdin problem.

When I try

% cat a.c | gcc -fsyntax-only  -

I get

gcc: -E required when input is from standard input

again

and when I use -E it only runs the preprocessor, nothing else.

i. e. gcc still does not want to do anything beyond preprocessing
using stdin as input.

On 4/12/05, Devang Patel <[EMAIL PROTECTED]> wrote:
> Try -fsyntax-only
-- 
Dimitry Golubovsky

Anywhere on the Web

Reply via email to