This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Fwd: Strange behavior of preprocessor]


Zack Weinberg wrote:-

> 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.

Ah, my fault.  cpp0 accepts it without the space, but the driver
requires one.  Guess which one I'm more familiar with...

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]