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/15648] multiple definition of `__lll_lock_wait_private'


http://sourceware.org/bugzilla/show_bug.cgi?id=15648

--- Comment #15 from Andreas Schwab <schwab@linux-m68k.org> ---
The problem is that even though libpthread.a(lowlevellock.o) would resolve the
reference to __lll_lock_wait_private and/or __lll_unlock_wake_private the first
reference is from libc.a, and libpthread.a will only be rescanned after libc.a
cannot resolve any more references.

-- 
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]