warning: size of symbol changed

Ali Çehreli acehreli at yahoo.com
Wed Feb 15 20:03:01 PST 2012


On 02/15/2012 06:35 PM, Ellery Newcomer wrote:
> has anyone else gotten warnings of the nature
>
> /usr/bin/ld: Warning: size of symbol `{875charlongsymbol}' changed from
> 107 in multi_index.o to 99 in multi_index.o

This can happen if there are two object files that are compiled with 
different definitions of a type. Are there two multi_index.o files and 
the two are compiled conditionally to see e.g. a struct differently?

Ali


More information about the Digitalmars-d-learn mailing list