Thursday, January 05, 2006

gcc personality problems

gcc - the c compiler - has a pretty funny error, when you try to compile a non c file with it:

undefined reference to `__gxx_personality_v0'


one has to rely on the "personality" of g++ to keep the intergrity of the gcc self-esteem.

No comments: