This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ headers and system headers
- To: aoliva at redhat dot com, jbuck at synopsys dot COM
- Subject: Re: libstdc++ headers and system headers
- From: dewar at gnat dot com
- Date: Sun, 18 Feb 2001 09:35:59 -0500 (EST)
- Cc: bkoz at redhat dot com, gcc at gcc dot gnu dot org, jason at redhat dot com,libstdc++ at gcc dot gnu dot org, neil at daikokuya dot demon dot co dot uk
<<A system header, by definition, is one that is searched by the
compiler by default. You should never have to -I it, and it's always
been the case that -I/usr/include would just break GCC on many
platforms. include/g++-v3 is no different.
>>
I still can't see anywhere in the documentation where you could learn
that -I/usr/include would break GCC ...