Possible Duplicate:
What is an undefined reference/unresolved external symbol error and how do I fix it?
I have no clue what is this problem:
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0xc): undefined reference to `__libc_csu_fini'
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x11): undefined reference to `__libc_csu_init'
I am building a C++ project with Cmake. Is there anyhow that I can check the details of the error?