This is the mail archive of the libc-help@sourceware.org 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: Multiple definition of __memcpy_chk


On 08/18/11 20:45, Mike Frysinger wrote:
On Thursday, August 18, 2011 18:15:23 Bryan Ischo wrote:
Then when I go to compile gcc, it tries to compile and link libssp, and
that also defines its own __memcpy_chk.
your gcc is misconfigured.  dont enable libssp for glibc builds.
-mike

Care to explain? Why is it misconfigured? Why can't libssp be compiled against a static libc? Is there a reason beyond "both glibc and gcc have chosen the same name for a symbol"?


Thanks,
Bryan


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