<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Unable to compile on FreeBSD 9.x and therefore derivatives... undefined reference to `loader_get_extensions_name'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105551#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Unable to compile on FreeBSD 9.x and therefore derivatives... undefined reference to `loader_get_extensions_name'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105551">bug 105551</a>
from <span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>