This bug is caused by the prototypes in sysdeps/unix/sysv/linux/stack_protector.c. Comment out:
void __guard_setup(void) __attribute__ ((constructor)); void __stack_smash_handler(char func[], int damaged __attribute__ ((unused))); and everything is fine after. I'll send a new patch. robert -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
