Whamcloud - gitweb
b=22589 llite_lib.c:234: undefined-reference to `__stack_chk_fail_local'
authorBrian J. Murrell <brian@sun.com>
Tue, 31 Aug 2010 23:49:00 +0000 (19:49 -0400)
committerAndrew Perepechko <andrew.perepechko@sun.com>
Mon, 6 Sep 2010 14:45:08 +0000 (18:45 +0400)
commitd270cd52213467d519214d07074b10504f8c4635
tree6697aebb35518fb5d45ad1737c3d033fa5e3468d
parent0791b46099339efcf608ff99822be01766f90656
b=22589 llite_lib.c:234: undefined-reference to `__stack_chk_fail_local'

If liblustre.so is linked with -nostdlib it produces errors such as:
./llite_lib.o: In function `liblustre_process_log':
lustre/liblustre/llite_lib.c:234: undefined reference to `__stack_chk_fail_local'
on platforms where the stack-smashing protector is used (i.e. Ubuntu).

i=johann
lustre/liblustre/genlib.sh