This is the mail archive of the gcc-bugs@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: gcc 2000-07-31 bootstrap problem


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


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