This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ 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



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...

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