#76 closed defect (fixed)
Compile error with -f-stack-protector
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | blocker | Milestone: | 2.3.6 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
On some systems, configure detects support for '-f-stack-protector', but compiling fails:
x_sh_files.c:(.text+0x575): undefined reference to `__stack_chk_guard' x_sh_files.c:(.text+0x8b3): undefined reference to `__stack_chk_guard' x_sh_files.c:(.text+0xa86): undefined reference to `__stack_chk_fail' ...
The problem arises because -lssp is not specified (actually, this shouldn't be neccessary...). Need to update the autoconf macro. Issue reported by marc.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [119].