This is the mail archive of the gcc@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: libstdc++ headers and system headers


On Feb 15, 2001, Benjamin Kosnik <bkoz@redhat.com> wrote:

>> g++ -E test.c -o test.ii -I /usr/local/include/g++-v3/
> You shouldn't need to explicitly include this directory. I'm assuming 
> you're doing this just to expose a bug?

In fact, IMO, it's *wrong* to add system header directories with -I.
You should use -isystem for those.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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