[Mesa-dev] [Bug 105551] Unable to compile on FreeBSD 9.x and therefore derivatives... undefined reference to `loader_get_extensions_name'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 16 18:16:08 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105551
--- Comment #1 from Emil Velikov <emil.l.velikov at gmail.com> ---
Something really funky is happening on your system.
A normal thing like:
/bin/sh ../../libtool --tag=CC --mode=link gcc48 -O2 -pipe $(includes)
$(warings) $(compiler_f_flags) $(some_rpaths) -o libloader.la $(some).lo
Results in:
libtool: link: gcc48 -shared -fPIC -DPIC ... -Wl,-soname -Wl,libloader.so.0
-o .libs/libloader.so.0.0.0
In the above - -shared and -Wl,-soname should be missing. With the output
filename being libloader.la
Same applies for other static libraries.
A few things to try:
- remove and/or build w/o LLVM
- try a simple project which builds a bunch of static libs and links them into
a shared one
- what is the latest supported Mesa on FreeBSD 9.3, does it build OK?
- does the latest supported FreeBSD build fine?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180316/17972e68/attachment.html>
More information about the mesa-dev
mailing list