libstdc++ headers and system headers

Alexandre Oliva aoliva@redhat.com
Fri Feb 16 10:20:00 GMT 2001


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



More information about the Libstdc++ mailing list