[Bug libc/15648] multiple definition of `__lll_lock_wait_private'
schwab@linux-m68k.org
sourceware-bugzilla@sourceware.org
Fri Jun 21 07:42:00 GMT 2013
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.
More information about the Glibc-bugs
mailing list