perl7user
Programmer
- Jan 4, 2009
- 5
Hi,
I'v tried to compile a small test program with cc/gcc
but I'v got the following error:
/tmp/ccD16111.o<.eh_frame+0x11>: undefined reference to '__gxx_personality_v0' collect2: ld command 1 exit status
I did EXACTLY as in the book.
What can I do ????????
I'v tried to compile a small test program with cc/gcc
but I'v got the following error:
/tmp/ccD16111.o<.eh_frame+0x11>: undefined reference to '__gxx_personality_v0' collect2: ld command 1 exit status
I did EXACTLY as in the book.
What can I do ????????
Code:
#include<stdio.h>
int main(){
printf("0");
return 0;
}