This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.2's cpp breaks configure scripts
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: drow at mvista dot com (Daniel Jacobowitz)
- Cc: tilps at hotmail dot com (Gareth Pearce), gcc at gcc dot gnu dot org
- Date: Wed, 31 Jul 2002 18:57:47 -0700 (PDT)
- Subject: Re: gcc 3.2's cpp breaks configure scripts
> -I/usr/include is actually a very substantial problem. For instance,
> when cross-compiling, it tends to make target programs pick up the
> build system's headers. I don't think GCC should do anything to work
> around this warning.
Agreed, however the warning also comes up for -I/usr/local/include when
prefix is /usr/local, and in that case it is more questionable whether
there is really a problem.