gcc 2000-07-31 bootstrap problem
Alexandre Oliva
aoliva@redhat.com
Tue Aug 1 06:29:00 GMT 2000
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
More information about the Gcc-bugs
mailing list