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: Request help


On Dec 11, 1999, "K. H. Gowranga" <gowranga@serc.iisc.ernet.in> wrote:

> Hello,
> I have come across an error message
 
>> ld: warning: symbol `exception virtual table' has differing sizes:
>> (file /usr/local/lib/libstdc++.so value=0x18; file
> /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.1/libgcc.a(exception.o)
>> value=0x20);

> The error message seems to suggest that the file
> libgcc.a and libstdc++.a are incompatible.

Indeed.  This libstdc++.so is probably left-over from a previous
installation of gcc, since release 2.95.1 will install libstdc++ in a
per-release installation directory by default.

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