Monday, February 2, 2009

Error in compilation of cpp file

Error:
/tmp/ccA3vJnB.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status

Reason:
Platform specific error.
Try using g++ instead of gcc.

No comments:

Post a Comment