strange error

hi,

when i try to compile, i got the following error message, what does it mean?


$gcc auto.cpp
/usr/tmp/ccmuE12B.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status

thanks

:smiley:
Thank you so much Driver.
I did some research and changed CXX=gcc to CXX=g++ and the problem went away! :smiley: