> Something seems fundamentally wrong here, and I think it is C++'s property > to automatically put the "inline" tag on all functions defined in a class > body, even if they don't have the "inline" keyword. But I see no chance > to get this changed. -fno-default-inline is your friend. Richard.