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'
|
Go4Expert Member
|
|
| 3Nov2008,17:50 | #1 |
|
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 |
|
Try adding -lstdc++ to the link line.
|
|
Go4Expert Member
|
|
| 4Nov2008,09:12 | #3 |
|
how to add -lstdc++ to the link line????
|
|
Mentor
|
![]() |
| 4Nov2008,18:04 | #4 |
|
It means add it to the command throws the linker error.
|