use of alloca

Alexandre Oliva oliva@lsd.ic.unicamp.br
Mon Jan 10 07:14:00 GMT 2000


On Jan 10, 2000, "Golubev I. N." <gin-nospam@mo.msk.ru> wrote:

>> Did you run `make bootstrap' or just `make'?

> I run `make cc1' after `make bootstrap'.

Which means you're linking gcc-produced object files using a non-gcc
compiler.  This is not supposed to work.  Can't you just `cp
stage1/cc1 .' and `make install' (but note that this cc1 won't be
optimized).  Alternatively, you can `rm cc1; make stage3; make cc1; mv
stage3/* .', so you'll get an optimized cc1 compiled with the
bootstrap compiler.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them



More information about the Gcc-bugs mailing list