This is the mail archive of the gcc@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: libstdc++ problems /w egcs-2.91.52 on sparc-linux?


>>>>> Kevin Milans <kmilans@CapAccess.org> writes:

> # nm /usr/lib/libstdc++.a | grep filebuf | grep vt
>          U __vt_7filebuf
>          U _vt.7filebuf 
> 00000000 R __vt_7filebuf

Looks like some of your code is being compiled with -fvtable-thunks, and
some without.  This needs to be consistent.

Jason


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