[Fwd: Strange behavior of preprocessor]

Zack Weinberg zack@codesourcery.com
Wed Sep 26 16:35:00 GMT 2001


On Wed, Sep 26, 2001 at 04:13:27PM -0700, David Taylor wrote:
> Hi -
> 
> "gcc -isystem.  -H test.c" produces the same output as  "gcc -H test.c", i.e.
> it searches only system header directories:

You have to put a space between -isystem and its argument.  Yes, this
is different from -I.  Read the manual.

zw



More information about the Gcc-bugs mailing list