Whamcloud - gitweb
b=22589 llite_lib.c:234: undefined-reference to `__stack_chk_fail_local'
authorBrian J. Murrell <brian@sun.com>
Wed, 22 Sep 2010 20:41:26 +0000 (00:41 +0400)
committerMikhail Pershin <tappro@sun.com>
Mon, 27 Sep 2010 13:20:13 +0000 (17:20 +0400)
commit7b7d5d33d1a83c1534e47af7b231af6413b3a646
tree3c88adc07ffe21d8b2d4a70835cba06894dc95ba
parentbc5ee103b432d1d390e3b84ac7804e1f513ad6e4
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