This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: question on include search path
- To: gcc at gcc dot gnu dot org
- Subject: Re: question on include search path
- From: esp5 at rama dot comp dot pge dot com
- Date: Thu, 18 Oct 2001 12:41:23 -0700
ok, followup:
gcc -v <file.c> gave me the relevant information I needed to find the include
search path (should probably be integrated with -print-search-dirs IMO), but
that still doesn't explain why <<prefix>>/include isn't in that list
(ie: inside of cpp0)
Would a patch be accepted to change this? I noticed '--with-local-prefix=DIR'
in the docs - what I want is the ability to search *both* '/usr/local/include'
and '<<prefix>>/include', and have that be the default.
Ed