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]
Other format: [Raw text]

Re: gcc 3.2's cpp breaks configure scripts


On Thu, Aug 01, 2002 at 05:59:05AM +0000, Gareth Pearce wrote:
> 
> 
> >On Wed, Jul 31, 2002 at 06:57:47PM -0700, Joe Buck wrote:
> > >
> > > > -I/usr/include is actually a very substantial problem.  For instance,
> >
> >FYI, -I/usr/include may not work on Linux 100% time since we use
> >
> >#include_next <...>
> >
> >in /usr/include.
> 
> hmmm maybe I should drop out of this thread before my ignorance shows too 
> much :)
> 
> (looks in his linux /usr/include - finds limits.h - reads comments - fails 
> to see how 'not work' implies 'problem' - hmmm maybe its not supposed to)
> 

Do

# echo "#include <limits.h>" > x.c
# gcc -M x.c
# gcc -M x.c -I/usr/include



H.J.


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