Opened 17 years ago

Closed 17 years ago

Last modified 8 years ago

#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.

Change History (2)

comment:1 by rainer, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [119].

comment:2 by rainer, 17 years ago

Mmpf. Make that changeset [120].

Note: See TracTickets for help on using tickets.