This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: latest snapshot won't find C++ header files
- To: Alexandre Oliva <oliva at dcc dot unicamp dot br>
- Subject: Re: latest snapshot won't find C++ header files
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 11 Oct 1998 02:14:24 -0600
- cc: egcs-bugs at cygnus dot com, egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <oriuhvssr2.fsf@araguaia.dcc.unicamp.br>you write:
> Jeffrey A Law <law@cygnus.com> writes:
>
> > In message <orzpb8rrxw.fsf@araguaia.dcc.unicamp.br>you write:
>
> >> I see, but the assumption that exec_prefix must be prefix or a
> >> subdirectory thereof may break existing behavior; isn't it too strong?
>
> >> Anyway, here's a patch that should simplify things... Ok to install?
>
> > Let's slow down a little. I don't see that anything got simpler,
> > particularly when we also deal with Manfred's problem.
>
> I'm just trying to make the Makefile consistent and homogeneous. The
> current Makefile produces inconsistent behavior (i.e., different
> search dirs) depending on whether you enable cpplib or not, it breaks
> support for --with-gxx-include-dir and --with-local-prefix, and it
> causes cppp to search for C++ header-files in the wrong directory.
It wasn't obvious when I first looked at the patch, but that was probably
because I didn't look at it closely in the flurry of mail. When I said slow
down, I just wanted us to make sure we had a handle on all the problems before
we went patch nuts :-)
I made cpplib consistent (I think) with cccp, though apparently we're still
having trouble with the include files right?!?
jeff