This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: /cvs/libc/nscd/connections.c:1008: undefined reference to `__stack_chk_guard'


The link doesn't use -lgcc either, because it doesn't use -nostdlib.
So gcc should be supplying -lssp, which it will with -fstack-protector.
I've tweaked the makefile so it should include the options in the linking run.
Please test it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]