This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: builtin include dir searches
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: builtin include dir searches
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Sun, 15 Oct 2000 21:31:36 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com, gcc at gcc dot gnu dot org
I took out / simplified some of this machinery last night, for
--enable-version-specific-runtime-libs
--with-gxx-include-dir=
support.
You might want to look at the changes to src/Makefile.am and ./configure.in in particular.
Strange, though, as I tested all the above options before check in.
Installed g++ could always deal correctly with headers. I'll double check.
-benjamin
On Sun, 15 Oct 2000, Phil Edwards wrote:
> Current CVS g++ does not search the g++-v3 include directory, which means
> no C++ program using the standard headers can be compiled. I would like
> to fix this. Where is the #include <...> search list built up? I have
> become miserably lost in the sources...