whats this?

Go4Expert Member
3Nov2008,17:50   #1
micsom's Avatar
i am using DEV C++ for the first time, all my codes keep showing this error...but they all compiled before perfectly

[Linker error] undefined reference to `__gxx_personality_v0'
Mentor
3Nov2008,18:04   #2
xpi0t0s's Avatar
Try adding -lstdc++ to the link line.
Go4Expert Member
4Nov2008,09:12   #3
micsom's Avatar
how to add -lstdc++ to the link line????
Mentor
4Nov2008,18:04   #4
xpi0t0s's Avatar
It means add it to the command throws the linker error.