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: use of alloca


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


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