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]

Re: builtin include dir searches


>>>>> Phil Edwards writes:

Phil> Current CVS g++ does not search the g++-v3 include directory, which means
Phil> no C++ program using the standard headers can be compiled.  I would like
Phil> to fix this.  Where is the #include <...> search list built up?  I have
Phil> become miserably lost in the sources...

	The directory is determined by configure and substituted into
gcc_gxx_include_dir in the constructed gcc/Makefile.  include/g++-3 vs
include/g++ depends on whether one has configured for version-specific
libraries.  The "3" actually is a substituted value of ${libstdcxx_interface}

David

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