I get an error in linux while I try to link a certain number of objects by using a script file. The error is:
/usr/lib/libc_nonshared.a(stack_chk_fail_local.oS): In function __stack_chk_fail_local ':
(.text+0x10): undefined reference to
__stack_chk_fail'
collect2: ld returned 1 exit status
What's the problem and how to overcome it?