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.
adventures in the land of coding
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'
No comments:
Post a Comment