libstdc++ invalid exception

Alexandre Oliva aoliva@redhat.com
Wed Mar 7 17:19:00 GMT 2001


On Mar  7, 2001, Kai-Ting Amy Wang <wangk@eecg.toronto.edu> wrote:

> 	I've seen people with similar error message and I'm suspecting it
> has something to do with the fact that xgcc (the newly compiled gcc) was
> linked to libc.so.6 which is not compatible with libstdc++2.8.1.1.

It's not the fact that it's linked with the new libc, but the fact
that you appear to be using headers from a new libc that gcc 2.8.1
isn't compatible with.  It's probably possible to adjust the
declarations in libstdc++'s headers so that they comply with a newer
glibc, but I doubt it's worth the trouble.

-- 
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