One urgent problem about gcc 3.0!

Alexandre Oliva aoliva@redhat.com
Tue Jun 26 16:12:00 GMT 2001


On Jun 24, 2001, Zhi Li <lizhi@cse.msu.edu> wrote:

> Hi,
> After upgrading the gcc to version 3.0, my original program can't compile
> successful anymore.

Perhaps you're trying to link together object files or libraries
created with both the old and the new versions of GCC?  This won't
work, because the name mangling and the data representation are quite
different.

-- 
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-help mailing list