relocation error

when running make command i'm getting the following error:

make:relocation error:make:symbol_sprintf_chk,version GLIBC_2.3.4 not defined in file libc.so.6 with link time reference...

plz tell me what to do abt this...

It looks like your libc.so.6 file does not match the version of gcc you are using.

Check the make file to see if it directly references libc.so.6. If you can't see the problem, try posting the makefile