multiple definition error from dl-addr.c with addition of printf, in glibc compilation
From: Daniel Baluta <hidden>
Date: 2011-12-08 09:05:29
From: Daniel Baluta <hidden>
Date: 2011-12-08 09:05:29
On Thu, Dec 8, 2011 at 10:59 AM, solmac john [off-list ref] wrote:
Hi All,
in glibc-2.13/nptl/sigaction.c, i just put a simple printf("test\n"); and my
glibc compilation fails. Just adding a printf gives me multiple definitions
of _itoa from dl-addr.c and i have no idea why. Can any body please tell me
why is this happening and possible solution. For better clarity here is theAre there any variable declarations after printf? thanks, Daniel.