This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fixinc and compatibility
- To: Daniel Elstner <daniel dot elstner at gmx dot net>
- Subject: Re: fixinc and compatibility
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Sun, 17 Jun 2001 22:23:05 +0100
- Cc: Russ Allbery <rra at stanford dot edu>, gcc at gcc dot gnu dot org
Daniel Elstner wrote:-
> My fault, apparently I got something wrong.
>
> I found some interesting code in "g++/bits/std_cstring.h":
>
> #pragma GCC system_header
> #include_next <string.h>
>
> When adding '-I/usr/include', gcc cannot find "string.h".
> Any ideas?
Yeah. Don't -I/usr/include :-)
Neil.