domenica 5 settembre 2010

undefined reference to `__libc_csu_fini'

After compiling glibc, I had this error when I try to compile other programs:

crt1.o: In function `_start':
(.text+0xc): undefined reference to `__libc_csu_fini'

It is caused by a bad strip of glibc libraries. Please, make sure you don't strip anything (or use --strip-debug) when compiling glibc :)

Nessun commento: