Daniel Robert - 2009-09-01

I am having this error while trying to cross compile 0.7.3:  undefined reference to `__stack_chk_fail'

I spent the whole day trying to fix it. This appears to be part of libssp but I see no reference of this library in configure. I also see no reference to -fno-stack-protector, which appears to be the common fix for this issue. My guess, at this point in time, is that the cross compiler must be configured in some way to prevent gcc, or g++ to perform the stack check. But how?  I am using crosstool to build my toolchain.