https://bugs.freedesktop.org/show_bug.cgi?id=105551
--- Comment #1 from Emil Velikov <emil.l.veli...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev