This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2000-07-31 bootstrap problem
- To: Marc Espie <espie at quatramaran dot ens dot fr>
- Subject: Re: gcc 2000-07-31 bootstrap problem
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 01 Aug 2000 10:28:32 -0300
- Cc: Zack Weinberg <zack at wolery dot cumb dot org>, gcc-bugs at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <20000801151907.A3849@quatramaran.ens.fr>
On Aug 1, 2000, Marc Espie <espie@quatramaran.ens.fr> wrote:
> CXX="c++ -v -B/var/www/work/lang/egcs/snapshot/build-i386/gcc/ ...
^^^
This is wrong. Any idea why you've got CXX set to c++ instead of
CXX_FOR_TARGET? Is CXX_FOR_TARGET set in your environment?
The problem is that this old c++ runs cpp instead of cpp0, so it finds
the cpp driver, not the actual preprocessor, now cpp0. It doesn't
pass the appropriate flags to the cpp driver, since it doesn't expect
it to be a driver, so cpp can't find cpp0.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me