This is the mail archive of the glibc-bugs@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]

[Bug libc/21740] New: multiple definition of `__stack_chk_fail_local'


https://sourceware.org/bugzilla/show_bug.cgi?id=21740

            Bug ID: 21740
           Summary: multiple definition of `__stack_chk_fail_local'
           Product: glibc
           Version: 2.26
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

[hjl@gnu-tools-1 build-x86_64-linux]$ ld -r --whole-archive libc.a
libc.a(stack_chk_fail_local.o): In function `__stack_chk_fail_local':
/export/gnu/import/git/sources/glibc/debug/stack_chk_fail_local.c:44: multiple
definition of `__stack_chk_fail_local'
libc.a(stack_chk_fail.o):/export/gnu/import/git/sources/glibc/debug/stack_chk_fail.c:27:
first defined here
libc.a(rcmd.o): In function `__checkhost_sa':
/export/gnu/import/git/sources/glibc/inet/rcmd.c:685: warning: Using
'getaddrinfo' in statically linked applications requires at runtime the shared
libraries from the glibc version used for linking
[hjl@gnu-tools-1 build-x86_64-linux]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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