Hello, when i try to compile a simple "hello world!" program using printf i got a strange error :
Undefined symbols:
"___gxx_personality_v0", referenced from:
___gxx_personality_v0$non_lazy_ptr in ccJX35B2.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
i think it comes from printf because otherwise everything work fine (i have done the #include <stdio.h>)
Thanks a lot for your help.
Undefined symbols:
"___gxx_personality_v0", referenced from:
___gxx_personality_v0$non_lazy_ptr in ccJX35B2.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
i think it comes from printf because otherwise everything work fine (i have done the #include <stdio.h>)
Thanks a lot for your help.