[Mesa-dev] [Bug 76856] -Wl, --no-undefined gives undefined references to libc symbols on OpenBSD

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 31 21:39:29 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=76856

--- Comment #3 from Jonathan Gray <jsg at openbsd.org> ---
So it seems DT_NEEDED entries are not added for libc and libpthread over
concerns that specific versions of those libraries would be referenced in a way
that would prevent changing the major version of those libraries in future.

So the problem here is the combination of --no-uneeded and -no-undefined.

If the relevant lines could be contained to a variable in configure.ac instead
of mentioned in the various Makefile.am files that would allow them to not be
specified on OpenBSD.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140401/5e56fdb2/attachment.html>


More information about the mesa-dev mailing list